Set version to 1.13.0-SNAPSHOT

Previous commit mistakenly set version to 1.13.0 when should be SNAPSHOT

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4524
Change-Id: Ie89b5df595a513ccfd30f987acea56d845f58cbb
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml
index b05790b..d583ddb 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.openecomp.sdc</groupId>
     <artifactId>healthcheck-rest</artifactId>
-    <version>1.13.0</version>
+    <version>1.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>healthcheck-rest-services</artifactId>
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml
index 631a1b0..3ae48ba 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.openecomp.sdc</groupId>
     <artifactId>healthcheck-rest</artifactId>
-    <version>1.13.0</version>
+    <version>1.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>healthcheck-rest-types</artifactId>
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml
index 832858d..66851e5 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-sdc-rest-webapp</artifactId>
-        <version>1.13.0</version>
+        <version>1.13.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>healthcheck-rest</artifactId>