aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-02 11:21:01 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-02 11:21:04 -0400
commit707cbaec2a5147b60732d7ea6ff0f557202b3fc0 (patch)
tree4cf13b2c01576458efeb6beeecbe029c9c7cb6b5
parentaaa59573cd506e9da56685f81c2a4b4bd65e0f5c (diff)
Upversion to 1.6.2
Issue-ID: AAI-2580 Change-Id: I087fe48e007b511d165eeb44ad6ffe5996cd28a4 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
-rw-r--r--search-data-service-app/pom.xml4
-rw-r--r--version.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 7eb0778..c411e6b 100644
--- 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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml
index b238d06..28bdccd 100644
--- a/search-data-service-app/pom.xml
+++ b/search-data-service-app/pom.xml
@@ -27,12 +27,12 @@
<parent>
<artifactId>search-data-service</artifactId>
<groupId>org.onap.aai</groupId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.search-data-service</groupId>
<artifactId>search-data-service-app</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<name>AAI Search Data Service Application</name>
<properties>
diff --git a/version.properties b/version.properties
index 922c4fa..41565bf 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=6
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}