diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml
index adc7862e29cbb380de3469771ba146051bc0bf1c..0141fc0ec01360ce45cefbbc2ba80b9a5c880c1a 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-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index a5c674cf3c3165df4d8923dc5a09807b00e4b02c..cb68ebabce983c72302a5a3b0602b823520af314 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-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
 
   <artifactId>duniter4j-core-client</artifactId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 6bdfa6e3f8d1b6b9bfc161f14575cd8e0bd94f1f..8c61605b25b62c69793ea0fc9b44f57738a0b25f 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-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
 
   <artifactId>duniter4j-core-shared</artifactId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index 1a00909a2aedf6d961fe699070adbcd9575c7508..8af6a7070de949db8af8c7d209786249a3dd06ea 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-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
 
   <artifactId>duniter4j-es-assembly</artifactId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index f92c802be6c8c795c0c5d67e941d724bb1e6e2f7..b8ed348809793c410133bcafab818d28bfb36448 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-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
 
   <artifactId>duniter4j-es-core</artifactId>
diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml
index 17e5e3de5445d7779e9140d50f10ec9afa07b546..2df0d1b49953518799e645cdbd00957eee9a2073 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-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
 
   <artifactId>duniter4j-es-subscription</artifactId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index 7d714de22f72558cf193325c0380543a79eee38d..70ad4b06916e4826443d86a484421b8308824321 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-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 2c719be1f64a0eda02db4a9809501238a8e451af..8fd47dd7fa7b6da322337ad5c06a4fb3a49387bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>pom</packaging>
   <name>Duniter4j</name>
   <description>a Duniter Java Client API</description>
@@ -153,7 +153,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>duniter4j-1.0.0</tag>
+    <tag>duniter4j-1.0</tag>
   </scm>
 
   <issueManagement>