From 2398539d45d96090e077e7ee55ca9657ba9c9ffb Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Tue, 10 Jan 2017 17:32:45 +0100
Subject: [PATCH] [maven-release-plugin] prepare release duniter4j-0.6.2

---
 duniter4j-core-client/pom.xml | 2 +-
 duniter4j-core-shared/pom.xml | 2 +-
 duniter4j-es-assembly/pom.xml | 2 +-
 duniter4j-es-core/pom.xml     | 2 +-
 duniter4j-es-gchange/pom.xml  | 2 +-
 duniter4j-es-user/pom.xml     | 2 +-
 pom.xml                       | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index b5fddbb3..59f6a7d6 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.2-SNAPSHOT</version>
+    <version>0.6.2</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 33890ee7..a6d277b7 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.2-SNAPSHOT</version>
+    <version>0.6.2</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml
index e332363d..ae642a6c 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.2-SNAPSHOT</version>
+    <version>0.6.2</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml
index ce138b50..ff7458ce 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.2-SNAPSHOT</version>
+    <version>0.6.2</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-gchange/pom.xml b/duniter4j-es-gchange/pom.xml
index 321f5c54..bf3c4c95 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.2-SNAPSHOT</version>
+    <version>0.6.2</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml
index 569afdf5..91c50dca 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.2-SNAPSHOT</version>
+        <version>0.6.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index ffbb025f..5a079523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.6.2-SNAPSHOT</version>
+  <version>0.6.2</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.2</tag>
   </scm>
 
   <issueManagement>
-- 
GitLab