From 334b7e1e22a5221f2223ad7427d78c728fe1e72a Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 26 Apr 2019 14:28:37 -0700 Subject: Increment snapshot version 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 Issue-ID: APPC-1585 --- CdtProxyService/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index 679da45..1007fe5 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -28,7 +28,7 @@ org.onap.appc.cdt cdt-proxy-service CdtProxyService - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT jar 1.8 diff --git a/pom.xml b/pom.xml index 8ffcc36..ab5f007 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. 4.0.0 org.onap.appc.cdt config-design-tool - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT pom appc-config-design-tool diff --git a/version.properties b/version.properties index 0c2ba15..45e6ecd 100644 --- a/version.properties +++ b/version.properties @@ -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} -- cgit 1.2.3-korg