diff options
author | Patel, Ankitkumar <ankit@research.att.com> | 2018-06-01 14:38:50 -0400 |
---|---|---|
committer | Patel, Ankitkumar <ankit@research.att.com> | 2018-06-04 11:13:52 -0400 |
commit | 59af1ba116cc0e834f2c1a0d9ac2b523682016b9 (patch) | |
tree | 946a2c02aff789855b613c794367739e00fae39f | |
parent | 5b154ab03794fae01717b92f72e25f420717cbfa (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>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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} |