aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-08 12:31:49 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-08 12:31:51 -0400
commitd69f1e606431200a12f822e85f274c623ab8c43c (patch)
tree03f4b771f025d392334361087109d9df19479fdd
parent32df83d0161a6211ca76f09b88f841e30f02c68e (diff)
Upversion to 1.7.0
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I3f376c8451c1ec38f21391f4dd7430b8125a955a
-rw-r--r--pom.xml2
-rw-r--r--search-data-service-app/pom.xml4
-rw-r--r--version.properties4
3 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 0bb136d..4ba9bcf 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.3-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml
index 23a3785..d04e88d 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.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>
diff --git a/version.properties b/version.properties
index 6d9c3d3..e377fcf 100644
--- a/version.properties
+++ b/version.properties
@@ -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}