Browse Source

Updated some scripts

master
Drew Short 10 years ago
parent
commit
9c476a6537
  1. 1
      build/linux/createMajorRelease.sh
  2. 1
      build/linux/createMinorRelease.sh
  3. 1
      build/linux/createPatchRelease.sh

1
build/linux/createMajorRelease.sh

@ -22,7 +22,6 @@ mvn versions:set -DnewVersion=$VERSION
cd $HOME
. createBuildRelease.sh
cd ../..
#commit the new patch version
git commit -a -m "Creating major version $VERSION"

1
build/linux/createMinorRelease.sh

@ -23,7 +23,6 @@ mvn versions:set -DnewVersion=$VERSION
cd $HOME
. createBuildRelease.sh
cd ../..
#commit the new patch version
git commit -a -m "Creating minor version $VERSION"

1
build/linux/createPatchRelease.sh

@ -22,7 +22,6 @@ mvn versions:set -DnewVersion=$VERSION
cd $HOME
. createBuildRelease.sh
cd ../..
#commit the new patch version
git commit -a -m "Creating patch version $VERSION"

Loading…
Cancel
Save