bump version to 0.0.1
diff --git a/common/core/pom.xml b/common/core/pom.xml
index ad793bd..82f8453 100644
--- a/common/core/pom.xml
+++ b/common/core/pom.xml
@@ -6,13 +6,13 @@
   <parent>
     <groupId>com.supwisdom.institute</groupId>
     <artifactId>sw-backend-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.1</version>
     <relativePath>../../</relativePath>
   </parent>
 
   <groupId>com.supwisdom.institute</groupId>
   <artifactId>sw-backend-common-core</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1</version>
   <packaging>jar</packaging>
 
   <name>Supwisdom Backend Framework Common Core</name>
diff --git a/common/framework/pom.xml b/common/framework/pom.xml
index 1cf7bc7..60ff51c 100644
--- a/common/framework/pom.xml
+++ b/common/framework/pom.xml
@@ -6,13 +6,13 @@
   <parent>
     <groupId>com.supwisdom.institute</groupId>
     <artifactId>sw-backend-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.1</version>
     <relativePath>../../</relativePath>
   </parent>
 
   <groupId>com.supwisdom.institute</groupId>
   <artifactId>sw-backend-common-framework</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1</version>
   <packaging>jar</packaging>
 
   <name>Supwisdom Backend Framework Common Framework</name>
diff --git a/common/pom.xml b/common/pom.xml
index 22eb667..eed0f6a 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -6,12 +6,12 @@
   <parent>
     <groupId>com.supwisdom.institute</groupId>
     <artifactId>sw-backend-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.1</version>
   </parent>
   
   <groupId>com.supwisdom.institute</groupId>
   <artifactId>sw-backend-common</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1</version>
   <packaging>pom</packaging>
 
   <name>Supwisdom Backend Framework Common</name>
diff --git a/common/utils/pom.xml b/common/utils/pom.xml
index 36fec72..d9b52d0 100644
--- a/common/utils/pom.xml
+++ b/common/utils/pom.xml
@@ -6,13 +6,13 @@
   <parent>
     <groupId>com.supwisdom.institute</groupId>
     <artifactId>sw-backend-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.1</version>
     <relativePath>../../</relativePath>
   </parent>
 
   <groupId>com.supwisdom.institute</groupId>
   <artifactId>sw-backend-common-utils</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1</version>
   <packaging>jar</packaging>
 
   <name>Supwisdom Backend Framework Common Utils</name>