Skip to content

Commit f935952

Browse files
SathishK-TSathish Kumar
and
Sathish Kumar
authored
[APPS-3249] [publish] Releasing Alfresco SDK 4.11.0 (#700)
* [APPS-3249] Releasing Alfresco SDK * [APPS-3249] Releasing Alfresco SDK --------- Co-authored-by: Sathish Kumar <[email protected]>
1 parent a303296 commit f935952

File tree

20 files changed

+99
-64
lines changed

20 files changed

+99
-64
lines changed

.github/workflows/ci.yml

+15-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pre_commit:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v7.0.0
27+
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.16.0
2828

2929
veracode_sca:
3030
name: "Veracode - Source Clear Scan (SCA)"
@@ -34,11 +34,11 @@ jobs:
3434
github.event_name == 'pull_request'
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0
38-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0
37+
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
38+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
3939
- name: "Clean-up SNAPSHOT artifacts"
4040
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" | xargs -r -l rm -rf
41-
- uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v7.0.0
41+
- uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v8.16.0
4242
continue-on-error: true
4343
with:
4444
srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }}
@@ -53,7 +53,7 @@ jobs:
5353
-B -q -e -fae -V -DinstallAtEnd=true -U
5454
steps:
5555
- uses: actions/checkout@v4
56-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0
56+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
5757
- name: "Build"
5858
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
5959
- name: "Verify"
@@ -72,6 +72,12 @@ jobs:
7272
include:
7373
- name: "current version Java 17"
7474
java-version: 17
75+
- name: "25.1 Enterprise Java 17"
76+
java-version: 17
77+
suite: -Penterprise-251-tests
78+
- name: "25.1 Community Java 17"
79+
java-version: 17
80+
suite: -Pcommunity-251-tests
7581
- name: "23.4 Enterprise Java 17"
7682
java-version: 17
7783
suite: -Penterprise-234-tests
@@ -134,8 +140,8 @@ jobs:
134140
suite: -Pcommunity-71-tests
135141
steps:
136142
- uses: actions/checkout@v4
137-
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0
138-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0
143+
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
144+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
139145
with:
140146
java-version: ${{ matrix.java-version }}
141147
- name: "Login to Docker Hub"
@@ -160,8 +166,8 @@ jobs:
160166
contains(github.event.head_commit.message, '[publish]')
161167
steps:
162168
- uses: actions/checkout@v4
163-
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0
164-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0
169+
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
170+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
165171
- name: "Build"
166172
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
167173
- name: "Publish"

README.md

+23-21
Large diffs are not rendered by default.

archetypes/alfresco-allinone-archetype/pom.xml

+1-1
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</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Alfresco AIO Project - SDK 4.11.0-A1
1+
# Alfresco AIO Project - SDK 4.11.0
22

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

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

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

+1-1
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.11.0-A1</description>
7+
<description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.11.0</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

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

+1-1
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.11.0-A1</description>
6+
<description>Platform/Repo JAR Module (to be included in the alfresco.war) - part of AIO - SDK 4.11.0</description>
77
<packaging>jar</packaging>
88

99
<parent>

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

+1-1
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.11.0-A1</description>
8+
<description>Sample Share JAR Module (to be included in the share.war) - part of AIO - SDK 4.11.0</description>
99

1010
<parent>
1111
<groupId>${groupId}</groupId>

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

+2-2
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.11.0-A1</name>
9-
<description>All-In-One (AIO) project for SDK 4.11.0-A1</description>
8+
<name>AIO - SDK 4.11.0</name>
9+
<description>All-In-One (AIO) project for SDK 4.11.0</description>
1010
<packaging>pom</packaging>
1111

1212
<prerequisites>

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

+1-1
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</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Alfresco ACS JAR Module - SDK 4.11.0-A1
1+
# Alfresco ACS JAR Module - SDK 4.11.0
22

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

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

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

+1-1
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</version>
1818
<relativePath>../../pom.xml</relativePath>
1919
</parent>
2020

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Alfresco Share JAR Module - SDK 4.11.0-A1
1+
# Alfresco Share JAR Module - SDK 4.11.0
22

3-
This is a Share project for Alfresco SDK 4.11.0-A1.
3+
This is a Share project for Alfresco SDK 4.11.0.
44

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

archetypes/archetypes-it/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.alfresco.maven</groupId>
1919
<artifactId>alfresco-sdk-aggregator</artifactId>
20-
<version>4.11.0-SNAPSHOT</version>
20+
<version>4.11.0</version>
2121
<relativePath>../../pom.xml</relativePath>
2222
</parent>
2323

docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
Title: Alfresco SDK 4.11.0-A1
2+
Title: Alfresco SDK 4.11.0
33
Added: v3.0.0
4-
Last reviewed: 2025-02-14
4+
Last reviewed: 2025-03-18
55
---
66
# Alfresco SDK 4
77

