diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-10-31 16:13:01 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-10-31 16:13:03 -0400 |
commit | 547f8e683673951211e42bcb27858f79cfe87125 (patch) | |
tree | 83af15c600c860a39bada9c578e5a1277197301a /pom.xml | |
parent | 1a7e8802abcaa97632c46e8544d7264ce1414d06 (diff) |
Update schema-service dep to 1.6.0
Issue-ID: AAI-2607
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I25431d800202302d4d97503cb420c93f09475704
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |