diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2016-09-21 22:04:57 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2016-09-21 22:04:57 -0700 |
commit | 0ce0aed191aa29fe5dcb95f27abae67dc4e9078d (patch) | |
tree | 9d9d381e343ab39441be0aaf116f34a5dfb9b6b0 /RELEASING.md | |
parent | 3d75285ccb21436843f8177a7726b30788197201 (diff) |
Incrementing the version to 1.2-SNAPSHOT
Diffstat (limited to 'RELEASING.md')
-rw-r--r-- | RELEASING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASING.md b/RELEASING.md index 0df4aa5..c7879f4 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -8,7 +8,7 @@ Process 1. Increment the version number appropriately. Use [Semantic Versioning](http://semver.org/). - VERSION=1.1 + VERSION=1.2 mvn versions:set -DnewVersion=$VERSION 2. Verify the release to make sure all is well. @@ -35,7 +35,7 @@ Process 7. Prepare the master branch for the next release by incrementing the version number. - VERSION=1.2-SNAPSHOT + VERSION=1.3-SNAPSHOT mvn versions:set -DnewVersion=$VERSION git commit -am "Incrementing the version to $VERSION" git push origin master |