[DEV] add tool to update version in the pom.xml
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user