added update version scripts

This commit is contained in:
Brian Long 2021-04-22 16:28:56 -04:00
parent a07225f8aa
commit 3756c96cff
2 changed files with 3 additions and 0 deletions

1
update-versions.ps1 Normal file
View File

@ -0,0 +1 @@
mvn versions:set -DprocessAllModules=true

2
update-versions.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
mvn versions:set -DprocessAllModules=true