aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2020-09-21 10:58:01 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2020-09-21 10:59:37 +0530
commitc9b6e78051ea314bc7f20d1e273f51c9017e2e5b (patch)
treedbf7b37c7a9e816efc38ffcf9d82bff5fb920e51
parent3014d7da4872982ea666a7bb11d8dc882bfa048c (diff)
Increment osdf release version to 3.0.03.0.0
Issue-ID: OPTFRA-850 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Id80bf7173b3ea3f55ecad5795e5f03f3963c7494
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4652075..fba6ac0 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.4-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<description>Optimization Service Design Framework</description>
<properties>
diff --git a/version.properties b/version.properties
index 9ee1f59..c16f036 100644
--- a/version.properties
+++ b/version.properties
@@ -17,9 +17,9 @@
# -------------------------------------------------------------------------
#
-major=2
+major=3
minor=0
-patch=4
+patch=0
base_version=${major}.${minor}.${patch}