From 0ce0aed191aa29fe5dcb95f27abae67dc4e9078d Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 21 Sep 2016 22:04:57 -0700 Subject: Incrementing the version to 1.2-SNAPSHOT --- RELEASING.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 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 diff --git a/pom.xml b/pom.xml index 8a71dd0..10ad277 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.p4square ccbapi - 1.1 + 1.2-SNAPSHOT cbb-api-java-client An unofficial Java library for accessing the Church Community Builder API. -- cgit v1.2.3