bump version to 0.0.1
diff --git a/base/api/pom.xml b/base/api/pom.xml
index 1935e28..8505604 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-SNAPSHOT</version>
+ <version>0.0.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>com.supwisdom.institute</groupId>
<artifactId>sw-backend-base-api</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>jar</packaging>
<name>Supwisdom Backend Framework Base API</name>
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>
diff --git a/base/pom.xml b/base/pom.xml
index 2d60e6f..66b99b3 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-SNAPSHOT</version>
+ <version>0.0.1</version>
</parent>
<groupId>com.supwisdom.institute</groupId>
<artifactId>sw-backend-base-aggregator</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>pom</packaging>
<name>Supwisdom Backend Framework Base Aggregator</name>
diff --git a/bff/admin/pom.xml b/bff/admin/pom.xml
index 9d8d217..c6ce4cb 100644
--- a/bff/admin/pom.xml
+++ b/bff/admin/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-admin-bff</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>jar</packaging>
<name>Supwisdom Backend Framework Admin Backend for Frontend</name>
diff --git a/bff/pom.xml b/bff/pom.xml
index 37e624e..a25e6d7 100644
--- a/bff/pom.xml
+++ b/bff/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-bff-parent</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>pom</packaging>
<name>Supwisdom Backend Framework Backend for Frontend</name>
diff --git a/biz/api/pom.xml b/biz/api/pom.xml
index 2c5af3b..3ee3c79 100644
--- a/biz/api/pom.xml
+++ b/biz/api/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-biz-api</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>jar</packaging>
<name>Supwisdom Backend Framework BIZ API</name>
diff --git a/biz/domain/pom.xml b/biz/domain/pom.xml
index 29fc7bb..c003207 100644
--- a/biz/domain/pom.xml
+++ b/biz/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-biz-domain</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>jar</packaging>
<name>Supwisdom Backend Framework BIZ Domain</name>
diff --git a/biz/pom.xml b/biz/pom.xml
index 52f8e2f..89308d0 100644
--- a/biz/pom.xml
+++ b/biz/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-biz-aggregator</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>pom</packaging>
<name>Supwisdom Backend Framework BIZ Aggregator</name>
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>
diff --git a/gateway/pom.xml b/gateway/pom.xml
index f7606ed..733629f 100644
--- a/gateway/pom.xml
+++ b/gateway/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-gateway</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>jar</packaging>
<name>Supwisdom Backend Framework Gateway</name>
diff --git a/pom.xml b/pom.xml
index 0a273a4..18f1e7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>com.supwisdom.institute</groupId>
<artifactId>sw-backend-parent</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>pom</packaging>
<name>Supwisdom Backend Framework Parent</name>
diff --git a/sa/admin/pom.xml b/sa/admin/pom.xml
index 1dfa2a5..5c84a4d 100644
--- a/sa/admin/pom.xml
+++ b/sa/admin/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-admin-sa</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>jar</packaging>
<name>Supwisdom Backend Framework Admin Super Admin</name>
diff --git a/sa/biz/pom.xml b/sa/biz/pom.xml
index aabc09e..6d693af 100644
--- a/sa/biz/pom.xml
+++ b/sa/biz/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-biz-sa</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>jar</packaging>
<name>Supwisdom Backend Framework Biz Super Admin</name>
diff --git a/sa/pom.xml b/sa/pom.xml
index 40724ff..f10578e 100644
--- a/sa/pom.xml
+++ b/sa/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-sa-parent</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>pom</packaging>
<name>Supwisdom Backend Framework Super Admin</name>