Skip to content

Commit 7a09f24

Browse files
committed
Add update versions script
1 parent 8603bab commit 7a09f24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

update_versions.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
find . -name "pom.xml" -not -path "./diffutils/*" -exec mvn versions:set -DnewVersion=$1 -f {} \;
2+
3+

0 commit comments

Comments
 (0)