diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 3e8755d747b36c47678c6035359ab282dfdd63ff..a2a4dba1f70b27b03c8977e639d9e14b71bbeeb7 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.4-SNAPSHOT</version> + <version>0.10.4</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index 6a5060ebdeccedf3bf0b9f60e53ee2aa94f06488..94b4c70a3fe5ef93679b316c1512a355786d8414 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.4-SNAPSHOT</version> + <version>0.10.4</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index 25b11a7ceb141749f9fa0557cc80e6ccb712828e..f431d5521cd1f9a57a0a1b8813fe43ca3585a81e 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.4-SNAPSHOT</version> + <version>0.10.4</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index 6cdee0eb6b9b7fd7c8912ae393edf4d7af0782c9..9a26a9d4d9d4f10149b2e4267d18bb65736fbf03 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.4-SNAPSHOT</version> + <version>0.10.4</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 9027284440ba983f294e5b72dce595f781d5c846..a4e0e0ea78bf299140eecda661e67a1207488bac 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.4-SNAPSHOT</version> + <version>0.10.4</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index 31ca1565e84e6361281cc08b7682fdb6781fb330..f6733409738615b01e01f2fa1d83a495af9b2b28 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.4-SNAPSHOT</version> + <version>0.10.4</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index a7004b8712a95760eecb9124de3b15372c282cd0..1c97063bda5e0712c68542335ed947c6842b2505 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.4-SNAPSHOT</version> + <version>0.10.4</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 50dba0c9beae6824774202f20204883a1a67c5e1..b4b29c43472b5731175d5aa6cc2c52614ff190ba 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.10.4-SNAPSHOT</version> + <version>0.10.4</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.4</tag> </scm> <issueManagement>