Upversion to 1.7.0 43/105543/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 8 Apr 2020 16:07:47 +0000 (12:07 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 8 Apr 2020 16:07:54 +0000 (12:07 -0400)
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Icc989a3bdaff76d7d532754364fcb182c434864e

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index e0ff239..c9fadce 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index 98eaf26..e377fcf 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=6
-patch=5
+minor=7
+patch=0
 
 base_version=${major}.${minor}.${patch}