Upversion to 1.7.0 52/105552/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 8 Apr 2020 16:31:49 +0000 (12:31 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 8 Apr 2020 16:31:51 +0000 (12:31 -0400)
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I3f376c8451c1ec38f21391f4dd7430b8125a955a

pom.xml
search-data-service-app/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 0bb136d..4ba9bcf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.onap.aai</groupId>
     <artifactId>search-data-service</artifactId>
     <name>aai-search-data-service aggregate pom</name>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 23a3785..d04e88d 100644 (file)
     <parent>
         <artifactId>search-data-service</artifactId>
         <groupId>org.onap.aai</groupId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.aai.search-data-service</groupId>
     <artifactId>search-data-service-app</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <name>AAI Search Data Service Application</name>
 
     <properties>
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}