diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index d71653b907c3bc2b2e87d93fd677944330c8d580..a0dec98764d4b0e9872e30e6692c2a17335d2bbb 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.3.5-SNAPSHOT</version> + <version>0.6.0</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index fa32b08e294e1d952226e812c3700732c0c05930..2c32778655c933fbba3ed11b0912bbf44b1f1304 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.3.5-SNAPSHOT</version> + <version>0.6.0</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index 49f1da51bf815198e628b49c5aacce3afd8201c9..336f9b9f1eb3f30c11d8fb980d95a6ac491d0f05 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.3.5-SNAPSHOT</version> + <version>0.6.0</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 06cf545266c6bd9584ddb7c98df458c383ab5154..bb4b10df18361d100148e0314bd2b6d09276b03c 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.3.5-SNAPSHOT</version> + <version>0.6.0</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-es-gchange/pom.xml b/duniter4j-es-gchange/pom.xml index da20dc1ac645fe21db4f41eceffbd5794f1e91e5..57b1dc0988191bceab9246e703236811bd379629 100644 --- a/duniter4j-es-gchange/pom.xml +++ b/duniter4j-es-gchange/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.3.5-SNAPSHOT</version> + <version>0.6.0</version> </parent> <groupId>org.duniter</groupId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 12a9e711bce4a8550a9a833cbd81a32a93801da1..b9dfe0d74cbf5758c840edfff9c4f335815d1795 100644 --- a/duniter4j-es-user/pom.xml +++ b/duniter4j-es-user/pom.xml @@ -1,11 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>duniter4j</artifactId> <groupId>org.duniter</groupId> - <version>0.3.5-SNAPSHOT</version> + <version>0.6.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 60b16e97cce2e7bdac3326977e05c2a4c8263088..12eabdbfbd3c3781971795c3717e0614d3a50495 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.3.5-SNAPSHOT</version> + <version>0.6.0</version> <packaging>pom</packaging> <name>Duniter4j : a Duniter Java Client API</name> @@ -111,7 +111,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.6.0</tag> </scm> <issueManagement>