diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index c20f3335ade78f3c40292a4f206fe55bc56aae2b..7fecf5c167c5ae681566e10e16f8425a5df5b2ce 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.10.1-SNAPSHOT</version> + <version>0.10.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index 44caa550e0851fcfccc98adaef9f086591fbc9b8..03d9c5cad916d2034eade95d0198b8dbeccdcb44 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.10.1-SNAPSHOT</version> + <version>0.10.1</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index ec7d528c12125efd5892ab0f4d0e3d47984308c6..4721e5bfb81cc31e1d570b1e940a1f36f40416b7 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.10.1-SNAPSHOT</version> + <version>0.10.1</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index dc7dc246e6d39079dc073f339d9d964941f04cea..6d554f3a22e48da148021986ad64356aec6f6826 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.10.1-SNAPSHOT</version> + <version>0.10.1</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 2de534fdf088c26153b42c44b8ad01f59d603d56..cd1c70bf1e0104cecb5382bc24a6dfae1066c770 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.10.1-SNAPSHOT</version> + <version>0.10.1</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index 6ca9ac05c1a4c7756d8da39972768b24bd8cdddb..a1b79e1710c4cb83197bc61d01e1602f0c72edfa 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.10.1-SNAPSHOT</version> + <version>0.10.1</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 78e29a37eb0924b1ca5e44659a71a268e0d86a49..36be284d269297aac6d8696131ba0999e9a71a89 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.10.1-SNAPSHOT</version> + <version>0.10.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index d8dcebee08900ff5265707d3978799173bd72e63..9f19e3197a0f5825629f543dd716d767b39e3e3a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>0.10.1</version> <packaging>pom</packaging> <name>Duniter4j : a Duniter Java Client API</name> @@ -113,7 +113,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.10.1</tag> </scm> <issueManagement>