Upversion to 1.7.0 50/105550/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 8 Apr 2020 16:27:03 +0000 (12:27 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 8 Apr 2020 16:27:04 +0000 (12:27 -0400)
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I7b70d5ae07f27473281efc4d1c31f9c3b03ff5e7

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index ef0b04e..3c5790e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.onap.aai.validation</groupId>
     <artifactId>validation</artifactId>
     <name>aai-validation</name>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
@@ -67,7 +67,7 @@
         <version.org.eclipse.persistence.moxy>2.6.2</version.org.eclipse.persistence.moxy>
         <version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library>
         <version.org.json.json>20160212</version.org.json.json>
-        <version.aai.aai-schema>1.6.0</version.aai.aai-schema>
+        <version.aai.aai-schema>1.6.6</version.aai.aai-schema>
         <version.aai.aai-schema-ingest>1.4.1</version.aai.aai-schema-ingest>
         <aai.oxm.target.folder>${project.build.directory}/bundleconfig/etc/oxm/</aai.oxm.target.folder>
         <version.org.glassfish.jersey.core.jersey-client>2.23</version.org.glassfish.jersey.core.jersey-client>
index a0756ad..e377fcf 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=6
+minor=7
 patch=0
 
 base_version=${major}.${minor}.${patch}