Skip to content

Commit

Permalink
Release v7.19.0-tag-version-fix (#2368)
Browse files Browse the repository at this point in the history
* Release v7.19.0-tag-version-fix

* AAE-26208 workflow change

---------

Co-authored-by: alfresco-build <[email protected]>
Co-authored-by: Wojciech Piotrowiak <[email protected]>
  • Loading branch information
3 people authored Oct 13, 2024
1 parent 58fd3f6 commit b084dcf
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 23 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,19 @@ jobs:
id: extract_version
run: |
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
echo "RELEASE_VERSION=$VERSION" >> $GITHUB_ENV
echo "::set-output name=version::$VERSION"
echo "Project version is $VERSION"
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Create GitHub tag
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
VERSION: ${{ env.VERSION }}
run: |
git tag ${{ env.VERSION }}
git push ${{ env.VERSION }}
- name: Create gh Release
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
VERSION: ${{ env.VERSION }}
run: |
gh release create ${VERSION} --title ${VERSION} --notes "Release ${VERSION}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>alfresco-activiti-admin-preference-rest-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>alfresco-activiti-audit-rest-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>alfresco-activiti-deployment-rest-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>alfresco-activiti-dmn-simulation-rest-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>alfresco-activiti-form-rest-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>alfresco-activiti-modeling-rest-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>alfresco-activiti-preference-rest-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>alfresco-activiti-query-rest-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>alfresco-activiti-runtime-rest-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>alfresco-activiti-script-modeling-rest-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>alfresco-apa-java-rest-api</artifactId>
<groupId>org.alfresco</groupId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
</parent>

<artifactId>alfresco-apa-java-rest-api-lib</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alfresco-apa-java-rest-api</artifactId>
<groupId>org.alfresco</groupId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alfresco-apa-java-rest-api</artifactId>
<groupId>org.alfresco</groupId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion alfresco-apa-java-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alfresco-process-sdk</artifactId>
<groupId>org.alfresco</groupId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion alfresco-java-rest-api-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-process-sdk</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
</parent>

<artifactId>alfresco-java-rest-api-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-process-sdk</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco :: Process SDK :: Parent</name>
<description>Parent for Alfresco Process SDK</description>
Expand Down
2 changes: 1 addition & 1 deletion samples/java-rest-api-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-process-sdk-samples</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-process-sdk</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
</parent>

<groupId>org.alfresco</groupId>
<artifactId>alfresco-process-sdk-samples</artifactId>
<version>v7.19.0-SNAPSHOT</version>
<version>7.19.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco :: Process SDK :: Samples</name>
<description>Sample application using the Process SDK</description>
Expand Down

0 comments on commit b084dcf

Please sign in to comment.