diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml
index 546620a263c1bea308495e7dbf3c69c2e3e5bb21..62c37d15dee632fef9a06f6e566b1022a75c634c 100644
--- a/duniter4j-client/pom.xml
+++ b/duniter4j-client/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>duniter4j</artifactId>
         <groupId>org.duniter</groupId>
-        <version>0.16.1</version>
+        <version>0.16.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index 3ae922c4d0ca6063ff4fa6f3708155749c5a1fbd..5c8de5f141a138dab78014bdcb71bd0f0c4d7e45 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.16.1</version>
+    <version>0.16.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>duniter4j-core-client</artifactId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 93b74161670f3f942be406e28f62f5539910796a..1258e92360a4a04c0f57b4ac34e86f032d85ec90 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.16.1</version>
+    <version>0.16.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>duniter4j-core-shared</artifactId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index 23b7755313488afca063b832aa915c9143e271c5..9440dc58c71eafadce1aaa889b8899907ec2cfe3 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.16.1</version>
+    <version>0.16.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>duniter4j-es-assembly</artifactId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index 480acedd91e316972d4d723b25ad42a9c3135419..5b74647d84bf5fe1028caee3058c0ca0d9e3846b 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.16.1</version>
+    <version>0.16.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>duniter4j-es-core</artifactId>
diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml
index 7f70d8b9f40de73e67ee3f0bb668201253d331e9..ae706ed30a0570c056c4abfb2d227e25928868fb 100644
--- a/duniter4j-es-subscription/pom.xml
+++ b/duniter4j-es-subscription/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.duniter</groupId>
     <artifactId>duniter4j</artifactId>
-    <version>0.16.1</version>
+    <version>0.16.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>duniter4j-es-subscription</artifactId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index 7105d4cf295b895b1d9bd0b3d46ebca9fa5465b3..fcac5dc4ceb74acc57ef9bfae84f46a48bdf4b24 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.16.1</version>
+        <version>0.16.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index a634e6f9e2bf0ec92c3d58801004df6c9eb279bf..9cbcc98246639dc8e8b0964f9e68dd7e9f56a8f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.16.1</version>
+  <version>0.16.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Duniter4j : a Duniter Java Client API</name>
 
@@ -118,7 +118,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.16.1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>