Upversion to 1.6.1 44/100444/1
authorForsyth, James (jf2512) <jf2512@att.com>
Fri, 17 Jan 2020 22:53:00 +0000 (17:53 -0500)
committerForsyth, James (jf2512) <jf2512@att.com>
Fri, 17 Jan 2020 22:53:24 +0000 (17:53 -0500)
Issue-ID: AAI-2760
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
Change-Id: Id9b95648507ba05fa937d13d9711316bb1aaa178

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

diff --git a/pom.xml b/pom.xml
index 41ea623..7eb0778 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.0-SNAPSHOT</version>
+    <version>1.6.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index a7099b1..e00a0dd 100644 (file)
     <parent>
         <artifactId>search-data-service</artifactId>
         <groupId>org.onap.aai</groupId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.aai.search-data-service</groupId>
     <artifactId>search-data-service-app</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.1-SNAPSHOT</version>
     <name>AAI Search Data Service Application</name>
 
     <properties>
index a0756ad..922c4fa 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=6
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}