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