Upversion for global jjb transition 93/90193/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 21:08:12 +0000 (17:08 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 21:08:15 +0000 (17:08 -0400)
Issue-ID: AAI-2496
Change-Id: I289c83fbce8ac8b17c76ac59be6a4dd796e65902
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
elasticsearch-sg/pom.xml
pom.xml
search-data-service-app/pom.xml
version.properties

index 8c393c7..210aa2c 100644 (file)
@@ -27,7 +27,7 @@
        <groupId>org.onap.aai.search-data-service</groupId>
        <artifactId>elasticsearch-sg</artifactId>
        <name>ElasticSearch with SearchGuard</name>
-       <version>1.4.3-SNAPSHOT</version>
+       <version>1.5.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <properties>
diff --git a/pom.xml b/pom.xml
index c2e19a1..ec5e75e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
        <groupId>org.onap.aai</groupId>
        <artifactId>search-data-service</artifactId>
        <name>aai-search-data-service aggregate pom</name>
-       <version>1.4.3-SNAPSHOT</version>
+       <version>1.5.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <modules>
index 4b28a2a..a61232e 100644 (file)
@@ -32,7 +32,7 @@
 
        <groupId>org.onap.aai.search-data-service</groupId>
        <artifactId>search-data-service-app</artifactId>
-       <version>1.4.3-SNAPSHOT</version>
+       <version>1.5.0-SNAPSHOT</version>
        <name>AAI Search Data Service Application</name>
 
        <properties>
                <dependency>
                        <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>common-logging</artifactId>
-                       <version>1.2.2</version>
+                       <version>1.5.0</version>
                </dependency>
 
                <dependency>
                        <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>logging-api</artifactId>
-                       <version>1.2.2</version>
+                       <version>1.5.0</version>
                </dependency>
 
                <dependency>
                        <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>eelf-logging</artifactId>
-                       <version>1.2.2</version>
+                       <version>1.5.0</version>
                </dependency>
 
         <!-- For JSON Mapping Support. -->
index 44e6ad0..99af342 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=4
-patch=3
+minor=5
+patch=0
 
 base_version=${major}.${minor}.${patch}