[DEV] add tool to update version in the pom.xml

This commit is contained in:
Edouard DUPIN 2024-01-19 23:00:22 +01:00
parent 1a2302f548
commit 9c9cf85f92

4
.island/release.bash Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
mvn versions:set -DnewVersion=$(cat version.txt)