From 80fa392258c5ea6f88e99441630b7c303237b1d1 Mon Sep 17 00:00:00 2001 From: Shwetank Dave Date: Fri, 12 May 2017 09:59:47 -0400 Subject: [PATCH] Updating version to 1.1.0-SNAPSHOT Change-Id: Ie082c12e77bf71ec05ccdac6cb34c2409d327935 Signed-off-by: Shwetank Dave --- pom.xml | 2 +- version.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8d98e17..59374ae 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openecomp.aai rest-client - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT REST Client diff --git a/version.properties b/version.properties index 2ccc7c2..7f86aa1 100644 --- a/version.properties +++ b/version.properties @@ -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 -- 2.16.6