diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index f5f8f618bc073e2fdfef1a99e2168a044e5f0bdb..f0de21ff3da1e93d47df31f119ad54f4172e6c53 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.2.2-SNAPSHOT</version>
+    <version>0.3.0</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 4f82b7ae3c3801f399fcc313d2e5aa3b83b82a36..24eed0bfe5335267e65eb5a617379ce234dd3ca4 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.2.2-SNAPSHOT</version>
+    <version>0.3.0</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-elasticsearch/pom.xml b/duniter4j-elasticsearch/pom.xml
index 8473fcda6b98c9777a0bfa879054024fbd04d018..6a439e0ca2ff144ba30496909e1a33d1e4b6a45e 100644
--- a/duniter4j-elasticsearch/pom.xml
+++ b/duniter4j-elasticsearch/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.duniter</groupId>
     <artifactId>duniter4j</artifactId>
-    <version>0.2.2-SNAPSHOT</version>
+    <version>0.3.0</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/pom.xml b/pom.xml
index b4a8415175100b7f8db3edb41b0be696469272bd..ed4dfdb6084c1cdbbbb2b29766280cdf6057c919 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.2.2-SNAPSHOT</version>
+  <version>0.3.0</version>
   <packaging>pom</packaging>
   <name>Duniter4j : a Duniter Java Client API</name>
 
@@ -108,7 +108,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.3.0</tag>
   </scm>
 
   <issueManagement>