upversion to 1.3.0 56/71556/1
authorsblimkie <steven.blimkie@amdocs.com>
Wed, 31 Oct 2018 15:35:13 +0000 (11:35 -0400)
committersblimkie <steven.blimkie@amdocs.com>
Wed, 31 Oct 2018 15:35:13 +0000 (11:35 -0400)
Change-Id: I4b91291452649b7f2307f59bfc7dcf35bf23d406
Issue-ID: AAI-1788
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 8ed791b..ad39495 100644 (file)
--- 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>
index 5128787..a254b21 100644 (file)
@@ -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}