diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml
index 27e6f071ba88a240cca27536d5d7312481e816e8..dece940f60a75ee62991cd480ef62d90c9b9048e 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.18.2-SNAPSHOT</version>
+        <version>0.18.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index 95ea5bb4fe4fdeb296b7dabdcb578c51a16d34a3..f759dba34d0d750b63aeaeb0fdc17362cb6ab38e 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.18.2-SNAPSHOT</version>
+    <version>0.18.2</version>
   </parent>
 
   <artifactId>duniter4j-core-client</artifactId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 24e31622a9a9a5cb57548b23ee4917a8ec281e9a..e383ac87416017640599522437a728c8dfa50856 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.18.2-SNAPSHOT</version>
+    <version>0.18.2</version>
   </parent>
 
   <artifactId>duniter4j-core-shared</artifactId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index b22e08bd6250dc0437e07166633d62b513baba61..170131a74b368cc184a98cc41d0ae9fac9d5743f 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.18.2-SNAPSHOT</version>
+    <version>0.18.2</version>
   </parent>
 
   <artifactId>duniter4j-es-assembly</artifactId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index c2eefb7b18d0abd9f1ca0933a09385347cf7cbea..026a057b3a60dff45f4cc546c7670f4c7c00e5c7 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.18.2-SNAPSHOT</version>
+    <version>0.18.2</version>
   </parent>
 
   <artifactId>duniter4j-es-core</artifactId>
diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml
index 877ddc2d7630f046b25364b14525428413b585f4..3e238d1f856b9b1c3ff5e0015034285f899b425f 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.18.2-SNAPSHOT</version>
+    <version>0.18.2</version>
   </parent>
 
   <artifactId>duniter4j-es-subscription</artifactId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index 2465b4f1cca170a4a552f9fb1f5ce63c60eeb1b4..2719b1ef95fbe63e39dce93ae9791da36aa41cb7 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.18.2-SNAPSHOT</version>
+        <version>0.18.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index b17c99a28e922b00d01174327e4e4211e6134be7..d5722ce253c6ae5ae6cbe2477bd935f0dba30278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.18.2-SNAPSHOT</version>
+  <version>0.18.2</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.2</tag>
   </scm>
 
   <issueManagement>