Use schema-service:1.6.6 96/103996/4
authorForsyth, James (jf2512) <jf2512@att.com>
Thu, 19 Mar 2020 18:42:35 +0000 (14:42 -0400)
committerJimmy Forsyth <jf2512@att.com>
Mon, 30 Mar 2020 14:17:32 +0000 (10:17 -0400)
Issue-ID: AAI-2834
Change-Id: Iadd156132eb49a18dba84e192004e1c369b854c2
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index e961bc9..400b928 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.6.1-SNAPSHOT</version>
+   <version>1.6.2-SNAPSHOT</version>
    <name>aai-data-router</name>
 
     <properties>
@@ -47,7 +47,7 @@ limitations under the License.
         <installOwnerUser>aaiadmin</installOwnerUser>
         <installOwnerGroup>aaiadmin</installOwnerGroup>
         <ownerManagementGroup>com.att.csid.lab</ownerManagementGroup>
-        <version.aai-schema>1.6.0</version.aai-schema>
+        <version.aai-schema>1.6.5</version.aai-schema>
 
         <!-- docker related properties -->
         <docker.fabric.version>0.28.0</docker.fabric.version>
@@ -195,7 +195,7 @@ limitations under the License.
         <dependency>
             <groupId>org.onap.aai.router-core</groupId>
             <artifactId>router-core</artifactId>
-            <version>1.5.0</version>
+            <version>1.6.4</version>
         </dependency>
 
         <dependency>
index 922c4fa..41565bf 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=6
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}