diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 84a1d015624ce04ab2f07eba58d9d4e2620becb8..7a2350d27b11e62eccaeaab36149272e232b3a4b 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-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index 6fbc31ad6b17f1d5681f68ec3c401f0ba82cdd41..e748d324002fdc9a0c49120a5e4fb048c2be4ccf 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-SNAPSHOT</version> + <version>1.0.1</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index f521f1cbc3082394a3250676775aab89a03166bd..e7e0f45930bd33c97dfaff73e9bebbbff4a47af3 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-SNAPSHOT</version> + <version>1.0.1</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index 9229b6a320dba3aeddd156f86f1ef6e573d18535..0f800fe0ca9176e9d24795f965214995c2846fd2 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.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 21cb3aacccc02ead989acfec8242b9ea3ab0b85b..f30104b05f121197483109635da9badf0f10f1b2 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.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index afe734630e980a8ac0d1a88cf97b664602223a96..b2463689ad3c6861425d8b9a4458ba0f1c1dc732 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.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index ee81349fe67b0d0a6830d91ca71179803051c677..d9091a250955f8fe533a20dc3796e58538b93e0a 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.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index eef9c5ff28912b4dd44bc00296c8bbb36ac274ae..ec15ffe8719252953824d558390f7fb90c117767 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0.1</version> <packaging>pom</packaging> <name>Duniter4j</name> <description>a Duniter Java Client API</description> @@ -154,7 +154,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-1.0.1</tag> </scm> <issueManagement>