From 43f88ad23e3df9bac573595b6e3c48bf77ec3cc9 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Fri, 21 Aug 2020 15:18:58 +0200 Subject: [PATCH] [maven-release-plugin] prepare release duniter4j-1.3.7 --- duniter4j-client/pom.xml | 2 +- duniter4j-core-client/pom.xml | 2 +- duniter4j-core-shared/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index e1b3bff1..0f350185 100644 --- a/duniter4j-client/pom.xml +++ b/duniter4j-client/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>duniter4j</artifactId> <groupId>org.duniter</groupId> - <version>1.3.7-SNAPSHOT</version> + <version>1.3.7</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index f3883c57..3a115f98 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>1.3.7-SNAPSHOT</version> + <version>1.3.7</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index ea230e10..20c8a5df 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>1.3.7-SNAPSHOT</version> + <version>1.3.7</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/pom.xml b/pom.xml index e60efcc6..8f31867e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.3.7-SNAPSHOT</version> + <version>1.3.7</version> <packaging>pom</packaging> <name>Duniter4j</name> <description>a Duniter Java Client API</description> @@ -150,7 +150,7 @@ <url>https://git.duniter.org/clients/java/duniter4j.git</url> <connection>scm:git:git@git.duniter.org:clients/java/duniter4j.git</connection> <developerConnection>scm:git:git@git.duniter.org:clients/java/duniter4j.git</developerConnection> - <tag>HEAD</tag> + <tag>duniter4j-1.3.7</tag> </scm> <issueManagement> -- GitLab