diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 6 |
2 files changed, 4 insertions, 4 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>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} |