bump version to 0.0.2-SNAPSHOT
diff --git a/biz/api/pom.xml b/biz/api/pom.xml
index 3ee3c79..6a28a99 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</version>
+ <version>0.0.2-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>com.supwisdom.institute</groupId>
<artifactId>sw-backend-biz-api</artifactId>
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Supwisdom Backend Framework BIZ API</name>
diff --git a/biz/domain/pom.xml b/biz/domain/pom.xml
index c003207..0f4001f 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</version>
+ <version>0.0.2-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>com.supwisdom.institute</groupId>
<artifactId>sw-backend-biz-domain</artifactId>
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Supwisdom Backend Framework BIZ Domain</name>
diff --git a/biz/pom.xml b/biz/pom.xml
index 89308d0..112975a 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</version>
+ <version>0.0.2-SNAPSHOT</version>
</parent>
<groupId>com.supwisdom.institute</groupId>
<artifactId>sw-backend-biz-aggregator</artifactId>
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Supwisdom Backend Framework BIZ Aggregator</name>