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-client/client-kit/pom.xml b/appc-client/client-kit/pom.xml
index 3ff3b78..b5cb6e5 100644
--- a/appc-client/client-kit/pom.xml
+++ b/appc-client/client-kit/pom.xml
@@ -28,7 +28,7 @@
     <parent>

         <artifactId>appc-java-client</artifactId>

         <groupId>org.onap.appc.client</groupId>

-        <version>1.3.0-SNAPSHOT</version>

+        <version>1.4.0-SNAPSHOT</version>

     </parent>

 

     <artifactId>client-kit</artifactId>

diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml
index 362e2b7..47491e8 100644
--- a/appc-client/client-lib/pom.xml
+++ b/appc-client/client-lib/pom.xml
@@ -27,7 +27,7 @@
     <parent>

         <artifactId>appc-java-client</artifactId>

         <groupId>org.onap.appc.client</groupId>

-        <version>1.3.0-SNAPSHOT</version>

+        <version>1.4.0-SNAPSHOT</version>

     </parent>

 

     <artifactId>client-lib</artifactId>

diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml
index cb6b2b0..bd391f4 100644
--- a/appc-client/client-simulator/pom.xml
+++ b/appc-client/client-simulator/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>appc-java-client</artifactId>
         <groupId>org.onap.appc.client</groupId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>client-simulator</artifactId>
 
diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml
index 998e4e2..cc9ce63 100644
--- a/appc-client/code-generator/pom.xml
+++ b/appc-client/code-generator/pom.xml
@@ -26,7 +26,7 @@
     <parent>

         <artifactId>appc-java-client</artifactId>

         <groupId>org.onap.appc.client</groupId>

-        <version>1.3.0-SNAPSHOT</version>

+        <version>1.4.0-SNAPSHOT</version>

     </parent>

 

     <artifactId>code-generator</artifactId>

diff --git a/appc-client/pom.xml b/appc-client/pom.xml
index 1d218a9..fc8e32f 100644
--- a/appc-client/pom.xml
+++ b/appc-client/pom.xml
@@ -27,12 +27,12 @@
     <parent>

         <groupId>org.onap.appc</groupId>

         <artifactId>appc</artifactId>

-        <version>1.3.0-SNAPSHOT</version>

+        <version>1.4.0-SNAPSHOT</version>

     </parent>

 

     <artifactId>appc-java-client</artifactId>

     <groupId>org.onap.appc.client</groupId>

-    <version>1.3.0-SNAPSHOT</version>

+    <version>1.4.0-SNAPSHOT</version>

 

     <name>appc-java-client</name>

     <description>APPC Java Client</description>