Add version to pom files

Change-Id: Ia7eaffdb1391b0b836a2911395c2b768b4926ef3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1208
diff --git a/appc-inbound/appc-interfaces-service/bundle/pom.xml b/appc-inbound/appc-interfaces-service/bundle/pom.xml
index d217286..f97268d 100644
--- a/appc-inbound/appc-interfaces-service/bundle/pom.xml
+++ b/appc-inbound/appc-interfaces-service/bundle/pom.xml
@@ -165,4 +165,5 @@
             <artifactId>commons-io</artifactId>
         </dependency>
     </dependencies>
+    <version>1.4.0-SNAPSHOT</version>
 </project>
diff --git a/appc-inbound/appc-interfaces-service/installer/pom.xml b/appc-inbound/appc-interfaces-service/installer/pom.xml
index ded1c36..6e107c3 100644
--- a/appc-inbound/appc-interfaces-service/installer/pom.xml
+++ b/appc-inbound/appc-interfaces-service/installer/pom.xml
@@ -153,4 +153,5 @@
         </plugins>
     </build>
 
+    <version>1.4.0-SNAPSHOT</version>
 </project>
diff --git a/appc-inbound/appc-interfaces-service/model/pom.xml b/appc-inbound/appc-interfaces-service/model/pom.xml
index 4e021cb..b640a1b 100644
--- a/appc-inbound/appc-interfaces-service/model/pom.xml
+++ b/appc-inbound/appc-interfaces-service/model/pom.xml
@@ -175,4 +175,5 @@
             <artifactId>ietf-yang-types</artifactId>
             </dependency>
     </dependencies>
+    <version>1.4.0-SNAPSHOT</version>
 </project>
diff --git a/appc-inbound/appc-interfaces-service/pom.xml b/appc-inbound/appc-interfaces-service/pom.xml
index 47baa43..db36b7a 100644
--- a/appc-inbound/appc-interfaces-service/pom.xml
+++ b/appc-inbound/appc-interfaces-service/pom.xml
@@ -113,4 +113,5 @@
             </plugins>
         </pluginManagement>
     </build>
+    <version>1.4.0-SNAPSHOT</version>
 </project>