aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2020-05-22 15:20:04 -0700
committerPatrick Brady <patrick.brady@att.com>2020-05-22 15:20:04 -0700
commit7b38e24c81f256cd408c771da42d168bf4e05909 (patch)
tree1795e8e18f45bdfd06be586d398b12c8502632d9
parentbfe8ead0802f5826a47783dd73790e39eaca6ba7 (diff)
Increment version to 1.7.3-SNAPSHOT6.0.0-ONAPfrankfurt
Change-Id: I49fc794234b707041adbb04a2bca696dccc1cdcf Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
-rw-r--r--CdtProxyService/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml
index 6ae437d..deb073a 100644
--- a/CdtProxyService/pom.xml
+++ b/CdtProxyService/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.onap.appc.cdt</groupId>
<artifactId>cdt-proxy-service</artifactId>
<name>CdtProxyService</name>
- <version>1.7.2-SNAPSHOT</version>
+ <version>1.7.3-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index 9011ccb..07aa527 100644
--- 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.7.2-SNAPSHOT</version>
+ <version>1.7.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>appc-config-design-tool</name>
diff --git a/version.properties b/version.properties
index c106d37..dd0c7e9 100644
--- a/version.properties
+++ b/version.properties
@@ -26,7 +26,7 @@
release_name=1
sprint_number=7
-feature_revision=2
+feature_revision=3
base_version=${release_name}.${sprint_number}.${feature_revision}