diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index b3f6c69da30e44826255b1cceed98486942a452c..4cdc3b20c5d628ec149a46cd0164124aeb2e39bc 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.4</version> + <version>0.3.5-SNAPSHOT</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index bf4884d081bf2e0c501d1a7b7fe542075d560377..f3061fcfeb3665d832bca9bcba21c80191239df6 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.4</version> + <version>0.3.5-SNAPSHOT</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-elasticsearch/pom.xml b/duniter4j-elasticsearch/pom.xml index e0d735b7596fabb1310ab282ab66f412e558a735..b4d5c8d8e4b57d477c025bd158bd2fc15df1e649 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.4</version> + <version>0.3.5-SNAPSHOT</version> </parent> <groupId>org.duniter</groupId> diff --git a/pom.xml b/pom.xml index 3f0eb7538e06955903b8930c302b355e1b38ef83..7b75013c03cdbb31cc9fe2c3ce9a40917034c84d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.3.4</version> + <version>0.3.5-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.4</tag> + <tag>HEAD</tag> </scm> <issueManagement>