diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 77e2c549e7830737c68ec116870bd19a5bd27609..6e23c424ff94b1d723c061ca238795a40dc23bcb 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.10.3-SNAPSHOT</version> + <version>0.10.3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index a9c6d75fa512c92ae814be5487efbfa754436cad..ddfcb72ce4c51453234ee4503d30c4939daf8f3f 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.10.3-SNAPSHOT</version> + <version>0.10.3</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index 4098b66b0bc333ed5238d38212cf5fbe7311ca84..66751fda70d87b53acb4ea952c6fe217466d4c0c 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.10.3-SNAPSHOT</version> + <version>0.10.3</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index 7c043e2a3d0fce44bcb7d717467cb3e1a901f7d2..1dbf7ff63666cac3c4d6bcc672862698579b5b49 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.10.3-SNAPSHOT</version> + <version>0.10.3</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 1d92e0b2a762e3d9dd3f85ae6cde5fe804c52fb1..7b2bfc6b322e1e99e05cd86b20ef5def5a5e2cd3 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.10.3-SNAPSHOT</version> + <version>0.10.3</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index f0ab038db001026d35735868b30061ecd66da117..7069318a705de0cf3a14cb5b1c5b60c3e8e1f266 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.10.3-SNAPSHOT</version> + <version>0.10.3</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index ff0ece5a8a50a22df19a1ac064e0ecc42b0e81e6..16dedc7c2297eb60b7be69e24edfd5953431a41c 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.10.3-SNAPSHOT</version> + <version>0.10.3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 29bcc9ba774a7f0063c7a6acab5f1401bd6246f6..484ce395aa31902ed6e2b62757af4ad3cc562c33 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.10.3-SNAPSHOT</version> + <version>0.10.3</version> <packaging>pom</packaging> <name>Duniter4j : a Duniter Java Client API</name> @@ -113,7 +113,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>HEAD</tag> + <tag>duniter4j-0.10.3</tag> </scm> <issueManagement>