diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml
index 2d38cf66e75a16cd6a59224aa83f7ac01c73cb61..9f1ce271cf4980824df5f92a607a05c20347612b 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.10.7-SNAPSHOT</version>
+        <version>0.11.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index e4dabf14e775ad5467ae078740e73b619e0fce92..f87c203e2b4a9556bb22d341141235c2aceed9a6 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.10.7-SNAPSHOT</version>
+    <version>0.11.0</version>
   </parent>
 
   <artifactId>duniter4j-core-client</artifactId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 103c1c94d532ff32fde754a42fa640ca8eca2f2e..8e9f6d07e45272afc93bb5859c7e1ed5bd204350 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.10.7-SNAPSHOT</version>
+    <version>0.11.0</version>
   </parent>
 
   <artifactId>duniter4j-core-shared</artifactId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index d0dfc822798a0d1898fa4c1af00d7d3f175b642e..71a37e51e68e516e17d776a83ff23e47d062e941 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.10.7-SNAPSHOT</version>
+    <version>0.11.0</version>
   </parent>
 
   <artifactId>duniter4j-es-assembly</artifactId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index 71f10bc1e39acc5f61c0827870c6fba9a07baeb7..dd7a54364ceebbd5a432719d66e94b073f1554d9 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.10.7-SNAPSHOT</version>
+    <version>0.11.0</version>
   </parent>
 
   <artifactId>duniter4j-es-core</artifactId>
diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml
index 031ee01a0956d93d3838a18876237678b7bbc529..424eb5162a983b6ab58658741c91612a5ce63db3 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.10.7-SNAPSHOT</version>
+    <version>0.11.0</version>
   </parent>
 
   <artifactId>duniter4j-es-subscription</artifactId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index c056f9d207988fb32b8051cb2468c439cfcfe216..26baa3b196a008e2f20b24755d1aa46fc3c9ef9d 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.10.7-SNAPSHOT</version>
+        <version>0.11.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 80a5f2d93fb19ad3e21511c668dd71d596bd40ac..5eac21c9d7ccb1c0c12e935f562f86578630afa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.10.7-SNAPSHOT</version>
+  <version>0.11.0</version>
   <packaging>pom</packaging>
   <name>Duniter4j : a Duniter Java Client API</name>
 
@@ -114,7 +114,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.11.0</tag>
   </scm>
 
   <issueManagement>