Increment version for new branch
Change from version 1.3.0-SNAPSHOT to
1.4.0-SNAPSHOT and update version file.
Change-Id: I6b54c3e3b97c3ef0a554fb173d0dd261ca2107d3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-916
diff --git a/appc-config/appc-encryption-tool/features/pom.xml b/appc-config/appc-encryption-tool/features/pom.xml
index ef77768..54508aa 100644
--- a/appc-config/appc-encryption-tool/features/pom.xml
+++ b/appc-config/appc-encryption-tool/features/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-encryption-tool</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-encryption-tool-features</artifactId>
<name>APPC Encryption Tool Plugin - Features</name>
diff --git a/appc-config/appc-encryption-tool/installer/pom.xml b/appc-config/appc-encryption-tool/installer/pom.xml
index 09719fa..3b08765 100644
--- a/appc-config/appc-encryption-tool/installer/pom.xml
+++ b/appc-config/appc-encryption-tool/installer/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-encryption-tool</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-encryption-tool-installer</artifactId>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-encryption-tool-provider</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/appc-config/appc-encryption-tool/pom.xml b/appc-config/appc-encryption-tool/pom.xml
index bc1f5fe..97aaf41 100644
--- a/appc-config/appc-encryption-tool/pom.xml
+++ b/appc-config/appc-encryption-tool/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/appc-config/appc-encryption-tool/provider/pom.xml b/appc-config/appc-encryption-tool/provider/pom.xml
index 5df5632..36b7afd 100644
--- a/appc-config/appc-encryption-tool/provider/pom.xml
+++ b/appc-config/appc-encryption-tool/provider/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-encryption-tool</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-encryption-tool-provider</artifactId>
<packaging>bundle</packaging>