Upversion to 1.7.0 06/105506/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 8 Apr 2020 14:35:46 +0000 (10:35 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 8 Apr 2020 14:35:48 +0000 (10:35 -0400)
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I53d3bcc9dc72c1642716ee082c1e39543bb54926

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 39c9eaa..8f2bb21 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
    </parent>
    <groupId>org.onap.aai.data-router</groupId>
    <artifactId>data-router</artifactId>
-   <version>1.6.3-SNAPSHOT</version>
+   <version>1.7.0-SNAPSHOT</version>
    <name>aai-data-router</name>
 
     <properties>
@@ -47,7 +47,7 @@ limitations under the License.
         <installOwnerUser>aaiadmin</installOwnerUser>
         <installOwnerGroup>aaiadmin</installOwnerGroup>
         <ownerManagementGroup>com.att.csid.lab</ownerManagementGroup>
-        <version.aai-schema>1.6.5</version.aai-schema>
+        <version.aai-schema>1.6.6</version.aai-schema>
 
         <!-- docker related properties -->
         <docker.fabric.version>0.28.0</docker.fabric.version>
index 6d9c3d3..e377fcf 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=6
-patch=3
+minor=7
+patch=0
 
 base_version=${major}.${minor}.${patch}