diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 60344360..8e89d8d9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.16.0
+ - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.28.1
veracode_sca:
name: "Veracode - Source Clear Scan (SCA)"
@@ -35,11 +35,11 @@ jobs:
github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
- - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
- - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
+ - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.28.1
+ - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.28.1
- name: "Clean-up SNAPSHOT artifacts"
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" | xargs -r -l rm -rf
- - uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v8.16.0
+ - uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v8.28.1
continue-on-error: true
with:
srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
-B -q -e -fae -V -DinstallAtEnd=true -U
steps:
- uses: actions/checkout@v4
- - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
+ - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.28.1
- name: "Build"
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- name: "Verify"
@@ -150,8 +150,8 @@ jobs:
suite: -Pcommunity-71-tests
steps:
- uses: actions/checkout@v4
- - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
- - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
+ - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.28.1
+ - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.28.1
with:
java-version: ${{ matrix.java-version }}
- name: "Login to Docker Hub"
@@ -176,8 +176,8 @@ jobs:
contains(github.event.head_commit.message, '[publish]')
steps:
- uses: actions/checkout@v4
- - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
- - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
+ - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.28.1
+ - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.28.1
- name: "Build"
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- name: Set up Maven Central credentials
diff --git a/archetypes/alfresco-allinone-archetype/pom.xml b/archetypes/alfresco-allinone-archetype/pom.xml
index 72cef36e..4f668a73 100644
--- a/archetypes/alfresco-allinone-archetype/pom.xml
+++ b/archetypes/alfresco-allinone-archetype/pom.xml
@@ -11,7 +11,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.13.0-A1
+ 4.13.0-A2
../../pom.xml
diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
index 0c07689d..c7b0021e 100644
--- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
@@ -5,8 +5,8 @@
${groupId}
${artifactId}
${version}
- AIO - SDK 4.13.0-A1
- All-In-One (AIO) project for SDK 4.13.0-A1
+ AIO - SDK 4.13.0-A2
+ All-In-One (AIO) project for SDK 4.13.0-A2
pom
diff --git a/archetypes/alfresco-platform-jar-archetype/pom.xml b/archetypes/alfresco-platform-jar-archetype/pom.xml
index 5c5c0c48..9252e042 100644
--- a/archetypes/alfresco-platform-jar-archetype/pom.xml
+++ b/archetypes/alfresco-platform-jar-archetype/pom.xml
@@ -12,7 +12,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.13.0-A1
+ 4.13.0-A2
../../pom.xml
diff --git a/archetypes/alfresco-share-jar-archetype/pom.xml b/archetypes/alfresco-share-jar-archetype/pom.xml
index ac1bbfcb..2b1e11c5 100644
--- a/archetypes/alfresco-share-jar-archetype/pom.xml
+++ b/archetypes/alfresco-share-jar-archetype/pom.xml
@@ -14,7 +14,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.13.0-A1
+ 4.13.0-A2
../../pom.xml
diff --git a/archetypes/archetypes-it/pom.xml b/archetypes/archetypes-it/pom.xml
index 410b444f..9ae8604e 100644
--- a/archetypes/archetypes-it/pom.xml
+++ b/archetypes/archetypes-it/pom.xml
@@ -17,7 +17,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.13.0-A1
+ 4.13.0-A2
../../pom.xml
diff --git a/modules/alfresco-rad/pom.xml b/modules/alfresco-rad/pom.xml
index 91a45ffe..2eb2dbbe 100644
--- a/modules/alfresco-rad/pom.xml
+++ b/modules/alfresco-rad/pom.xml
@@ -10,7 +10,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.13.0-A1
+ 4.13.0-A2
../../pom.xml
diff --git a/plugins/alfresco-maven-plugin/pom.xml b/plugins/alfresco-maven-plugin/pom.xml
index 57321d5c..c991c8f2 100644
--- a/plugins/alfresco-maven-plugin/pom.xml
+++ b/plugins/alfresco-maven-plugin/pom.xml
@@ -8,7 +8,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.13.0-A1
+ 4.13.0-A2
../../pom.xml
diff --git a/pom.xml b/pom.xml
index 431f7658..142c576b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.alfresco.maven
alfresco-sdk-aggregator
- 4.13.0-A1
+ 4.13.0-A2
Alfresco SDK
This aggregator Project builds all modules required for the Alfresco SDK
pom
@@ -30,7 +30,7 @@
scm:git:${scm.url.base}.git
scm:git:${scm.url.base}
${scm.url.base}
- alfresco-sdk-aggregator-4.13.0-A1
+ alfresco-sdk-aggregator-4.13.0-A2