From 4401b5b84e330fd8af8f650ba64ee5d759fe8f4a Mon Sep 17 00:00:00 2001 From: ingleiv Johansen Date: Tue, 8 Oct 2024 15:50:05 +0200 Subject: [PATCH] revision --- .github/workflows/release.yml | 4 ++-- pom.xml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ed5d47..5d06d34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: REVISION: ${{ needs.revision.outputs.revision }} shell: bash run: | - mvn -B -Drevision="${REVISION}" source:jar deploy + mvn -B -Drevision="${REVISION}-jakarta" source:jar deploy release-javax: needs: revision @@ -66,4 +66,4 @@ jobs: REVISION: ${{ needs.revision.outputs.revision }} shell: bash run: | - mvn -Pjavax -B -Drevision="${REVISION}" source:jar deploy + mvn -Pjavax -B -Drevision="${REVISION}-javax" source:jar deploy diff --git a/pom.xml b/pom.xml index 7c95b92..6a2f810 100644 --- a/pom.xml +++ b/pom.xml @@ -185,7 +185,6 @@ true - ${revision}-jakarta jakarta 4.0.3 4.0.0