aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-14 15:54:38 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-14 15:54:39 -0400
commite6606bcaa0357a41a35983aea91c1b28f05469c6 (patch)
treeaae04ef6220ab57673e12abf935110da8d1c0c8e
parent5d0e33ce34d021a354b574819536a6379413e53b (diff)
Upversion search-data-service in master
Issue-ID: AAI-2579 Change-Id: Ic6109e341f11ff22e790df34bdd8534dff41c9a5 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--elasticsearch-sg/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--search-data-service-app/pom.xml6
-rw-r--r--version.properties2
4 files changed, 7 insertions, 7 deletions
diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml
index ae92121..31bad6a 100644
--- a/elasticsearch-sg/pom.xml
+++ b/elasticsearch-sg/pom.xml
@@ -27,14 +27,14 @@
<parent>
<artifactId>search-data-service</artifactId>
<groupId>org.onap.aai</groupId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.search-data-service</groupId>
<artifactId>elasticsearch-sg</artifactId>
<name>ElasticSearch with SearchGuard</name>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/pom.xml b/pom.xml
index 260edd3..43b920a 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.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml
index cde4169..9fd750c 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.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.search-data-service</groupId>
<artifactId>search-data-service-app</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>AAI Search Data Service Application</name>
<properties>
@@ -52,7 +52,7 @@
<sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
<jacoco.line.coverage.limit>0.58</jacoco.line.coverage.limit>
- <spring.boot.version>1.5.19.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.21.RELEASE</spring.boot.version>
</properties>
<dependencyManagement>
diff --git a/version.properties b/version.properties
index 99af342..a0756ad 100644
--- a/version.properties
+++ b/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=5
+minor=6
patch=0
base_version=${major}.${minor}.${patch}