bump version to 0.0.2-SNAPSHOT
diff --git a/base/api/pom.xml b/base/api/pom.xml
index 8505604..437c2fd 100644
--- a/base/api/pom.xml
+++ b/base/api/pom.xml
@@ -6,13 +6,13 @@
   <parent>
     <groupId>com.supwisdom.institute</groupId>
     <artifactId>sw-backend-parent</artifactId>
-    <version>0.0.1</version>
+    <version>0.0.2-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
 
   <groupId>com.supwisdom.institute</groupId>
   <artifactId>sw-backend-base-api</artifactId>
-  <version>0.0.1</version>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Supwisdom Backend Framework Base API</name>
diff --git a/base/domain/pom.xml b/base/domain/pom.xml
index dc3eda6..0f97255 100644
--- a/base/domain/pom.xml
+++ b/base/domain/pom.xml
@@ -6,13 +6,13 @@
   <parent>
     <groupId>com.supwisdom.institute</groupId>
     <artifactId>sw-backend-parent</artifactId>
-    <version>0.0.1</version>
+    <version>0.0.2-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
 
   <groupId>com.supwisdom.institute</groupId>
   <artifactId>sw-backend-base-domain</artifactId>
-  <version>0.0.1</version>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Supwisdom Backend Framework Base Domain</name>
diff --git a/base/pom.xml b/base/pom.xml
index 66b99b3..0e85a49 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -6,12 +6,12 @@
   <parent>
     <groupId>com.supwisdom.institute</groupId>
     <artifactId>sw-backend-parent</artifactId>
-    <version>0.0.1</version>
+    <version>0.0.2-SNAPSHOT</version>
   </parent>
   
   <groupId>com.supwisdom.institute</groupId>
   <artifactId>sw-backend-base-aggregator</artifactId>
-  <version>0.0.1</version>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Supwisdom Backend Framework Base Aggregator</name>