diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 730cd83447ef809e93669e2ff8d7b27cfbd6831e..4726cc65cd66e51c6457fb48da1400f1bc930820 100644 --- a/duniter4j-client/pom.xml +++ b/duniter4j-client/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.9.2-SNAPSHOT</version> + <version>0.10.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -116,7 +114,7 @@ </goals> <configuration> <target> - <mkdir dir="${maven.gen.dir}/java/"/> + <mkdir dir="${maven.gen.dir}/java/" /> </target> </configuration> </execution> @@ -240,9 +238,9 @@ <echo file="${project.basedir}/.maven/install.log">${installSuccessMessage}</echo> - <fail message="${installSuccessMessage}" > + <fail message="${installSuccessMessage}"> <condition> - <istrue value="${displayMessage}"/> + <istrue value="${displayMessage}" /> </condition> </fail> </target> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index ff9971bfa9c217aba371e2ae579380bcf150accf..44124d8d53226dcac6a18e2a888082bd1904ab89 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.9.2-SNAPSHOT</version> + <version>0.10.0</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index ebad633fad0b2fd6886fe70e1614c9e227228faf..9bb7672f8881bc1803974251265e1a605f8181ee 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.9.2-SNAPSHOT</version> + <version>0.10.0</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index 07c3f36da2d8733bd4227e6828c3c114fc9e0004..f721665f897121c9a2efd7b857467253fb42a5f7 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.9.2-SNAPSHOT</version> + <version>0.10.0</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 5b1e16e44415b9a471109439965dc588019c3c15..8f6b52019c9cf2767c4f7875f463e833b717fb8e 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.9.2-SNAPSHOT</version> + <version>0.10.0</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index eb0bba9340b497d979bec0a44da3e173ee9011a1..b7a7fea189a0537acfb6fcde2f3a61be9be6818a 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.9.2-SNAPSHOT</version> + <version>0.10.0</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 35a4c961945fce832d56d8f33a44a4178352be10..9b257ddabe4de218c95f8a8a4822af94fe67b919 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.9.2-SNAPSHOT</version> + <version>0.10.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 3a396a3d69e9c0471201083628b9e1f46bc576c8..3f62ccdc5b98559207dfa4be089f686cb2534763 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.9.2-SNAPSHOT</version> + <version>0.10.0</version> <packaging>pom</packaging> <name>Duniter4j : a Duniter Java Client API</name> @@ -18,7 +18,7 @@ <slf4j.version>1.7.5</slf4j.version> <guava.version>18.0</guava.version> <xml-apis.version>2.0.2</xml-apis.version> - <kalium.version>0.5.1-SNAPSHOT</kalium.version> + <kalium.version>0.5.0_blavenie</kalium.version> <scrypt.version>1.4.0</scrypt.version> <elasticsearch.version>2.3.3</elasticsearch.version> <jna.version>4.1.0</jna.version> @@ -115,7 +115,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.0</tag> </scm> <issueManagement>