diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-03-18 15:14:01 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-03-18 15:14:03 -0400 |
commit | 78fb50df15b98a694ffa26d7e5d2b33533cdd260 (patch) | |
tree | 31b15ff6cdc7dadcbf15be9e5d70837f2dc700d0 | |
parent | f94ea25a8a70681b6de2bbd21a0632ce4b60328e (diff) |
Use aai-parent:1.6.8 and schema-service:1.6.5
Issue-ID: AAI-2834
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I46d376213ea9234eb401c07170855a378e4ddec3
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |