aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-10-31 11:35:13 -0400
committersblimkie <steven.blimkie@amdocs.com>2018-10-31 11:35:13 -0400
commit12789faff8b2073bc95ba350a701812edaaf64d8 (patch)
tree684be8c1592152cb6b5b4d3abac66ffa61f12fd6
parent9ecc06ae1e201ef91adda6671a771224e39048ae (diff)
upversion to 1.3.0
Change-Id: I4b91291452649b7f2307f59bfc7dcf35bf23d406 Issue-ID: AAI-1788 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 8ed791b..ad39495 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>spike</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<name>aai-spike</name>
<properties>
diff --git a/version.properties b/version.properties
index 5128787..a254b21 100644
--- a/version.properties
+++ b/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=3
patch=0
base_version=${major}.${minor}.${patch}