bump version to 0.0.1
diff --git a/base/domain/pom.xml b/base/domain/pom.xml
index 26580ba..dc3eda6 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-SNAPSHOT</version>
+ <version>0.0.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>com.supwisdom.institute</groupId>
<artifactId>sw-backend-base-domain</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>jar</packaging>
<name>Supwisdom Backend Framework Base Domain</name>