diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index e24ac82d87529df2adf13214f83ce31927a9dde8..1983be0e98edaf5ea0b60420336d546bd0b67af9 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.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index 6edb939fc8578913afd5c3b4e36c7cf15377dec6..8d841407a40e3f59f08754e368f115efbe981393 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.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index 79c9bbb6d5257756d0d794d7bd9145c0644857d6..a19f59b0894fe1c61372b49b542f1c3450b404dc 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.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index a60656402734f9a44d8c1f1ed6163aedc0819c72..2a20cd7aa2b6911e0515ad0af1a8a7a05e0b5f28 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.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 80086b971f40894da249e825d8b99055e62f39ef..8e70ddfa817e4c822b8c0cd6f541403499d4878e 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.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index 8c4648dfcc3eefda16170f4e0eaa0e55bba3f9c8..79c8dd785bb6e333edd4fe8576f3f30e490265d4 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.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index f242d47e69cab31a3009b967df730eb667a371f3..40f000aea6c33ca99a397524e6a4de32a3d6cc51 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.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 8bf6460219b1d3f32ba5ed1e53ab407bad819c79..f2e97fe75e5d8b5a738f05d8aea05ac4f19def35 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.0.0-RC3-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>Duniter4j</name> <description>a Duniter Java Client API</description>