diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 1c21a4525440cf3a94b8e0e0dd8a6c8ded22b58f..68faad5d05f0acb7523d4ab78b72310016b5671b 100644 --- a/duniter4j-client/pom.xml +++ b/duniter4j-client/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>duniter4j</artifactId> <groupId>org.duniter</groupId> - <version>1.0.3</version> + <version>1.0.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index 749d8cab32b8ca1c9c1c834a65e2190b66039d4a..fd1b7cc0ef3ca693294b1fcab5c8caa15106c80f 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>1.0.3</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index 340b0211371db4b88b2ebc76c858b655a596c944..a08c125096591dfb2e321064dd5a0a0b0f368723 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>1.0.3</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index dd6d43f2068195aa7aa48964986cefc4d3319fbf..0d51c4b9498d406e37aab0476b1a1ca16c2c0560 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>1.0.3</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index d50a575d0ca7e93f90640a68fe11062490690122..9668b41fd689668bb30a9810ba30c309d428cada 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>1.0.3</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index c3f5f768e2aa6ea76ac9b73c351390981c4a38d2..7ec70c5ec4957fd43e0518ecdfc311f42ec1f15f 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>1.0.3</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 117e0714aab03bf681adc406de89cc29121cd42b..abf8b1a1990fabcea8d6b5e47a400008ddf6b71a 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>1.0.3</version> + <version>1.0.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index b5c357f06107bb6f2f6b7133e058258bd49a6d17..59bcf4f15f54a8966aead982ebabe199d6c355f1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.0.3</version> + <version>1.0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>Duniter4j</name> <description>a Duniter Java Client API</description> @@ -154,7 +154,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-1.0.3</tag> + <tag>HEAD</tag> </scm> <issueManagement>