diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 9a59168ab298d5c326a3c6683b0632d24475e50c..ee588dc139522663a365b4f29d848d693e7a51fa 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.15.1-SNAPSHOT</version> + <version>0.16.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index f955d45657e53420ad96c4d1f9bbb5a590913253..9913661f428c91e09c8a68decb129061ca89b970 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.15.1-SNAPSHOT</version> + <version>0.16.0</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index 3113b242d3b6c9c99bc0a54cb31d8737938fd555..222e2518797b5faff83c70379df94a61ffcd0972 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.15.1-SNAPSHOT</version> + <version>0.16.0</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index daebb6895fe38b3e686ebeab88cb63f6a05611c7..71db035ebe1027d9b8b4ea3fe3c67135b42c0573 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.15.1-SNAPSHOT</version> + <version>0.16.0</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 8083cf96d0883d5048532f7b9703f8459a3cb4de..1058b7b66c0441839bd3dd471cc78c6d904f474b 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.15.1-SNAPSHOT</version> + <version>0.16.0</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index 4824be7532b9744e0f424b36a7539ea8a5f49843..ae7c1df3a7eb297fccaad6e01d150bef0c45ee90 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.15.1-SNAPSHOT</version> + <version>0.16.0</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 0f6607b5d53232d7e6065267b69340757424d891..ae0690a6c1baa2e33faa952cd05c5ac8b991ea04 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.15.1-SNAPSHOT</version> + <version>0.16.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 9896ec4e44a7831550b35646ca168e79c9f4a478..6e986a61e2d4844cdd0b5b5bff1311bfb1dbb501 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.15.1-SNAPSHOT</version> + <version>0.16.0</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.16.0</tag> </scm> <issueManagement>