diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index 3ea2243459ef154914050e1bb2bce074475cbd11..96b8c1a7a476b80cd6c6788ed8dee3ec97555264 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.6-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index e469949c08669d6edd9cbd3b64cb7693e52e4877..856d5d24a34842b819d83c434746cd0dbcf0f196 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.6-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index 84367311ba1ab1a41881a2bda27514d22aabcdc2..20cda56f226d293230afc5d57cd0432af9bba3dd 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.6-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index 6a567c529896c0b083635ec9301f1ffc55837d39..53b58db6b04e96a39de03b336004765a30656d4d 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.6-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-gchange/pom.xml b/duniter4j-es-gchange/pom.xml
index 2beb4c13916c0249537f93b7046187cd9bdec1c9..f802bb6aa0671a33ecedcb155ff435bec2addd9b 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.6-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index 85498718dc81ab49d5e75356ff3ccf904d1c6139..15dca4c10fe4796f7d3b13545ebe06fb7fd733c5 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.6-SNAPSHOT</version>
+        <version>0.7.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index ff13c0f0f03fa90dee56eb2de2d4c3cc1368951e..f2272964aedb1072175248691934e2fc8cf2eb15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.6.6-SNAPSHOT</version>
+  <version>0.7.0</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>HEAD</tag>
+    <tag>duniter4j-0.7.0</tag>
   </scm>
 
   <issueManagement>