[APPS-3219] [publish] Releasing Alfresco SDK 4.11.0-A1 (#696)

Co-authored-by: Sathish Kumar <ST28@ford.com>
This commit is contained in:
SathishK-T
2025-02-14 11:26:50 +05:30
committed by GitHub
parent 3a5c7ab475
commit 94646f41f1
19 changed files with 68 additions and 65 deletions

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>4.11.0-SNAPSHOT</version>
<version>4.11.0-A1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -54,4 +54,4 @@
</plugins>
</build>
</project>
</project>

View File

@@ -1,6 +1,6 @@
# Alfresco AIO Project - SDK 4.10
# Alfresco AIO Project - SDK 4.11.0-A1
This is an All-In-One (AIO) project for Alfresco SDK 4.10.
This is an All-In-One (AIO) project for Alfresco SDK 4.11.0-A1.
Run with `./run.sh build_start` or `./run.bat build_start` and verify that it
@@ -43,4 +43,4 @@ All the services of the project are now run as docker containers. The run script
# TODO
* Abstract assembly into a dependency so we don't have to ship the assembly in the archetype
* Functional/remote unit tests
* Functional/remote unit tests

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>${artifactId}</artifactId>
<name>Integration Tests Module</name>
<description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.10</description>
<description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.11.0-A1</description>
<packaging>jar</packaging> <!-- Note. this just runs Integration Tests, but it needs to be a JAR otherwise
nothing is compiled (i.e. you cannot set it to pom) -->
@@ -73,4 +73,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>${artifactId}</artifactId>
<name>Alfresco Platform/Repository JAR Module</name>
<description>Platform/Repo JAR Module (to be included in the alfresco.war) - part of AIO - SDK 4.10</description>
<description>Platform/Repo JAR Module (to be included in the alfresco.war) - part of AIO - SDK 4.11.0-A1</description>
<packaging>jar</packaging>
<parent>
@@ -27,4 +27,4 @@
</plugins>
</build>
</project>
</project>

View File

@@ -5,7 +5,7 @@
<artifactId>${artifactId}</artifactId>
<name>Alfresco Share JAR Module</name>
<packaging>jar</packaging>
<description>Sample Share JAR Module (to be included in the share.war) - part of AIO - SDK 4.10</description>
<description>Sample Share JAR Module (to be included in the share.war) - part of AIO - SDK 4.11.0-A1</description>
<parent>
<groupId>${groupId}</groupId>
@@ -36,4 +36,4 @@
</plugins>
</build>
</project>
</project>

View File

@@ -5,8 +5,8 @@
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
<name>AIO - SDK 4.10</name>
<description>All-In-One (AIO) project for SDK 4.10</description>
<name>AIO - SDK 4.11.0-A1</name>
<description>All-In-One (AIO) project for SDK 4.11.0-A1</description>
<packaging>pom</packaging>
<prerequisites>
@@ -487,4 +487,4 @@
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
</project>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>4.11.0-SNAPSHOT</version>
<version>4.11.0-A1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -55,4 +55,4 @@
</plugins>
</build>
</project>
</project>

View File

@@ -1,6 +1,6 @@
# Alfresco ACS JAR Module - SDK 4.10
# Alfresco ACS JAR Module - SDK 4.11.0-A1
This is an ACS project for Alfresco SDK 4.10.
This is an ACS project for Alfresco SDK 4.11.0-A1.
Run with `./run.sh build_start` or `./run.bat build_start` and verify that it
@@ -41,4 +41,4 @@ All the services of the project are now run as docker containers. The run script
# TODO
* Abstract assembly into a dependency so we don't have to ship the assembly in the archetype
* Functional/remote unit tests
* Functional/remote unit tests

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>4.11.0-SNAPSHOT</version>
<version>4.11.0-A1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -57,4 +57,4 @@
</plugins>
</build>
</project>
</project>

View File

@@ -1,6 +1,6 @@
# Alfresco Share JAR Module - SDK 4.10
# Alfresco Share JAR Module - SDK 4.11.0-A1
This is a Share project for Alfresco SDK 4.10.
This is a Share project for Alfresco SDK 4.11.0-A1.
Run with `./run.sh build_start` or `./run.bat build_start` and verify that it
@@ -37,4 +37,4 @@ All the services of the project are now run as docker containers. The run script
# TODO
* Abstract assembly into a dependency so we don't have to ship the assembly in the archetype
* Functional/remote unit tests
* Functional/remote unit tests

View File

@@ -17,7 +17,7 @@
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId>
<version>4.11.0-SNAPSHOT</version>
<version>4.11.0-A1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -84,4 +84,4 @@
</plugin>
</plugins>
</build>
</project>
</project>