From 7a23cd1cf28fd147e38a7fd7ef953d1aa2180b2d Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Wed, 16 Nov 2016 11:13:01 +0100
Subject: [PATCH] [maven-release-plugin] prepare for next development iteration

---
 duniter4j-core-client/pom.xml   | 2 +-
 duniter4j-core-shared/pom.xml   | 2 +-
 duniter4j-elasticsearch/pom.xml | 2 +-
 pom.xml                         | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml
index d0bde999..bfbf4861 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.3.3</version>
+    <version>0.3.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml
index 8ce530cd..ccf7a728 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.3.3</version>
+    <version>0.3.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/duniter4j-elasticsearch/pom.xml b/duniter4j-elasticsearch/pom.xml
index 13fcc5f3..2f4576b7 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.3.3</version>
+    <version>0.3.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.duniter</groupId>
diff --git a/pom.xml b/pom.xml
index 5117f670..f7f1dda0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.duniter</groupId>
   <artifactId>duniter4j</artifactId>
-  <version>0.3.3</version>
+  <version>0.3.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Duniter4j : a Duniter Java Client API</name>
 
@@ -106,7 +106,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-0.3.3</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>
-- 
GitLab