diff options
author | hariharan97 <rh20085046@wipro.com> | 2021-02-23 12:30:38 +0530 |
---|---|---|
committer | hariharan97 <rh20085046@wipro.com> | 2021-02-23 12:30:38 +0530 |
commit | 818489f9580f62c71ee6d6ad7a9e6e080e4c2107 (patch) | |
tree | 4af95498106bb9d3c4e78093d47bc8d4f67a76ad | |
parent | 646bf6f2584ea0608229faa84ddb538c2a7ef2ab (diff) |
Bump OSDF to 3.0.33.0.3
Issue-ID: OPTFRA-913
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: Ib8ffcb46cf1789f780475c5b5af719f8f8b693e7
-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.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <description>Optimization Service Design Framework</description> <properties> diff --git a/version.properties b/version.properties index a97b48e..d407d4c 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=3 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |