diff --git a/parent-pom.xml b/parent-pom.xml
index 11457942f089444471c625206429d1d06e69a42a..f7ad73e91814b198e54d1040a1cf29db535986c1 100644
--- a/parent-pom.xml
+++ b/parent-pom.xml
@@ -9,7 +9,7 @@
         <version>2.4.5</version>
         <relativePath/> <!-- lookup parent from repository -->
     </parent>
-    <version>0.0.1</version>
+    <version>0.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     
     <properties>
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>it.oats.inaf</groupId>
             <artifactId>vospace-datamodel</artifactId>
-            <version>0.0.1</version>
+            <version>0.0.2-SNAPSHOT</version>
             <exclusions>
                 <!-- Transitive dependency excluded to avoid duplicated dependency issues.
                 We want to use always the version provided by Spring Boot -->
diff --git a/pom.xml b/pom.xml
index db2c845b6c84e8aee004594f497c38436a5c45c0..a10f6e5b4434f5c998ae6dd8fc73bbd90eaa0791 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,8 +6,8 @@
     <parent>
         <groupId>it.inaf.ia2</groupId>
         <artifactId>vospace-parent</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
     </parent>
-    <version>0.0.1</version>
+    <version>0.0.2-SNAPSHOT</version>
     <packaging>jar</packaging>
 </project>
\ No newline at end of file