diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index 96b8c1a7a476b80cd6c6788ed8dee3ec97555264..f004f0013d126b23d0b27a608007715e18969d35 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.7.0</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 856d5d24a34842b819d83c434746cd0dbcf0f196..684d1d4da1eb6ea5fd7697dd710e17f03596d690 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.7.0</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index 20cda56f226d293230afc5d57cd0432af9bba3dd..1c30fda968618618a3a1cfb40e84d8c3630f28c6 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.7.0</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index 53b58db6b04e96a39de03b336004765a30656d4d..b4e0b551ff5e9ba84c5d0e10d1dff8bbbd2cdadc 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.7.0</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-gchange/pom.xml b/duniter4j-es-gchange/pom.xml
index f802bb6aa0671a33ecedcb155ff435bec2addd9b..e53b76ae744aa60e11e8748031631b1be8de7a07 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.7.0</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index 15dca4c10fe4796f7d3b13545ebe06fb7fd733c5..0109a566e3e68fab83911517a133ae10bd90fab7 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.7.0</version>
+        <version>0.7.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index f2272964aedb1072175248691934e2fc8cf2eb15..17cd6d455ed4cc5bab90303d83ad96fcaa7876ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.7.0</version>
+  <version>0.7.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Duniter4j : a Duniter Java Client API</name>
 
@@ -110,7 +110,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.7.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>