Upversion rest-client in prep for release 15/46215/1
authorJimmy Forsyth <jf2512@att.com>
Fri, 4 May 2018 13:18:32 +0000 (09:18 -0400)
committerJimmy Forsyth <jf2512@att.com>
Fri, 4 May 2018 13:18:58 +0000 (09:18 -0400)
Issue-ID: AAI-1122
Change-Id: I37dab47b1578ac0b160aef6ad05d72a2e634990e
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index b7586ab..9105dbf 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.1-SNAPSHOT</version>
+       <version>1.2.2-SNAPSHOT</version>
        <name>aai-rest-client</name>
         
        <properties>
index 688582d..1f3ede1 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=2
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}