diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 10:34:43 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 10:34:45 -0400 |
commit | 332cebc9ab337ffff07e849af1f47afd5e96d4ab (patch) | |
tree | abcf783f47e091881bdaa40b112ef81d2c707c0f /pom.xml | |
parent | 33d472ede2a5b6a95d148632b9f6d56b0e79aeea (diff) |
Upversion to 1.7.0
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ica253e58cf03dc4fc9b74c2f3ba06b6cad0d329b
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <groupId>org.onap.aai.cacher</groupId> <artifactId>aai-cacher</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <parent> <groupId>org.onap.oparent</groupId> @@ -71,7 +71,7 @@ <start-class>org.onap.aai.cacher.Application</start-class> <aai-core.version>1.5.1</aai-core.version> - <aai-schema-service.version>1.6.0</aai-schema-service.version> + <aai-schema-service.version>1.6.6</aai-schema-service.version> <activemq.version>5.15.8</activemq.version> <!-- Start of the jacoco plugin properties --> |