summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatel, Ankitkumar <ankit@research.att.com>2018-06-01 14:38:50 -0400
committerShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2018-06-04 18:18:41 +0000
commit6e6bcf3160c4351c6abc2a1be0fd28fd53645fe5 (patch)
tree946a2c02aff789855b613c794367739e00fae39f
parentee360937cf1b67f6d63dc0d8a8fdeecd31adb613 (diff)
updated the version of an image
Updated the version of an image. Issue-ID: OPTFRA-251 Change-Id: I2fdf0789ebad30f4e520b55890317e2404546c07 Signed-off-by: Patel, Ankitkumar <ankit@research.att.com> (cherry picked from commit 59af1ba116cc0e834f2c1a0d9ac2b523682016b9)
-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 0d11f06..f06d1f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.onap.optf.osdf</groupId>
<artifactId>optf-osdf</artifactId>
<name>optf-osdf</name>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<description>Optimization Service Design Framework</description>
<properties>
diff --git a/version.properties b/version.properties
index 37c1f7f..d751ba0 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=1
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}