aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}