diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index 311ca7daf23ad94037e4ccaa4929319cda435dce..09abd29fdc7f0607e651907429993afbc179f055 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.3-SNAPSHOT</version>
+    <version>0.6.3</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 0903a3b07dcbe84b66d7dd60937caa3519794c78..315db407dbfffc6d06c2907c14d1de707d1ca2c8 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.3-SNAPSHOT</version>
+    <version>0.6.3</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index ec5b96fb048296b38bbc0e24c8de599a6614f82d..928caba4c2255ebbb98345c82d3d3c7b7fbee64e 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.3-SNAPSHOT</version>
+    <version>0.6.3</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index 3a27a5946dcaca9ca90209112001ea29db9d768d..53d9478113310431aa09bda630fddaae10e04e6f 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.3-SNAPSHOT</version>
+    <version>0.6.3</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-gchange/pom.xml b/duniter4j-es-gchange/pom.xml
index a3dcb847215b4ba0e76a3999e3dc0e4ea4f55810..a57dbaf3091b78951924bc802aad3a8c0ff23b06 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.3-SNAPSHOT</version>
+    <version>0.6.3</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index 3d69bd061fdf9e302d02307dfa12cf1ad363662a..89a0eadd7c0be5c845283f1c488f7c00bed71ea9 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.3-SNAPSHOT</version>
+        <version>0.6.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 5df05d035cc483e4b2f4a5644c6433dc64a1d342..1854a27ea9cb68ff8a9fd41f9894a5871d29ebec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.6.3-SNAPSHOT</version>
+  <version>0.6.3</version>
   <packaging>pom</packaging>
   <name>Duniter4j : a Duniter Java Client API</name>
 
@@ -112,7 +112,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.6.3</tag>
   </scm>
 
   <issueManagement>