aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-10-31 16:13:01 -0400
committerJimmy Forsyth <jf2512@att.com>2019-10-31 16:13:03 -0400
commit547f8e683673951211e42bcb27858f79cfe87125 (patch)
tree83af15c600c860a39bada9c578e5a1277197301a
parent1a7e8802abcaa97632c46e8544d7264ce1414d06 (diff)
Update schema-service dep to 1.6.0
Issue-ID: AAI-2607 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I25431d800202302d4d97503cb420c93f09475704
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c46dc45..4de425b 100644
--- 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>