diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml
index 761ec3b06174770bd6c72276d689e84c3d2ef485..0dc297f2cc0d141adc7707e02acb6416cfcf1c27 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.17.2-SNAPSHOT</version>
+        <version>0.18.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index 45ba4e24556e901e0a28b09a92ec9ded99e76670..babd9f2c70891f4cb0e1bdf16f1889c274a3d83f 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.17.2-SNAPSHOT</version>
+    <version>0.18.0</version>
   </parent>
 
   <artifactId>duniter4j-core-client</artifactId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index af1f176bbc8ce9b919786ca0b26d23961204f2bd..82a42b971c910d159020dcfde19afbf0d9f9796e 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.17.2-SNAPSHOT</version>
+    <version>0.18.0</version>
   </parent>
 
   <artifactId>duniter4j-core-shared</artifactId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index 30bcaff944731756bd24d9b3e522b43374c024a5..5d45045d178f41e20597209a6624847fa6bb2023 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.17.2-SNAPSHOT</version>
+    <version>0.18.0</version>
   </parent>
 
   <artifactId>duniter4j-es-assembly</artifactId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index 3115422b590ee504a8c74e8765b9440af39a0f8b..9683e46a6975e319566f4a990463bd72bd479942 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.17.2-SNAPSHOT</version>
+    <version>0.18.0</version>
   </parent>
 
   <artifactId>duniter4j-es-core</artifactId>
diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml
index 45601565d4009e46994e2c46156739144e79d869..9be91c1a0fee012d382d130bb96eee855321f0b0 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.17.2-SNAPSHOT</version>
+    <version>0.18.0</version>
   </parent>
 
   <artifactId>duniter4j-es-subscription</artifactId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index 3994f5763a1184598bed0bc3d9a541d164cdac02..be5cdc87eb8a3c9186963d4fa34b3847707964c0 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.17.2-SNAPSHOT</version>
+        <version>0.18.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 02205c76b683eb16b1a4e4e1d436f82af527b5cf..07a6e4b9f57a722747c59f3f4ca2b909b991de52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.17.2-SNAPSHOT</version>
+  <version>0.18.0</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>HEAD</tag>
+    <tag>duniter4j-0.18.0</tag>
   </scm>
 
   <issueManagement>