diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.clamp</groupId> <artifactId>clds</artifactId> - <version>5.1.5-SNAPSHOT</version> + <version>6.0.0-SNAPSHOT</version> <name>clamp</name> diff --git a/version.properties b/version.properties index b0c247056..35775d32e 100644 --- a/version.properties +++ b/version.properties @@ -25,9 +25,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=5 -minor=1 -patch=5 +major=6 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} |