aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ddd06a9..0aa9fde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.onap.externalapi-nbi</groupId>
<artifactId>nbi-rest-services</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>externalapi-nbi</name>
diff --git a/version.properties b/version.properties
index aeb4b21..8c41eda 100644
--- a/version.properties
+++ b/version.properties
@@ -18,9 +18,9 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support...
-major=1
-minor=2
-patch=1
+major=3
+minor=0
+patch=0
base_version=${major}.${minor}.${patch}