diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index 2423f652bbcc7f7c493e00dff33b7beb9432b5b7..b5fddbb34f205769566954c1fbd168fb15205abf 100644
--- a/duniter4j-core-client/pom.xml
+++ b/duniter4j-core-client/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.duniter</groupId>
     <artifactId>duniter4j</artifactId>
-    <version>0.6.1</version>
+    <version>0.6.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 247697bedd433bb15da85f3bc37c1dd0b31f010c..33890ee7deef2cc590003cab4603dc79f1ead0a3 100644
--- a/duniter4j-core-shared/pom.xml
+++ b/duniter4j-core-shared/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.duniter</groupId>
     <artifactId>duniter4j</artifactId>
-    <version>0.6.1</version>
+    <version>0.6.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index a027b0a9987e46f2e374bb17a7b1cde846b686ca..e332363dac98913a46e5d4fd202cefb21499bf4d 100644
--- a/duniter4j-es-assembly/pom.xml
+++ b/duniter4j-es-assembly/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.duniter</groupId>
     <artifactId>duniter4j</artifactId>
-    <version>0.6.1</version>
+    <version>0.6.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index 93c1bc25fce447e21d43ae6ba1a587a3564ede65..ce138b50b8fe67c73d19cf8ec212652369c814ad 100644
--- a/duniter4j-es-core/pom.xml
+++ b/duniter4j-es-core/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.duniter</groupId>
     <artifactId>duniter4j</artifactId>
-    <version>0.6.1</version>
+    <version>0.6.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-gchange/pom.xml b/duniter4j-es-gchange/pom.xml
index 98c8e39c15e840aaf444c0b0a1204ce995e689d4..321f5c54066b60e9de4ddbba221a26c19f504cb3 100644
--- a/duniter4j-es-gchange/pom.xml
+++ b/duniter4j-es-gchange/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.duniter</groupId>
     <artifactId>duniter4j</artifactId>
-    <version>0.6.1</version>
+    <version>0.6.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index 8338818514248b5b64da87ec5bf25cd462e10be0..569afdf53bcaba4b5b9062678abe13fc63aceecb 100644
--- a/duniter4j-es-user/pom.xml
+++ b/duniter4j-es-user/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>duniter4j</artifactId>
         <groupId>org.duniter</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 7cd5e365925accd18bf90466d9d7c8ee75aca4ab..ffbb025f2d7dee40b1636755f41b19ba7578a554 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.6.1</version>
+  <version>0.6.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Duniter4j : a Duniter Java Client API</name>
 
@@ -112,7 +112,7 @@
     <url>https://github.com/duniter/duniter4j.git</url>
     <connection>scm:git:https://github.com/duniter/duniter4j.git</connection>
     <developerConnection>scm:git:https://github.com/duniter/duniter4j.git</developerConnection>
-    <tag>duniter4j-0.6.1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>