From 39c624bf08645f3727b438ea5d0ec61000030c53 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 20 Apr 2017 12:35:32 +0200 Subject: [PATCH] [maven-release-plugin] prepare release duniter4j-0.10.0 --- duniter4j-client/pom.xml | 12 +++++------- duniter4j-core-client/pom.xml | 2 +- duniter4j-core-shared/pom.xml | 2 +- duniter4j-es-assembly/pom.xml | 2 +- duniter4j-es-core/pom.xml | 2 +- duniter4j-es-subscription/pom.xml | 2 +- duniter4j-es-user/pom.xml | 2 +- pom.xml | 6 +++--- 8 files changed, 14 insertions(+), 16 deletions(-) diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 730cd834..4726cc65 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 ff9971bf..44124d8d 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 ebad633f..9bb7672f 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 07c3f36d..f721665f 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 5b1e16e4..8f6b5201 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 eb0bba93..b7a7fea1 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 35a4c961..9b257dda 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 3a396a3d..3f62ccdc 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> -- GitLab