diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 717756a0951d309084bdf4004dd6735f5b60a560..546620a263c1bea308495e7dbf3c69c2e3e5bb21 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.16.1-SNAPSHOT</version> + <version>0.16.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index 6a61944d1df819040fe964f70822fb7a28c36add..3ae922c4d0ca6063ff4fa6f3708155749c5a1fbd 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.16.1-SNAPSHOT</version> + <version>0.16.1</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index ff0064b5bc2c1be7f94eb37517c1b7260eae8a1d..93b74161670f3f942be406e28f62f5539910796a 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.16.1-SNAPSHOT</version> + <version>0.16.1</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index e6f498fb757a483ab278defb9af18e966a266c2f..23b7755313488afca063b832aa915c9143e271c5 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.16.1-SNAPSHOT</version> + <version>0.16.1</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 8c3c91f4b500f0fa22d580a45d07c9b7384780dd..480acedd91e316972d4d723b25ad42a9c3135419 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.16.1-SNAPSHOT</version> + <version>0.16.1</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index a1efedc727c3287f609a6919f70caf8b73cefd1b..7f70d8b9f40de73e67ee3f0bb668201253d331e9 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.16.1-SNAPSHOT</version> + <version>0.16.1</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 8d122be156190ac39e10aab26cb75ae71a92afb3..7105d4cf295b895b1d9bd0b3d46ebca9fa5465b3 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.16.1-SNAPSHOT</version> + <version>0.16.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 42c3802d9933bcecc32bf76bbb91db9351727c2a..a634e6f9e2bf0ec92c3d58801004df6c9eb279bf 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.16.1-SNAPSHOT</version> + <version>0.16.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.16.1</tag> </scm> <issueManagement>