From 32d40702160b5d47d9654482ce31ac928995a745 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Mon, 24 Jul 2017 15:02:42 +0200 Subject: [PATCH] [maven-release-plugin] prepare release duniter4j-0.14.0 --- duniter4j-client/pom.xml | 2 +- duniter4j-core-client/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 | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 1947ab56..3b77b1b7 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.12.1-SNAPSHOT</version> + <version>0.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index eab4d5f2..b57b92d1 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.12.1-SNAPSHOT</version> + <version>0.14.0</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index 0a4d3df0..a922fcc5 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.12.1-SNAPSHOT</version> + <version>0.14.0</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index f45631e8..c2b501c0 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.12.1-SNAPSHOT</version> + <version>0.14.0</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index dba0dd39..b804dd38 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.12.1-SNAPSHOT</version> + <version>0.14.0</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index 0ad983c2..59133caa 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.12.1-SNAPSHOT</version> + <version>0.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 9d3304b5..d459f89a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>0.12.1-SNAPSHOT</version> + <version>0.14.0</version> <packaging>pom</packaging> <name>Duniter4j : a Duniter Java Client API</name> @@ -114,7 +114,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.14.0</tag> </scm> <issueManagement> -- GitLab