Upversion data-router and prep for release 05/46205/2
authorJimmy Forsyth <jf2512@att.com>
Fri, 4 May 2018 12:37:04 +0000 (08:37 -0400)
committerJames Forsyth <jf2512@att.com>
Fri, 4 May 2018 12:41:11 +0000 (12:41 +0000)
Issue-ID: AAI-1122
Change-Id: Ifc349bb7614ee4f9022681d5d90ae15021e0fadb
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index d7179cf..738bb8d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
    </parent>
    <groupId>org.onap.aai.data-router</groupId>
    <artifactId>data-router</artifactId>
-   <version>1.2.0-SNAPSHOT</version>
+   <version>1.2.1-SNAPSHOT</version>
    <name>aai-data-router</name>
 
    <properties>
@@ -165,7 +165,7 @@ limitations under the License.
       <dependency>
          <groupId>org.onap.aai.aai-common</groupId>
          <artifactId>aai-schema</artifactId>
-         <version>1.2.2</version>
+         <version>1.2.4</version>
       </dependency>
       <dependency>
          <groupId>org.onap.aai.router-core</groupId>
index faf06bb..688582d 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=2
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}