From 783b62c68acb2519597851e913964e2a47b430ea Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 1 Apr 2020 09:55:17 -0700 Subject: Increment version to 1.7.2-SNAPSHOT Change-Id: I7d7db464e0666b8b7bd75ac1420ef47407a6eaab Signed-off-by: Patrick Brady Issue-ID: APPC-1816 --- 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 d7ebf6b..6ae437d 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -28,7 +28,7 @@ org.onap.appc.cdt cdt-proxy-service CdtProxyService - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT jar 1.8 diff --git a/pom.xml b/pom.xml index 8c7a364..9011ccb 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.7.1-SNAPSHOT + 1.7.2-SNAPSHOT pom appc-config-design-tool diff --git a/version.properties b/version.properties index d584f81..c106d37 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ release_name=1 sprint_number=7 -feature_revision=1 +feature_revision=2 base_version=${release_name}.${sprint_number}.${feature_revision} -- cgit 1.2.3-korg