diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-10-08 18:16:11 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-10-08 18:16:11 +0530 |
commit | e5a3e67f106f88a1143da7ee2f7248fe8dc1920d (patch) | |
tree | 8f6e58879a0d555e0cf12ad07885547330074050 | |
parent | b9675410d4b13cb6e661bcf017e66e444e012d25 (diff) |
Bump OSDF to 3.0.13.0.1
Issue-ID: OPTFRA-857
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I94e0f64705259805ee3cadbdfc521be9a85e142d
-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.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <description>Optimization Service Design Framework</description> <properties> diff --git a/version.properties b/version.properties index c16f036..21229ea 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=3 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |