diff --git a/pom.xml b/pom.xml
index d75395b7594d69d0f63f6af45416d52ca2bcb368..c4b02c3a03f913f670860bbcf75e183b7279b33c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
     <groupId>org.opengroup.osdu.indexer</groupId>
     <artifactId>indexer-service</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.3</version>
+    <version>1.0.3-SNAPSHOT</version>
     <description>Indexer Service</description>
 
     <properties>
diff --git a/provider/indexer-ibm/pom.xml b/provider/indexer-ibm/pom.xml
index 40bb484cd35a6ef061d12cc083897b30d7787663..72a4dd2724e81e0b50e1425cd78bd58c05521b0f 100644
--- a/provider/indexer-ibm/pom.xml
+++ b/provider/indexer-ibm/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.opengroup.osdu.indexer</groupId>
         <artifactId>indexer-service</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.3-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>