aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-05 15:45:56 +0000
committerSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-05 15:45:56 +0000
commit99159b883ec864955502b76844a79eb8df3bfe3f (patch)
tree7b586d301521eb56a42a38f9b19486f234ba627d
parent5c6a90b19ec70fad9025029f4b5bcb4f4fc3427a (diff)
Upversion to 1.4.0 - Dublin branch
Upversion to 1.4.0 Issue-ID: AAI-1856 Change-Id: Ic08cac19ac3016c918259a9d2df5f4cde902a7db Signed-off-by: Sanchez, Gabriel (gs882h) <gabriel.sanchez@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 e41dce6..cc129c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>spike</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<name>aai-spike</name>
<properties>
diff --git a/version.properties b/version.properties
index fb21064..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=1
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}