diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 12:07:47 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 12:07:54 -0400 |
commit | 9fdfb866a2f44a10d6224b4fae560083222afe8e (patch) | |
tree | 575523ca8754ebd83613ef6b6617a11028d20ed6 /pom.xml | |
parent | 65d4fc3343280914ddcf915a750b897c3e29cec8 (diff) |
Upversion to 1.7.0
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Icc989a3bdaff76d7d532754364fcb182c434864e
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. <groupId>org.onap.aai.router-core</groupId> <artifactId>router-core</artifactId> <packaging>bundle</packaging> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <name>aai-router-core</name> <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> @@ -90,7 +90,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> - <version>1.6.5</version> + <version>1.6.6</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> |