mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-10-01 14:41:57 +00:00
[ACS-9977]:[publish] alfresco-build-tool version update in ci.yml
This commit is contained in:
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
pre_commit:
|
pre_commit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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:
|
veracode_sca:
|
||||||
name: "Veracode - Source Clear Scan (SCA)"
|
name: "Veracode - Source Clear Scan (SCA)"
|
||||||
@@ -35,11 +35,11 @@ jobs:
|
|||||||
github.event_name == 'pull_request'
|
github.event_name == 'pull_request'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@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.16.0
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.28.1
|
||||||
- name: "Clean-up SNAPSHOT artifacts"
|
- name: "Clean-up SNAPSHOT artifacts"
|
||||||
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" | xargs -r -l rm -rf
|
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
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }}
|
srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }}
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
-B -q -e -fae -V -DinstallAtEnd=true -U
|
-B -q -e -fae -V -DinstallAtEnd=true -U
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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"
|
- name: "Build"
|
||||||
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||||
- name: "Verify"
|
- name: "Verify"
|
||||||
@@ -150,8 +150,8 @@ jobs:
|
|||||||
suite: -Pcommunity-71-tests
|
suite: -Pcommunity-71-tests
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@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.16.0
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.28.1
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java-version }}
|
java-version: ${{ matrix.java-version }}
|
||||||
- name: "Login to Docker Hub"
|
- name: "Login to Docker Hub"
|
||||||
@@ -176,8 +176,8 @@ jobs:
|
|||||||
contains(github.event.head_commit.message, '[publish]')
|
contains(github.event.head_commit.message, '[publish]')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@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.16.0
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.28.1
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||||
- name: Set up Maven Central credentials
|
- name: Set up Maven Central credentials
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-sdk-aggregator</artifactId>
|
<artifactId>alfresco-sdk-aggregator</artifactId>
|
||||||
<version>4.13.0-A1</version>
|
<version>4.13.0-A2</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
<groupId>${groupId}</groupId>
|
<groupId>${groupId}</groupId>
|
||||||
<artifactId>${artifactId}</artifactId>
|
<artifactId>${artifactId}</artifactId>
|
||||||
<version>${version}</version>
|
<version>${version}</version>
|
||||||
<name>AIO - SDK 4.13.0-A1</name>
|
<name>AIO - SDK 4.13.0-A2</name>
|
||||||
<description>All-In-One (AIO) project for SDK 4.13.0-A1</description>
|
<description>All-In-One (AIO) project for SDK 4.13.0-A2</description>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<prerequisites>
|
<prerequisites>
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-sdk-aggregator</artifactId>
|
<artifactId>alfresco-sdk-aggregator</artifactId>
|
||||||
<version>4.13.0-A1</version>
|
<version>4.13.0-A2</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-sdk-aggregator</artifactId>
|
<artifactId>alfresco-sdk-aggregator</artifactId>
|
||||||
<version>4.13.0-A1</version>
|
<version>4.13.0-A2</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-sdk-aggregator</artifactId>
|
<artifactId>alfresco-sdk-aggregator</artifactId>
|
||||||
<version>4.13.0-A1</version>
|
<version>4.13.0-A2</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-sdk-aggregator</artifactId>
|
<artifactId>alfresco-sdk-aggregator</artifactId>
|
||||||
<version>4.13.0-A1</version>
|
<version>4.13.0-A2</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-sdk-aggregator</artifactId>
|
<artifactId>alfresco-sdk-aggregator</artifactId>
|
||||||
<version>4.13.0-A1</version>
|
<version>4.13.0-A2</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
4
pom.xml
4
pom.xml
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-sdk-aggregator</artifactId>
|
<artifactId>alfresco-sdk-aggregator</artifactId>
|
||||||
<version>4.13.0-A1</version>
|
<version>4.13.0-A2</version>
|
||||||
<name>Alfresco SDK</name>
|
<name>Alfresco SDK</name>
|
||||||
<description>This aggregator Project builds all modules required for the Alfresco SDK</description>
|
<description>This aggregator Project builds all modules required for the Alfresco SDK</description>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
<connection>scm:git:${scm.url.base}.git</connection>
|
<connection>scm:git:${scm.url.base}.git</connection>
|
||||||
<developerConnection>scm:git:${scm.url.base}</developerConnection>
|
<developerConnection>scm:git:${scm.url.base}</developerConnection>
|
||||||
<url>${scm.url.base}</url>
|
<url>${scm.url.base}</url>
|
||||||
<tag>alfresco-sdk-aggregator-4.13.0-A1</tag>
|
<tag>alfresco-sdk-aggregator-4.13.0-A2</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<!-- All the modules of the Alfresco SDK -->
|
<!-- All the modules of the Alfresco SDK -->
|
||||||
|
Reference in New Issue
Block a user