diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 68faad5d05f0acb7523d4ab78b72310016b5671b..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.0.4-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 fd1b7cc0ef3ca693294b1fcab5c8caa15106c80f..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.0.4-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 a08c125096591dfb2e321064dd5a0a0b0f368723..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.0.4-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/pom.xml b/pom.xml index b970f08a44a4746b309d9fb5509881fb3371ce40..1860502b95ecae9067b2080a303c5d71891cf555 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.1.0</version> <packaging>pom</packaging> <name>Duniter4j</name> <description>a Duniter Java Client API</description> @@ -150,7 +150,7 @@ <url>https://git.duniter.org/clients/java/duniter4j.git</url> <connection>scm:git:https://git.duniter.org/clients/java/duniter4j.git</connection> <developerConnection>scm:git:https://git.duniter.org/clients/java/duniter4j.git</developerConnection> - <tag>HEAD</tag> + <tag>duniter4j-1.1.0</tag> </scm> <issueManagement>