Skip to content

Commit

Permalink
build: change tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Oct 20, 2023
1 parent b1c43a2 commit 0c32160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo ===========================================================================
mvn -s $M2_SETTINGS \
org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare \
-Prelease \
-Dtag=hawtio-$RELEASE_VERSION \
-Dtag=v$RELEASE_VERSION \
-DreleaseVersion=$RELEASE_VERSION \
-DdevelopmentVersion=$SNAPSHOT_VERSION

Expand Down

0 comments on commit 0c32160

Please sign in to comment.