diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index a0a4b768864839cbe4fb39916b5ab3122403574f..561c786c2bfe6dc9ba06a4144cd1da46c93d81a9 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.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index 26e67db984bbff78adef3a4636a7e0000b4d0cde..88c358e451a1031e8e755b1419ff51f39bf71e9a 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.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index dbc5cbc7376043e31e50de1d41eac8e49590aa7c..e445f26349efcc61ee3c7c8575e625ae9205aad5 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.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/pom.xml b/pom.xml index 4a73e6768fd6cb99d1735040e9aaa189a6291493..b587f6fa805eac09fe3b26732163d5b930c6303d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <packaging>pom</packaging> <name>Duniter4j</name> <description>a Duniter Java Client API</description>