Skip to content

Commit 94646f4

Browse files
SathishK-TSathish Kumar
andauthored
[APPS-3219] [publish] Releasing Alfresco SDK 4.11.0-A1 (#696)
Co-authored-by: Sathish Kumar <[email protected]>
1 parent 3a5c7ab commit 94646f4

File tree

19 files changed

+68
-65
lines changed

19 files changed

+68
-65
lines changed

README.md

Lines changed: 23 additions & 21 deletions
Large diffs are not rendered by default.

archetypes/alfresco-allinone-archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.alfresco.maven</groupId>
1313
<artifactId>alfresco-sdk-aggregator</artifactId>
14-
<version>4.11.0-SNAPSHOT</version>
14+
<version>4.11.0-A1</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

@@ -54,4 +54,4 @@
5454
</plugins>
5555
</build>
5656

57-
</project>
57+
</project>

archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Alfresco AIO Project - SDK 4.10
1+
# Alfresco AIO Project - SDK 4.11.0-A1
22

3-
This is an All-In-One (AIO) project for Alfresco SDK 4.10.
3+
This is an All-In-One (AIO) project for Alfresco SDK 4.11.0-A1.
44

55
Run with `./run.sh build_start` or `./run.bat build_start` and verify that it
66

@@ -43,4 +43,4 @@ All the services of the project are now run as docker containers. The run script
4343
# TODO
4444

4545
* Abstract assembly into a dependency so we don't have to ship the assembly in the archetype
46-
* Functional/remote unit tests
46+
* Functional/remote unit tests

archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>${artifactId}</artifactId>
66
<name>Integration Tests Module</name>
7-
<description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.10</description>
7+
<description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.11.0-A1</description>
88
<packaging>jar</packaging> <!-- Note. this just runs Integration Tests, but it needs to be a JAR otherwise
99
nothing is compiled (i.e. you cannot set it to pom) -->
1010

@@ -73,4 +73,4 @@
7373
</plugin>
7474
</plugins>
7575
</build>
76-
</project>
76+
</project>

archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-platform/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>${artifactId}</artifactId>
55
<name>Alfresco Platform/Repository JAR Module</name>
6-
<description>Platform/Repo JAR Module (to be included in the alfresco.war) - part of AIO - SDK 4.10</description>
6+
<description>Platform/Repo JAR Module (to be included in the alfresco.war) - part of AIO - SDK 4.11.0-A1</description>
77
<packaging>jar</packaging>
88

99
<parent>
@@ -27,4 +27,4 @@
2727
</plugins>
2828
</build>
2929

30-
</project>
30+
</project>

archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-share/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>${artifactId}</artifactId>
66
<name>Alfresco Share JAR Module</name>
77
<packaging>jar</packaging>
8-
<description>Sample Share JAR Module (to be included in the share.war) - part of AIO - SDK 4.10</description>
8+
<description>Sample Share JAR Module (to be included in the share.war) - part of AIO - SDK 4.11.0-A1</description>
99

1010
<parent>
1111
<groupId>${groupId}</groupId>
@@ -36,4 +36,4 @@
3636
</plugins>
3737
</build>
3838

39-
</project>
39+
</project>

archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<groupId>${groupId}</groupId>
66
<artifactId>${artifactId}</artifactId>
77
<version>${version}</version>
8-
<name>AIO - SDK 4.10</name>
9-
<description>All-In-One (AIO) project for SDK 4.10</description>
8+
<name>AIO - SDK 4.11.0-A1</name>
9+
<description>All-In-One (AIO) project for SDK 4.11.0-A1</description>
1010
<packaging>pom</packaging>
1111

1212
<prerequisites>
@@ -487,4 +487,4 @@
487487
</snapshots>
488488
</pluginRepository>
489489
</pluginRepositories>
490-
</project>
490+
</project>

archetypes/alfresco-platform-jar-archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.alfresco.maven</groupId>
1414
<artifactId>alfresco-sdk-aggregator</artifactId>
15-
<version>4.11.0-SNAPSHOT</version>
15+
<version>4.11.0-A1</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

@@ -55,4 +55,4 @@
5555
</plugins>
5656
</build>
5757

58-
</project>
58+
</project>

archetypes/alfresco-platform-jar-archetype/src/main/resources/archetype-resources/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Alfresco ACS JAR Module - SDK 4.10
1+
# Alfresco ACS JAR Module - SDK 4.11.0-A1
22

3-
This is an ACS project for Alfresco SDK 4.10.
3+
This is an ACS project for Alfresco SDK 4.11.0-A1.
44

55
Run with `./run.sh build_start` or `./run.bat build_start` and verify that it
66

@@ -41,4 +41,4 @@ All the services of the project are now run as docker containers. The run script
4141
# TODO
4242

4343
* Abstract assembly into a dependency so we don't have to ship the assembly in the archetype
44-
* Functional/remote unit tests
44+
* Functional/remote unit tests

archetypes/alfresco-share-jar-archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.alfresco.maven</groupId>
1616
<artifactId>alfresco-sdk-aggregator</artifactId>
17-
<version>4.11.0-SNAPSHOT</version>
17+
<version>4.11.0-A1</version>
1818
<relativePath>../../pom.xml</relativePath>
1919
</parent>
2020

@@ -57,4 +57,4 @@
5757
</plugins>
5858
</build>
5959

60-
</project>
60+
</project>

0 commit comments

Comments
 (0)