aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvrvarma <vikas.varma@att.com>2020-03-20 13:04:54 -0400
committervrvarma <vikas.varma@att.com>2020-03-20 13:05:04 -0400
commitf0f912e2e8cb23952099c3df83167181a50ab2f8 (patch)
treeba3dbd852cd7b766630476f56759607d1c32b992
parentf30da9513ae0501f453ee93729b381270fad0a2b (diff)
Increment release version for osdf to 2.0.1
Change-Id: I71b40762d04eb7177ed3b0049f15536d0fd5a6a1 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-727
-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 862add9..9d78e2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ http://maven.apache.org/POM/4.0.0 ">
<groupId>org.onap.optf.osdf</groupId>
<artifactId>optf-osdf</artifactId>
<name>optf-osdf</name>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.1-SNAPSHOT</version>
<description>Optimization Service Design Framework</description>
<properties>
diff --git a/version.properties b/version.properties
index be8cc80..8c7f2a6 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=2
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}