From 9b6479dafc705bdf8c589d7ea6021516ec02d29b Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Wed, 9 Oct 2019 09:47:43 -0400 Subject: [PATCH] move to 1.7.0-SNAPSHOT Increment version to 1.7.0-SNAPSHOT Issue-ID: APPC-1686 Change-Id: I5c8b85e03793e1b807b98b58a2ca9410cde72a3c Signed-off-by: Taka Cho --- CdtProxyService/pom.xml | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index 0e62cf9..3402674 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -28,7 +28,7 @@ org.onap.appc.cdt cdt-proxy-service CdtProxyService - 1.6.3-SNAPSHOT + 1.7.0-SNAPSHOT jar 1.8 diff --git a/pom.xml b/pom.xml index da22405..639e986 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.6.3-SNAPSHOT + 1.7.0-SNAPSHOT pom appc-config-design-tool diff --git a/version.properties b/version.properties index a9ce1cf..ce1115c 100644 --- a/version.properties +++ b/version.properties @@ -25,8 +25,8 @@ # because they are used in Jenkins, whose plug-in doesn't support release_name=1 -sprint_number=6 -feature_revision=3 +sprint_number=7 +feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} -- 2.16.6