From 2713a3f88b61096d374e590efb091b9aab5dfb92 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Fri, 6 Jan 2017 18:49:08 +0100 Subject: [PATCH] [maven-release-plugin] prepare release duniter4j-0.6.0 --- 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-gchange/pom.xml | 2 +- duniter4j-es-user/pom.xml | 6 ++---- pom.xml | 4 ++-- 7 files changed, 9 insertions(+), 11 deletions(-) diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index d71653b9..a0dec987 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 fa32b08e..2c327786 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 49f1da51..336f9b9f 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 06cf5452..bb4b10df 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 da20dc1a..57b1dc09 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 12a9e711..b9dfe0d7 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 60b16e97..12eabdbf 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> -- GitLab