diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 0288e8328d0ff734fbfe13cb15eab240421cc688..de0faa55c8e0af89a6c20508fc979bd755c79504 100644 --- a/duniter4j-client/pom.xml +++ b/duniter4j-client/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>duniter4j</artifactId> <groupId>org.duniter</groupId> - <version>0.11.2</version> + <version>0.11.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index ae735f3d15739b962aae6a67b534807ba3617959..a29ffb768a743ba1285b91d82939d7feb7c0dae8 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.11.2</version> + <version>0.11.3-SNAPSHOT</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index bfa8ab48631ff8a7634120f191d5fa682b38bfda..5ad35a438b3ba1004c36cc7429b357efee71fb96 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.11.2</version> + <version>0.11.3-SNAPSHOT</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index 8739ed8d9376b7948c7d9ab8162fa9c2afe7e79f..149d8698ff769e64852cd8deb0b71c3b38d01dc6 100644 --- a/duniter4j-es-assembly/pom.xml +++ b/duniter4j-es-assembly/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.11.2</version> + <version>0.11.3-SNAPSHOT</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 8923eb3a71f5447cb9864704f73f1a68508185f6..bd25d5b869d140b097262319ab945d462cef7418 100644 --- a/duniter4j-es-core/pom.xml +++ b/duniter4j-es-core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.11.2</version> + <version>0.11.3-SNAPSHOT</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index 0229123a3f3a731433183b445cefaac48c5d0b5e..e798dbb25ea6b4ec4889aaf6d64ff2062a40409c 100644 --- a/duniter4j-es-subscription/pom.xml +++ b/duniter4j-es-subscription/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.11.2</version> + <version>0.11.3-SNAPSHOT</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 3255e05398602b1f3eb80a4accf1b0dd1bcac684..43fa4e102df5828c1a4574b30bdfe6e25f5e4199 100644 --- a/duniter4j-es-user/pom.xml +++ b/duniter4j-es-user/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>duniter4j</artifactId> <groupId>org.duniter</groupId> - <version>0.11.2</version> + <version>0.11.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index f46b1f42cc41a778d2a7ef28eb682fe53c5f0308..d28b15e7f96f11eb0270e27eb81094dc4d66130a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.11.2</version> + <version>0.11.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Duniter4j : a Duniter Java Client API</name> @@ -114,7 +114,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.11.2</tag> + <tag>HEAD</tag> </scm> <issueManagement>