Skip to content

Commit

Permalink
fix: update version of child module in datashare pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Jun 10, 2024
1 parent f592eed commit 1406668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ help-db:

release-%:
mvn -pl datashare-$* versions:set -DnewVersion=${NEW_VERSION}
sed -i "s|<datashare\-$*.version>\([0-9.]\+\)<\/datashare\-$*.version>|<datashare\-$*.version>${NEW_VERSION}<\/datashare\-$*.version>|g" pom.xml
git commit -am "[release] datashare-$*/${NEW_VERSION}"
git tag datashare-$*/${NEW_VERSION}
echo "If everything is OK, you can push with tags i.e. git push origin master --tags"
Expand Down

0 comments on commit 1406668

Please sign in to comment.