Upversion to 1.7.0 05/105505/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 8 Apr 2020 14:34:43 +0000 (10:34 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 8 Apr 2020 14:34:45 +0000 (10:34 -0400)
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ica253e58cf03dc4fc9b74c2f3ba06b6cad0d329b

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 33e5588..efbf33e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->
index 704dc53..85a0227 100644 (file)
@@ -4,7 +4,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major_version=1
-minor_version=6
+minor_version=7
 patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}