Increment snapshot version 36/86436/1
authorPatrick Brady <patrick.brady@att.com>
Fri, 26 Apr 2019 21:28:37 +0000 (14:28 -0700)
committerPatrick Brady <patrick.brady@att.com>
Fri, 26 Apr 2019 21:28:41 +0000 (14:28 -0700)
Change from 1.5.0-SNAPSHOT to 1.6.0-SNAPSHOT to prepare
for next development cycle.

Change-Id: I556e0492de6cdb04800686dd87410890f2402a66
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1585

CdtProxyService/pom.xml
pom.xml
version.properties

index 679da45..1007fe5 100644 (file)
@@ -28,7 +28,7 @@
     <groupId>org.onap.appc.cdt</groupId>
     <artifactId>cdt-proxy-service</artifactId>
     <name>CdtProxyService</name>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <properties>
         <java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index 8ffcc36..ab5f007 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.appc.cdt</groupId>
     <artifactId>config-design-tool</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>appc-config-design-tool</name>
index 0c2ba15..45e6ecd 100644 (file)
@@ -25,7 +25,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 release_name=1
-sprint_number=5
+sprint_number=6
 feature_revision=0
 
 base_version=${release_name}.${sprint_number}.${feature_revision}