Upversion artifacts to 1.8.0-SNAPSHOT 14/114914/1 master
authorHarish Venkata Kajur <vk250x@att.com>
Mon, 16 Nov 2020 04:46:02 +0000 (23:46 -0500)
committerHarish Venkata Kajur <vk250x@att.com>
Mon, 16 Nov 2020 04:46:02 +0000 (23:46 -0500)
Issue-ID: AAI-3222
Change-Id: Ifdf12bc737da53e72ef57e9b56a07e741a18278a
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
pom.xml
search-data-service-app/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 4ba9bcf..79407da 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.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index d04e88d..90a4434 100644 (file)
     <parent>
         <artifactId>search-data-service</artifactId>
         <groupId>org.onap.aai</groupId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.aai.search-data-service</groupId>
     <artifactId>search-data-service-app</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <name>AAI Search Data Service Application</name>
 
     <properties>
index e377fcf..11f0383 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=7
+minor=8
 patch=0
 
 base_version=${major}.${minor}.${patch}