[DEV] add tool to update version in the pom.xml
This commit is contained in:
parent
1a2302f548
commit
9c9cf85f92
4
.island/release.bash
Normal file
4
.island/release.bash
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
mvn versions:set -DnewVersion=$(cat version.txt)
|
||||
|
Loading…
Reference in New Issue
Block a user