Skip to content

Commit

Permalink
Rely on maven-git to update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Dec 27, 2023
1 parent b2cd074 commit aa9df9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: |
mvn -B --no-transfer-progress clean deploy -Possrh
git diff pom.xml
git checkout pom.xml
2 changes: 2 additions & 0 deletions .mvn/maven-git-versioning-extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
<version>${commit.short}-SNAPSHOT</version>
</rev>

<updatePom>true</updatePom>

</configuration>

0 comments on commit aa9df9f

Please sign in to comment.