Update schema-service dep to 1.6.0 25/97825/1
authorJimmy Forsyth <jf2512@att.com>
Thu, 31 Oct 2019 20:13:01 +0000 (16:13 -0400)
committerJimmy Forsyth <jf2512@att.com>
Thu, 31 Oct 2019 20:13:03 +0000 (16:13 -0400)
Issue-ID: AAI-2607
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I25431d800202302d4d97503cb420c93f09475704

pom.xml

diff --git a/pom.xml b/pom.xml
index c46dc45..4de425b 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.5.1-SNAPSHOT</version>
+   <version>1.6.0-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.5.1</version.aai-schema>
+        <version.aai-schema>1.6.0</version.aai-schema>
 
         <!-- docker related properties -->
         <docker.fabric.version>0.28.0</docker.fabric.version>