Upversion to 1.6.3 43/105343/1 frankfurt 6.0.0-ONAP
authorJimmy Forsyth <jf2512@att.com>
Tue, 7 Apr 2020 14:16:55 +0000 (10:16 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 7 Apr 2020 14:16:56 +0000 (10:16 -0400)
Issue-ID: AAI-2850
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ibe3e6b3a058b924c7c5e65c6edfc8357d75ed6c6

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

diff --git a/pom.xml b/pom.xml
index c411e6b..0bb136d 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.2-SNAPSHOT</version>
+    <version>1.6.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 28bdccd..23a3785 100644 (file)
     <parent>
         <artifactId>search-data-service</artifactId>
         <groupId>org.onap.aai</groupId>
-        <version>1.6.2-SNAPSHOT</version>
+        <version>1.6.3-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.aai.search-data-service</groupId>
     <artifactId>search-data-service-app</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.6.3-SNAPSHOT</version>
     <name>AAI Search Data Service Application</name>
 
     <properties>
index 41565bf..6d9c3d3 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=6
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}