aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-05-22 11:15:23 -0700
committerPatrick Brady <pb071s@att.com>2018-05-22 11:15:30 -0700
commitc0eb4417c3e5948daa8f7d1b141b536035d96754 (patch)
treef84a701d3b533524631dc210ec12c9ed911360b1
parent0ca0e36d43c8cd56bf93bec7ee664bdc5c5a0533 (diff)
Increment versions for new branch
Change from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT Change-Id: I4767e1e63c7b5bb76a3fd0aea48ac18d81f7faf7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
-rw-r--r--CdtProxyService/pom.xml4
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml
index 6a276ff..d4ec595 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.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<java.version>1.8</java.version>
@@ -124,4 +124,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index 4f2b1e2..66ac9f7 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.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>config-design-tool</name>