Browse Source

Working on getting the tagging system scripts to work...

master
Drew Short 10 years ago
parent
commit
f94dc04a63
  1. 1
      .gitignore
  2. 2
      build/linux/createPatchRelease.sh

1
.gitignore

@ -26,7 +26,6 @@ target/
# Build Name and Version Files
/name.info
/version.info
/gui/name.info
/gui/version.info

2
build/linux/createPatchRelease.sh

@ -14,7 +14,7 @@ IFS='-' read -a arr2 <<< "${arr[2]}"
let patch=${arr2[0]}+1
#echo $patch
VERSION="${arr[0]}.${arr[1]}.$patch-${arr2[1]}"
#echo $VERSION
echo $VERSION
#update the POM
mvn versions:set -DnewVersion=$VERSION

Loading…
Cancel
Save