diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index dddbc57457dc4f443b09b45e797653d34c8f9b6e..26b91fe6082e5aeba28d11e621b833cc3e4e5007 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.2</version> + <version>0.3.3-SNAPSHOT</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index b36e32b2c192411000cdddc7b1525f514143d64e..20d6b8b7e01ccd98688536b14ca394ead10b89d5 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.2</version> + <version>0.3.3-SNAPSHOT</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-elasticsearch/pom.xml b/duniter4j-elasticsearch/pom.xml index 04f8accb17248358a22870b718e84d3f39d4cf97..5171309a0c10d3b1a64d84050833f4d5dabdca2b 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.2</version> + <version>0.3.3-SNAPSHOT</version> </parent> <groupId>org.duniter</groupId> diff --git a/pom.xml b/pom.xml index 6e8ce89986298d495046e20c54e1a1dd7c28b7e7..52234280a279e352b14f63216c3c0f897299ed12 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.3.2</version> + <version>0.3.3-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.2</tag> + <tag>HEAD</tag> </scm> <issueManagement>