aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfpaquett <francis.paquette@amdocs.com>2018-11-05 13:19:06 -0500
committerfpaquett <francis.paquette@amdocs.com>2018-11-05 13:19:19 -0500
commitf3dbccd386d36df1936d3a3ea6a6a5daa9262214 (patch)
treefb1f09ed2b4786171ed2172c72e503b6d52ff169
parenta76a5c3b55bbd091446b8b5b6ec07d7f7b272a14 (diff)
Updated version to Dublin
Issue-ID: AAI-1853 Change-Id: Ide4f692e76ca90dd9ed36a54eb6312c321a7deed Signed-off-by: fpaquett <francis.paquette@amdocs.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b8a77e3..f744ee0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
</parent>
<groupId>org.onap.aai</groupId>
<artifactId>search-data-service</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<name>aai-search-data-service</name>
<properties>
diff --git a/version.properties b/version.properties
index 0969948..668657e 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=3
-patch=2
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}