diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-05-30 08:19:22 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-05-30 08:21:42 -0700 |
commit | 7a61da063c589c853428e5936921aa26c6682fc3 (patch) | |
tree | a661a3b551661b92fadc4e58613dc477ad0e6559 | |
parent | 997b8991a7a87f80a2cc7d4aa7e1823dc686c79a (diff) |
Change-Id: I4b2ed96aeba8d9ec711a28a48a406315abbfde95
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1595
-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 ce0c2ec..c97bf04 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.5.1-SNAPSHOT</version> + <version>1.5.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.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <packaging>pom</packaging> <name>appc-config-design-tool</name> diff --git a/version.properties b/version.properties index c140461..3685fed 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ release_name=1 sprint_number=5 -feature_revision=1 +feature_revision=2 base_version=${release_name}.${sprint_number}.${feature_revision} |