Updating version to 1.1.0-SNAPSHOT 77/4177/2
authorShwetank Dave <shwetank.dave@amdocs.com>
Fri, 12 May 2017 13:59:47 +0000 (09:59 -0400)
committerShwetank Dave <shwetank.dave@amdocs.com>
Fri, 12 May 2017 15:45:07 +0000 (11:45 -0400)
Change-Id: Ie082c12e77bf71ec05ccdac6cb34c2409d327935
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 8d98e17..59374ae 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
         
        <groupId>org.openecomp.aai</groupId>
        <artifactId>rest-client</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
        <name>REST Client</name>
         
        <properties>
index 2ccc7c2..7f86aa1 100644 (file)
@@ -2,12 +2,12 @@
 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
 # because they are used in Jenkins, whose plug-in doesn't support
 
-major=0
-minor=9
+major=1
+minor=1
 patch=0
 
 base_version=${major}.${minor}.${patch}
 
 # Release must be completed with git revision # in Jenkins
 release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file
+snapshot_version=${base_version}-SNAPSHOT