diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-08-03 23:10:11 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-08-03 23:10:20 -0700 |
commit | cbae8033683053ccbd25e9a2a737158bfc3ec448 (patch) | |
tree | 796958a9dcb1521592ce3cb622ec1abb496c44fb | |
parent | 3e2aee1ee76da2e9bf77c27eac792ffa80789ff7 (diff) |
Increment versions after release
Change-Id: Ib7a836d3f6c519db158b92a71e87c6103bd11b28
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
-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 ae20fa1..b28fb8a 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.6.0-SNAPSHOT</version> + <version>1.6.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.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>pom</packaging> <name>appc-config-design-tool</name> diff --git a/version.properties b/version.properties index 45e6ecd..cb3e198 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ release_name=1 sprint_number=6 -feature_revision=0 +feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} |