Changing to snapshot version

Changing version from 1.0.0 to 1.0.0-SNAPSHOT

Change-Id: If11d37d83348e5c4db298414e627622a62480d3f
Signed-off-by: Patrick Brady <pb071s@att.com>
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
index b24c107..7caf35f 100644
--- a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
+++ b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
@@ -3,7 +3,7 @@
 		<parent>
 	    <groupId>org.openecomp.appc</groupId>
 	    <artifactId>appc-request-handler</artifactId>
-	    <version>1.0.0</version>
+	    <version>1.0.0-SNAPSHOT</version>
 	  </parent>
 	<artifactId>appc-request-handler-api</artifactId>
 	<packaging>bundle</packaging>
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml
index d2f469b..caf2f00 100644
--- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml
+++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.openecomp.appc</groupId>
 		<artifactId>appc-request-handler</artifactId>
-		<version>1.0.0</version>
+		<version>1.0.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>appc-request-handler-core</artifactId>
 	<packaging>bundle</packaging>
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml
index 453a8e6..e302221 100644
--- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml
+++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>appc-request-handler</artifactId>
     <groupId>org.openecomp.appc</groupId>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <name>appc-request-handler-features</name>
   <artifactId>appc-request-handler-features</artifactId>
diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml
index 9f06a54..f560c79 100644
--- a/appc-dispatcher/appc-request-handler/pom.xml
+++ b/appc-dispatcher/appc-request-handler/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.openecomp.appc</groupId>
     <artifactId>appc-dispatcher</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>appc-request-handler</artifactId>
   <packaging>pom</packaging>