Skip to content

Commit

Permalink
Sub version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Mar 6, 2024
1 parent d5119d9 commit f7abcc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ version_bump() {
version_sub() {
local version
version="$(cat $version_file)"
sed --in-place 's#^ <version>.*</version>$# <version>'${version}'</version>#' pom.xml
}

version_command="$1" ; shift
Expand Down

0 comments on commit f7abcc5

Please sign in to comment.