aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvrvarma <vikas.varma@att.com>2020-03-11 12:23:18 -0400
committervrvarma <vikas.varma@att.com>2020-03-11 12:23:30 -0400
commit6e84d892b5f8e3a2f90fb36b6c7a642c800c2f9c (patch)
tree8061c97487080c94be7d7ee4256eda3133b2cd6a
parentbfb0a45de2eaade4064c40d294fd56e89672d199 (diff)
Increment OSDF release version
Change-Id: I48cd5772a5e0fe31a6769dde580ca020d6b83de4 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-716
-rw-r--r--pom.xml2
-rw-r--r--version.properties6
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index a3311b1..862add9 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>1.3.4-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<description>Optimization Service Design Framework</description>
<properties>
diff --git a/version.properties b/version.properties
index 3be004b..be8cc80 100644
--- a/version.properties
+++ b/version.properties
@@ -17,9 +17,9 @@
# -------------------------------------------------------------------------
#
-major=1
-minor=3
-patch=4
+major=2
+minor=0
+patch=0
base_version=${major}.${minor}.${patch}