Use aai-parent:1.6.8 and schema-service:1.6.5 03/103903/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 18 Mar 2020 19:14:01 +0000 (15:14 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 18 Mar 2020 19:14:03 +0000 (15:14 -0400)
Issue-ID: AAI-2834
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I46d376213ea9234eb401c07170855a378e4ddec3

pom.xml

diff --git a/pom.xml b/pom.xml
index 7aa8701..fc7fc09 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
    <parent>
       <groupId>org.onap.aai.aai-common</groupId>
       <artifactId>aai-parent</artifactId>
-      <version>1.6.6-SNAPSHOT</version>
+      <version>1.6.8</version>
    </parent>
 
    <groupId>org.onap.aai.router-core</groupId>
@@ -34,6 +34,7 @@ limitations under the License.
    <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
+      <aai.common.version>1.6.8</aai.common.version>
       <event.client.version>1.5.0</event.client.version>
       <!-- Sonar Properties -->
       <jacoco.line.coverage.limit>0.70</jacoco.line.coverage.limit>
@@ -89,7 +90,7 @@ limitations under the License.
       <dependency>
          <groupId>org.onap.aai.schema-service</groupId>
          <artifactId>aai-schema</artifactId>
-         <version>1.6.3</version>
+         <version>1.6.5</version>
       </dependency>
       <dependency>
          <groupId>org.onap.aai.aai-common</groupId>