diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2020-03-19 14:42:35 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-03-30 10:17:32 -0400 |
commit | 33ec9b91d28d20c9e91451b4153b761e36ccbd5e (patch) | |
tree | 857a889aad7722e1d9e7bf60e19de366ddaed6aa /pom.xml | |
parent | a0ad8c2a48edfb30043adb52b4a020f49be2cb74 (diff) |
Use schema-service:1.6.6
Issue-ID: AAI-2834
Change-Id: Iadd156132eb49a18dba84e192004e1c369b854c2
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |