diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index a5f5853c09f27a0e29b4263b0bac1bee228bc925..f5f8f618bc073e2fdfef1a99e2168a044e5f0bdb 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 69ad98a8860fb01a661e3427d43646f38901292a..4f82b7ae3c3801f399fcc313d2e5aa3b83b82a36 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 56489fd9660a96cab068f9c6a5257b6cdbdc8a68..9c170fc51b0e37f752bbb08910e608223ee2e597 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 7997c5940cc6082bc37943d6525ec8fd2cc94994..bd8d447cba4345ff37c0eb6b66051ef3ae48f767 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>