diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index de0faa55c8e0af89a6c20508fc979bd755c79504..88a9931398a4218e293b1bd96d0463939a607546 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.11.3-SNAPSHOT</version> + <version>0.12.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index a29ffb768a743ba1285b91d82939d7feb7c0dae8..d19437c6c56adc9bbc3fc0c8082f708504f56d08 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.11.3-SNAPSHOT</version> + <version>0.12.0</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index 5ad35a438b3ba1004c36cc7429b357efee71fb96..b35a3807434115e8e73da1373695ec176d938ec5 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.11.3-SNAPSHOT</version> + <version>0.12.0</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index 149d8698ff769e64852cd8deb0b71c3b38d01dc6..fa0c7bfc61192ab7ffa831b5ac6f164d4338c4ba 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.11.3-SNAPSHOT</version> + <version>0.12.0</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index bd25d5b869d140b097262319ab945d462cef7418..036acd1753729d2d8c0ef59ac612df1ef152e415 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.11.3-SNAPSHOT</version> + <version>0.12.0</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index e798dbb25ea6b4ec4889aaf6d64ff2062a40409c..5ea1a578a6e621b982f78dcbc0eb76da79725216 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.11.3-SNAPSHOT</version> + <version>0.12.0</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 43fa4e102df5828c1a4574b30bdfe6e25f5e4199..f254dd9e1653fd41a1e1015b5c8cc3d5bed768a4 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.11.3-SNAPSHOT</version> + <version>0.12.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index d28b15e7f96f11eb0270e27eb81094dc4d66130a..fe708f36909f83f5873c57459ff991d52e735208 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.11.3-SNAPSHOT</version> + <version>0.12.0</version> <packaging>pom</packaging> <name>Duniter4j : a Duniter Java Client API</name> @@ -114,7 +114,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.12.0</tag> </scm> <issueManagement>