diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-01-15 12:30:49 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-01-22 01:19:40 +0000 |
commit | 773f970c50772cddf75f7c7918935315e55d4e2d (patch) | |
tree | 677aa1ef0d77b352d692712dc33e189c5679ce39 | |
parent | ec43bfff7dbec40dcc95e7c5dec138c28ffc4236 (diff) |
Increment version to 1.7.1-SNAPSHOT
Change-Id: I842d45c7ec8977390b1108e7d0b1959868003048
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 3402674..d7ebf6b 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.0-SNAPSHOT</version> + <version>1.7.1-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.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> <packaging>pom</packaging> <name>appc-config-design-tool</name> diff --git a/version.properties b/version.properties index ce1115c..d584f81 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ release_name=1 sprint_number=7 -feature_revision=0 +feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} |