[Project] Bumped version from 1.1.0-SNAPSHOT to 1.2.0-SNAPSHOT

- but don’t push!
This commit is contained in:
Robert von Burg 2015-03-02 14:29:19 +01:00
parent 460c26126e
commit 18155a5284
1 changed files with 0 additions and 2 deletions

View File

@ -130,10 +130,8 @@ if [ -n "${commit}" ] ; then
echo "INFO: Committing new version ${new_version}"
git submodule foreach git add .
git submodule foreach git commit -m "[Project] Bumped version from ${old_version} to ${new_version}"
git submodule foreach git push origin develop
git add .
git commit -m "[Project] Bumped version from ${old_version} to ${new_version}"
git push origin develop
else
echo "INFO: NOT committing new version"
fi