diff options
author | hariharan97 <rh20085046@wipro.com> | 2021-03-09 17:41:27 +0530 |
---|---|---|
committer | hariharan97 <rh20085046@wipro.com> | 2021-03-09 17:41:27 +0530 |
commit | e5182a3ed5333c7da2e043a58d8df8d76e7f6e2f (patch) | |
tree | a65fa84ae2b51e1bf38c703a85ac74f71f450ab0 | |
parent | 226509adb1ac7dcc9eacef7c1b4c887d86087c18 (diff) |
Bump OSDF to 3.0.43.0.4
Issue-ID: OPTFRA-913
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: I62c1b23a44d4a069ab42dd4922ca32aeea227861
-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>3.0.3-SNAPSHOT</version> + <version>3.0.4-SNAPSHOT</version> <description>Optimization Service Design Framework</description> <properties> diff --git a/version.properties b/version.properties index d407d4c..ca8f3f0 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=3 minor=0 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} |