Add version to pom files

Change-Id: Ia7eaffdb1391b0b836a2911395c2b768b4926ef3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1208
diff --git a/appc-outbound/appc-aai-client/installer/pom.xml b/appc-outbound/appc-aai-client/installer/pom.xml
index caddec8..16df0be 100755
--- a/appc-outbound/appc-aai-client/installer/pom.xml
+++ b/appc-outbound/appc-aai-client/installer/pom.xml
@@ -153,4 +153,5 @@
 		</plugins>
 	</build>
 
+	<version>1.4.0-SNAPSHOT</version>
 </project>
diff --git a/appc-outbound/appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/pom.xml
index 6169216..d423c4e 100755
--- a/appc-outbound/appc-aai-client/pom.xml
+++ b/appc-outbound/appc-aai-client/pom.xml
@@ -66,4 +66,5 @@
 		<module>features</module>
 		<module>installer</module>
 	</modules>
+	<version>1.4.0-SNAPSHOT</version>
 </project>
diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml
index 11d4221..4822abe 100755
--- a/appc-outbound/appc-aai-client/provider/pom.xml
+++ b/appc-outbound/appc-aai-client/provider/pom.xml
@@ -159,4 +159,5 @@
 			</plugins>

 		</pluginManagement>

 	</build>

+	<version>1.4.0-SNAPSHOT</version>

 </project>