diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 696edee6ee73a71280973acac88aac52e347b114..64ae465f2aca0bdc68a169f7cadc85d165d5b00c 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.18.1-SNAPSHOT</version> + <version>0.18.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index d5455ea7a0073a46f03775b1c1df53c5065646f9..a11eb2c892d1bb888736312adc7a421d8b53dd33 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.18.1-SNAPSHOT</version> + <version>0.18.1</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index a278b1d4aec81cca79cbd8b53dc0912751dce129..ffd6671076d9bde52c13d236978a436dbc17271a 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.18.1-SNAPSHOT</version> + <version>0.18.1</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index bdef6b2cfaad4aaba7e5ff8437199e8fa3acac6a..7311b1a96fcd31abd6b1e61f3b296ace94f13cae 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.18.1-SNAPSHOT</version> + <version>0.18.1</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 1bd0489c21521b6aa9d4846eb0a7818c291afcd5..01719d2571cb32c271dba653c6ccd58c7883fb73 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.18.1-SNAPSHOT</version> + <version>0.18.1</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index 79019e2994dfc83950eb316271530ff1117b2007..c5ef57df7c64fb10eee89d970ac3db3541a9930e 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.18.1-SNAPSHOT</version> + <version>0.18.1</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 981cdd2007a327a39dc5a8821735bf8f5f49ca36..150ee29bd4e484741ebf1c9da9b10c15a6537561 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.18.1-SNAPSHOT</version> + <version>0.18.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index de020613ed02bc0c3de62f7cccdd199a8190fe6d..9d8c1c6b14ae8ac7be2bc24be8933f4cb6160ece 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.18.1-SNAPSHOT</version> + <version>0.18.1</version> <packaging>pom</packaging> <name>Duniter4j : a Duniter Java Client API</name> @@ -118,7 +118,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.18.1</tag> </scm> <issueManagement>