aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-19 17:08:12 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-19 17:08:15 -0400
commitc68c18f33a0bd60cac32077d24c0b5bab88cbdb7 (patch)
tree5f20fa28357cd5a7c35f240504ec6044c8021888
parent84405ca31620effe245b332b354a6c9142a11bd0 (diff)
Upversion for global jjb transition
Issue-ID: AAI-2496 Change-Id: I289c83fbce8ac8b17c76ac59be6a4dd796e65902 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--elasticsearch-sg/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--search-data-service-app/pom.xml8
-rw-r--r--version.properties4
4 files changed, 8 insertions, 8 deletions
diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml
index 8c393c7..210aa2c 100644
--- a/elasticsearch-sg/pom.xml
+++ b/elasticsearch-sg/pom.xml
@@ -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
--- 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>
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml
index 4b28a2a..a61232e 100644
--- a/search-data-service-app/pom.xml
+++ b/search-data-service-app/pom.xml
@@ -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>
@@ -101,19 +101,19 @@
<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. -->
diff --git a/version.properties b/version.properties
index 44e6ad0..99af342 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=4
-patch=3
+minor=5
+patch=0
base_version=${major}.${minor}.${patch}