From 8f21a919bdeabb8397b046facbcee28ccfc7ee0f Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 18 Aug 2016 19:45:57 +0200 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 a5f5853c..f5f8f618 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.1</version> + <version>0.2.2-SNAPSHOT</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index 69ad98a8..4f82b7ae 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.1</version> + <version>0.2.2-SNAPSHOT</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-elasticsearch/pom.xml b/duniter4j-elasticsearch/pom.xml index 56489fd9..9c170fc5 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.1</version> + <version>0.2.2-SNAPSHOT</version> </parent> <groupId>org.duniter</groupId> diff --git a/pom.xml b/pom.xml index 7997c594..bd8d447c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.2.1</version> + <version>0.2.2-SNAPSHOT</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>0.2.1</tag> + <tag>HEAD</tag> </scm> <issueManagement> -- GitLab