Add versions to pom files

Adding version tags that were left out of the last
version tag commit

Change-Id: I4a0d82b33571794664be215303ddc953203a253a
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1208
diff --git a/appc-provider/appc-provider-features/features-appc-provider/pom.xml b/appc-provider/appc-provider-features/features-appc-provider/pom.xml
index 1c85094..ce0bf71 100644
--- a/appc-provider/appc-provider-features/features-appc-provider/pom.xml
+++ b/appc-provider/appc-provider-features/features-appc-provider/pom.xml
@@ -8,6 +8,7 @@
 
   <groupId>org.onap.appc</groupId>
   <artifactId>features-appc-provider</artifactId>
+  <version>1.4.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>appc-provider features repo</name>
diff --git a/appc-provider/appc-provider-features/onap-appc-provider/pom.xml b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml
index 6bf5115..f9efa3d 100644
--- a/appc-provider/appc-provider-features/onap-appc-provider/pom.xml
+++ b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml
@@ -9,6 +9,7 @@
   
   <groupId>org.onap.appc</groupId>
   <artifactId>onap-appc-provider</artifactId>
+  <version>1.4.0-SNAPSHOT</version>
   <packaging>feature</packaging>
   
   <name>onap-appc-provider</name>
diff --git a/appc-provider/appc-provider-model/pom.xml b/appc-provider/appc-provider-model/pom.xml
index f9d2ee8..3e37690 100644
--- a/appc-provider/appc-provider-model/pom.xml
+++ b/appc-provider/appc-provider-model/pom.xml
@@ -29,6 +29,7 @@
     </parent>
     <groupId>org.onap.appc</groupId>
     <artifactId>appc-provider-model</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>appc-provider-model</name>