Skip to content

Commit

Permalink
refactor: refine set-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Sep 9, 2024
1 parent fe4aff4 commit 2635125
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion set-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

read -p "verion: " ver
read -p "version: " ver

mvn versions:set -DnewVersion=$ver -Pjdk-8,jdk-17

# after this, you need to commit the changes
# mvn versions:commit -Pjdk-8,jdk-17

0 comments on commit 2635125

Please sign in to comment.