aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-05-13 13:41:20 -0700
committerPatrick Brady <patrick.brady@att.com>2019-05-13 13:44:49 -0700
commit163d9fede8614e721a8b754a556ab0443f546430 (patch)
tree1e431224ecd865914cecc34f1bbc666cb9a07f44
parent307c064bd892691c3db223d363b94e241572450e (diff)
Increment versions after release
Change-Id: I07f77d467efb8755bd1261e8c5e0eccda962044c Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1595
-rw-r--r--CdtProxyService/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml
index 2954820..ce0c2ec 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.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index 0e9b081..8be3441 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>appc-config-design-tool</name>
diff --git a/version.properties b/version.properties
index 0c2ba15..c140461 100644
--- a/version.properties
+++ b/version.properties
@@ -26,7 +26,7 @@
release_name=1
sprint_number=5
-feature_revision=0
+feature_revision=1
base_version=${release_name}.${sprint_number}.${feature_revision}