diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-09-17 11:08:22 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-09-17 11:08:22 -0700 |
commit | c754ff7ca835cb226a4eb1374683d767be53861f (patch) | |
tree | df7fda079bbbba347ecc4f7f73e2b25a45b316e0 | |
parent | b408b500061f0f3f117a19fadaac6a62f9e4c4dd (diff) |
Increment version to 1.6.3-SNAPSHOT
Change-Id: I92aafb0c80c4cc1cfa4773ba62f1f34525db9686
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 d1e9145..f2210ec 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.2-SNAPSHOT</version> + <version>1.6.3-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.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <packaging>pom</packaging> <name>appc-config-design-tool</name> diff --git a/version.properties b/version.properties index 2e0f8d1..a9ce1cf 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ release_name=1 sprint_number=6 -feature_revision=2 +feature_revision=3 base_version=${release_name}.${sprint_number}.${feature_revision} |