diff options
author | vrvarma <vikas.varma@att.com> | 2020-05-21 12:43:38 -0400 |
---|---|---|
committer | vrvarma <vikas.varma@att.com> | 2020-05-21 12:44:03 -0400 |
commit | acb4f63122e205acf0bc4f8649f746bd5bccd486 (patch) | |
tree | 83ebe05da3610c0ef882f2ee6be87b69d5c09326 | |
parent | 887b8fb189a3310b38898ea2552b00b2e38f787a (diff) |
Increment osdf release version to 2.0.42.0.4
Change-Id: Ifc8a5a84f2cc923e90310a37f2af1ec20e1d89a9
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-760
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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.3-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> <description>Optimization Service Design Framework</description> <properties> diff --git a/version.properties b/version.properties index 7026b76..9ee1f59 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=2 minor=0 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} |