diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml
index ca80274abf87d0c5ebe5fa78617411df82f3f8b7..1c21a4525440cf3a94b8e0e0dd8a6c8ded22b58f 100644
--- a/duniter4j-client/pom.xml
+++ b/duniter4j-client/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>duniter4j</artifactId>
         <groupId>org.duniter</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index 2dc9de7d1e0c120ba1af12837e19937bf8bcfa65..749d8cab32b8ca1c9c1c834a65e2190b66039d4a 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>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
 
   <artifactId>duniter4j-core-client</artifactId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 2b25ce1af0eb436440104ed5851689431476cc81..340b0211371db4b88b2ebc76c858b655a596c944 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>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
 
   <artifactId>duniter4j-core-shared</artifactId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index 989e47b24320764ee64a1b47d1edb90daccf3cd7..dd6d43f2068195aa7aa48964986cefc4d3319fbf 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>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
 
   <artifactId>duniter4j-es-assembly</artifactId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index 4a5ecfd698a69dacfc8b15a0d2ed4a1e495abfc5..d50a575d0ca7e93f90640a68fe11062490690122 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>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
 
   <artifactId>duniter4j-es-core</artifactId>
diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml
index c2ccb92692bfefbb8cd6eac45c731daf224d0934..c3f5f768e2aa6ea76ac9b73c351390981c4a38d2 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>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
 
   <artifactId>duniter4j-es-subscription</artifactId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index f268de2b036c3dbc5e15983e5098515ca0b497a5..117e0714aab03bf681adc406de89cc29121cd42b 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>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index a58713254a8ae40c7e5eecc5a9478632480fd1dd..b5c357f06107bb6f2f6b7133e058258bd49a6d17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.3</version>
   <packaging>pom</packaging>
   <name>Duniter4j</name>
   <description>a Duniter Java Client API</description>
@@ -154,7 +154,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-1.0.3</tag>
   </scm>
 
   <issueManagement>