From 8d06bf99c2ad19a78c14b64874cce7a2cf7d113c Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 21 Nov 2017 22:51:16 +0100 Subject: [PATCH] fix SCM tag --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05a2422f..aa0b9e6b 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,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>duniter4j-1.0.0</tag> + <tag>HEAD</tag> </scm> <issueManagement> -- GitLab