diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-04-01 09:55:17 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-04-01 09:55:17 -0700 |
commit | 783b62c68acb2519597851e913964e2a47b430ea (patch) | |
tree | 742f90760667c77e5d16b75b81833d6ec5130a38 | |
parent | 20a0878ec38b08efc7d5e34a2cfea230356c084b (diff) |
Increment version to 1.7.2-SNAPSHOT
Change-Id: I7d7db464e0666b8b7bd75ac1420ef47407a6eaab
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
-rw-r--r-- | CdtProxyService/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | 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 @@ <groupId>org.onap.appc.cdt</groupId> <artifactId>cdt-proxy-service</artifactId> <name>CdtProxyService</name> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>jar</packaging> <properties> <java.version>1.8</java.version> @@ -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.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name>appc-config-design-tool</name> 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} |