Upversion search-data-service in master 67/93567/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 14 Aug 2019 19:54:38 +0000 (15:54 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 14 Aug 2019 19:54:39 +0000 (15:54 -0400)
Issue-ID: AAI-2579
Change-Id: Ic6109e341f11ff22e790df34bdd8534dff41c9a5
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
elasticsearch-sg/pom.xml
pom.xml
search-data-service-app/pom.xml
version.properties

index ae92121..31bad6a 100644 (file)
        <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 (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.5.0-SNAPSHOT</version>
+       <version>1.6.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <modules>
index cde4169..9fd750c 100644 (file)
        <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>
index 99af342..a0756ad 100644 (file)
@@ -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}