aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2020-05-04 12:18:43 -0700
committerPatrick Brady <patrick.brady@att.com>2020-05-04 12:18:43 -0700
commit2ca96c5644fb1a127b2bf2ed02ec4ea906640e96 (patch)
treeac33fa521c7b9ee804d69d73b3265193d0dafef5
parent783b62c68acb2519597851e913964e2a47b430ea (diff)
Increment version to 1.8.0-SNAPSHOT
Change-Id: I0ca7f85fe7f7a8cd92a900438d1520cdad313e5b Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
-rw-r--r--CdtProxyService/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
3 files changed, 4 insertions, 4 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml
index 6ae437d..178f2ed 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.2-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index 9011ccb..114410f 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.7.2-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>appc-config-design-tool</name>
diff --git a/version.properties b/version.properties
index c106d37..2421436 100644
--- a/version.properties
+++ b/version.properties
@@ -25,8 +25,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
release_name=1
-sprint_number=7
-feature_revision=2
+sprint_number=8
+feature_revision=0
base_version=${release_name}.${sprint_number}.${feature_revision}