Skip to content

Commit

Permalink
revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ingleivj committed Oct 8, 2024
1 parent f2f71be commit 4401b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<version>${revision}-jakarta</version>
<classifier>jakarta</classifier>
<cxf-codegen-plugin.version>4.0.3</cxf-codegen-plugin.version>
<cxf-xjc-boolean.version>4.0.0</cxf-xjc-boolean.version>
Expand Down

0 comments on commit 4401b5b

Please sign in to comment.