diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index dece940f60a75ee62991cd480ef62d90c9b9048e..283e2955f3fd4481859752c02c3fe722f7a20891 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.18.2</version> + <version>0.18.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index f759dba34d0d750b63aeaeb0fdc17362cb6ab38e..e04afc4634c474f6cc1630c38495efa69d5b9452 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.18.2</version> + <version>0.18.3-SNAPSHOT</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index e383ac87416017640599522437a728c8dfa50856..41a9ef6ef15c5235b9996be06fcadce10d4a07d4 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.18.2</version> + <version>0.18.3-SNAPSHOT</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index 170131a74b368cc184a98cc41d0ae9fac9d5743f..ef4f018b29efe346b29d07cf7b8d0cd55a3dd35e 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.18.2</version> + <version>0.18.3-SNAPSHOT</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 026a057b3a60dff45f4cc546c7670f4c7c00e5c7..9ff560d6c8e8eb3bba9b40a26ca991498d95ff46 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.18.2</version> + <version>0.18.3-SNAPSHOT</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index 3e238d1f856b9b1c3ff5e0015034285f899b425f..8e2b470d17f38b9d2c960778444e7b18f55fdd7c 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.18.2</version> + <version>0.18.3-SNAPSHOT</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 2719b1ef95fbe63e39dce93ae9791da36aa41cb7..6eb28581d3bb0b800e5bf768b12ee0c897d33e54 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.18.2</version> + <version>0.18.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index d5722ce253c6ae5ae6cbe2477bd935f0dba30278..e666b98bea251f3b1e8fa3fd167dabaeeea4aab2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.18.2</version> + <version>0.18.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Duniter4j : a Duniter Java Client API</name> @@ -118,7 +118,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.18.2</tag> + <tag>HEAD</tag> </scm> <issueManagement>