Update version after release 85/50485/1
authorJimmy Forsyth <jf2512@att.com>
Tue, 5 Jun 2018 21:46:33 +0000 (17:46 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 5 Jun 2018 21:46:35 +0000 (17:46 -0400)
Issue-ID: AAI-1204
Change-Id: Ic96f660eb3893e0e2a0285dfe641ed33b51604c4
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
aai-resources/pom.xml
pom.xml
version.properties

index 527ea66..1ad9279 100644 (file)
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>aai-resources</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
 
     <parent>
         <groupId>org.springframework.boot</groupId>
diff --git a/pom.xml b/pom.xml
index 029149a..4f23e8e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <name>aai-resources</name>
     <packaging>pom</packaging>
     <modules>
index e6fc35b..6be12c9 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=2
-patch_version=2
+patch_version=3
 
 base_version=${major_version}.${minor_version}.${patch_version}