Switch to 0.2.0-SNAPSHOT (#515)

diff --git a/java/dec/pom.xml b/java/dec/pom.xml
index 82b87a2..4d4935c 100755
--- a/java/dec/pom.xml
+++ b/java/dec/pom.xml
@@ -5,10 +5,10 @@
   <parent>
     <groupId>org.brotli</groupId>
     <artifactId>parent</artifactId>
-    <version>0.1.0</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   <artifactId>dec</artifactId>
-  <version>0.1.0</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>${project.groupId}:${project.artifactId}</name>
diff --git a/java/integration/pom.xml b/java/integration/pom.xml
index d2a985a..2858a12 100755
--- a/java/integration/pom.xml
+++ b/java/integration/pom.xml
@@ -5,10 +5,10 @@
   <parent>
     <groupId>org.brotli</groupId>
     <artifactId>parent</artifactId>
-    <version>0.1.0</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   <artifactId>integration</artifactId>
-  <version>0.1.0</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>${project.groupId}:${project.artifactId}</name>
@@ -17,7 +17,7 @@
     <dependency>
       <groupId>org.brotli</groupId>
       <artifactId>dec</artifactId>
-      <version>0.1.0</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
diff --git a/java/pom.xml b/java/pom.xml
index 5841f7a..bb4a5a3 100755
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>org.brotli</groupId>
   <artifactId>parent</artifactId>
-  <version>0.1.0</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>${project.groupId}:${project.artifactId}</name>