@@ -18,7 +18,7 @@ Alfresco SDK 4.x is released under [Apache License version 2.0](http://www.apach
1818
in Community Edition and Enterprise Edition. If you're an Enterprise customer, please check the [Alfresco SDK Support status](https://www.alfresco.com/alfresco-product-support-status)
1919
for the version you're using. If your version is in Limited or Full Support and you need help, contact our Support team [http://support.alfresco.com](http://support.alfresco.com/).
2020

21-
Alfresco SDK 4.11.0-A1 is a minor update to the SDK and provides support for Alfresco 23.4.x.
21+
Alfresco SDK 4.11.0 is a minor update to the SDK and provides support for Alfresco 25.1.x.
2222

2323
The 4.0 release takes advantage of Semantic Versioning ([SEMVER](http://semver.org/)), which means that this new release is not directly compatible with the
2424
previous releases of the SDK.

docs/getting-started.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Choose archetype:
118118
* `org.alfresco.maven.archetype:alfresco-platform-jar-archetype`
119119
* `org.alfresco.maven.archetype:alfresco-share-jar-archetype`
120120

121-
3. Choose the latest version, such as 4.11.0-A1.
121+
3. Choose the latest version, such as 4.11.0.
122122

123123
```
124124
Choose org.alfresco.maven.archetype:alfresco-allinone-archetype version:
@@ -146,6 +146,7 @@ Choose org.alfresco.maven.archetype:alfresco-allinone-archetype version:
146146
22: 4.9.0
147147
23: 4.10.0
148148
24: 4.11.0-A1
149+
25: 4.11.0
149150
```
150151

151152
4. Next you will be prompted for additional values, like groupId, artifactId, and package, as shown below:
@@ -174,7 +175,7 @@ If everything has been configured correctly, you should see something similar to
174175

175176
```
176177
[INFO] ----------------------------------------------------------------------------
177-
[INFO] Using following parameters for creating project from Archetype: alfresco-allinone-archetype:4.11.0-A1
178+
[INFO] Using following parameters for creating project from Archetype: alfresco-allinone-archetype:4.11.0
178179
[INFO] ----------------------------------------------------------------------------
179180
[INFO] Parameter: groupId, Value: com.acme
180181
[INFO] Parameter: artifactId, Value: my-all-in-one

docs/whats-new.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Alfresco Share 6.
1010

1111
This was a mayor release oriented to support Alfresco 6, so it is not compatible with previous versions of the SDK.
1212

13-
Alfresco SDK 4.11.0-A1 extends the support to Alfresco 23.4.
13+
Alfresco SDK 4.11.0 extends the support to Alfresco 25.1.
1414
Use an older SDK version for Alfresco 6.
1515

1616
## Embracing containers and Docker
@@ -64,9 +64,9 @@ environment can be more similar to a real one, including whatever other service
6464

6565
Alfresco SDK 4.1 provides support for Alfresco 6.2.x.
6666

67-
## Support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x. 23.1.x, 23.2.x, 23.3.x and 23.4.x
67+
## Support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x. 23.1.x, 23.2.x, 23.3.x, 23.4.x and 25.1.x
6868

69-
Alfresco SDK 4.11.0-A1 provides support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x, 23.1.x, 23.2.x, 23.3.x and 23.4.x.
69+
Alfresco SDK 4.11.0 provides support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x, 23.1.x, 23.2.x, 23.3.x, 23.4.x and 25.1.x
7070

7171
## Support for Java 17
7272
[Java 17](https://openjdk.java.net/projects/jdk/17/) is the latest stable long term (8 year support) version after Java 11. Alfresco 7.3.x already offers

docs/working-with-generated-projects/working-with-aio.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ my-all-in-one-project mbergljung$ ./run.sh build_start
7878
[INFO] ------------------------------------------------------------------------
7979
[INFO] Reactor Build Order:
8080
[INFO]
81-
[INFO] AIO - SDK 4.11.0-A1
81+
[INFO] AIO - SDK 4.11.0
8282
[INFO] Alfresco Platform/Repository JAR Module
8383
[INFO] Alfresco Share JAR Module
8484
[INFO] Integration Tests Module
@@ -88,7 +88,7 @@ my-all-in-one-project mbergljung$ ./run.sh build_start
8888
[INFO] ------------------------------------------------------------------------
8989
[INFO] Reactor Summary:
9090
[INFO]
91-
[INFO] AIO - SDK 4.11.0-A1 ...................................... SUCCESS [ 0.680 s]
91+
[INFO] AIO - SDK 4.11.0 ...................................... SUCCESS [ 0.680 s]
9292
[INFO] Alfresco Platform/Repository JAR Module ............ SUCCESS [ 5.461 s]
9393
[INFO] Alfresco Share JAR Module .......................... SUCCESS [ 0.557 s]
9494
[INFO] Integration Tests Module ........................... SUCCESS [ 0.900 s]

modules/alfresco-rad/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.alfresco.maven</groupId>
1212
<artifactId>alfresco-sdk-aggregator</artifactId>
13-
<version>4.11.0-SNAPSHOT</version>
13+
<version>4.11.0</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

plugins/alfresco-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.alfresco.maven</groupId>
1010
<artifactId>alfresco-sdk-aggregator</artifactId>
11-
<version>4.11.0-SNAPSHOT</version>
11+
<version>4.11.0</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

pom.xml

+33-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.alfresco.maven</groupId>
55
<artifactId>alfresco-sdk-aggregator</artifactId>
6-
<version>4.11.0-SNAPSHOT</version>
6+
<version>4.11.0</version>
77
<name>Alfresco SDK</name>
88
<description>This aggregator Project builds all modules required for the Alfresco SDK</description>
99
<packaging>pom</packaging>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:${scm.url.base}.git</connection>
3131
<developerConnection>scm:git:${scm.url.base}</developerConnection>
3232
<url>${scm.url.base}</url>
33-
<tag>alfresco-sdk-aggregator-4.11.0-A1</tag>
33+
<tag>alfresco-sdk-aggregator-4.11.0</tag>
3434
</scm>
3535

3636
<!-- All the modules of the Alfresco SDK -->
@@ -56,17 +56,17 @@
5656
<alfresco.sdk.tests.exclude>*/*-enterprise*/*</alfresco.sdk.tests.exclude>
5757

5858
<alfresco.bomDependency.artifactId>acs-community-packaging</alfresco.bomDependency.artifactId>
59-
<alfresco.platform.version>23.4.1</alfresco.platform.version>
59+
<alfresco.platform.version>25.1.0</alfresco.platform.version>
6060
<alfresco.platform.docker.user>alfresco</alfresco.platform.docker.user>
61-
<alfresco.share.docker.version>23.4.1</alfresco.share.docker.version>
61+
<alfresco.share.docker.version>25.1.0</alfresco.share.docker.version>
6262
<!--
6363
The following value is now obtained by looking at the
64-
- alfresco-community-share.version (eg. https://github.com/Alfresco/acs-community-packaging/blob/23.4.0/pom.xml#L17)
64+
- alfresco-community-share.version (eg. https://github.com/Alfresco/acs-community-packaging/blob/25.1.0/pom.xml#L17)
6565
or
66-
- alfresco-enterprise-share.version (eg. https://github.com/Alfresco/acs-packaging/blob/23.4.0/pom.xml#L18)
66+
- alfresco-enterprise-share.version (eg. https://github.com/Alfresco/acs-packaging/blob/25.1.0/pom.xml#L18)
6767
for the GitHub Tag related to the above Docker version.
6868
-->
69-
<alfresco.share.version>23.4.0.46</alfresco.share.version>
69+
<alfresco.share.version>25.1.0.56</alfresco.share.version>
7070
<alfresco.platform.docker.image>alfresco/alfresco-content-repository-community</alfresco.platform.docker.image>
7171
<alfresco.share.docker.image>alfresco/alfresco-share</alfresco.share.docker.image>
7272
<keystore.settings>
@@ -302,6 +302,32 @@
302302
</properties>
303303
</profile>
304304

305+
<!-- 25.1 -->
306+
<profile>
307+
<id>community-251-tests</id>
308+
<properties>
309+
<alfresco.bomDependency.artifactId>acs-community-packaging</alfresco.bomDependency.artifactId>
310+
<alfresco.platform.version>25.1.0</alfresco.platform.version>
311+
<alfresco.share.docker.version>25.1.0</alfresco.share.docker.version>
312+
<alfresco.share.version>25.1.0.56</alfresco.share.version>
313+
<alfresco.platform.docker.image>alfresco/alfresco-content-repository-community</alfresco.platform.docker.image>
314+
<alfresco.share.docker.image>alfresco/alfresco-share</alfresco.share.docker.image>
315+
<alfresco.platform.docker.user>alfresco</alfresco.platform.docker.user>
316+
</properties>
317+
</profile>
318+
<profile>
319+
<id>enterprise-251-tests</id>
320+
<properties>
321+
<alfresco.bomDependency.artifactId>acs-packaging</alfresco.bomDependency.artifactId>
322+
<alfresco.platform.version>25.1.0</alfresco.platform.version>
323+
<alfresco.share.docker.version>25.1.0</alfresco.share.docker.version>
324+
<alfresco.share.version>25.1.0.56</alfresco.share.version>
325+
<alfresco.platform.docker.image>quay.io/alfresco/alfresco-content-repository</alfresco.platform.docker.image>
326+
<alfresco.share.docker.image>quay.io/alfresco/alfresco-share</alfresco.share.docker.image>
327+
<alfresco.platform.docker.user>alfresco</alfresco.platform.docker.user>
328+
</properties>
329+
</profile>
330+
305331
<profile>
306332
<id>sdk-release</id>
307333
<properties>

0 commit comments

Comments
 (0)