Bump up the major clamp version to 6
Issue-ID: POLICY-2949
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia5274cb456effb0766776efb1444fa7f2a70db46
<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>
# 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}