Bump to version 1.2.1 in prep of release 53/39253/1 v1.2.1
authorJimmy Forsyth <jf2512@att.com>
Tue, 27 Mar 2018 19:09:42 +0000 (12:09 -0700)
committerJimmy Forsyth <jf2512@att.com>
Tue, 27 Mar 2018 19:09:47 +0000 (12:09 -0700)
Issue-ID: AAI-947
Change-Id: Iec731e5c0fc5976ce1208cb1ba638a235849bae0
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index bdc54f6..b7586ab 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
 
        <groupId>org.onap.aai</groupId>
        <artifactId>rest-client</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.1-SNAPSHOT</version>
        <name>aai-rest-client</name>
         
        <properties>
index faf06bb..688582d 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=2
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}