POM: use tag HEAD in scm configuration

Use tag HEAD in scm configuration to avoid version increments by
release plugin for rc candidates.

Signed-off-by: Jonas Pfefferle <peppe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/3f98f6cf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/3f98f6cf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/3f98f6cf

Branch: refs/heads/master
Commit: 3f98f6cf0777036d3269a4f13f6243e19854b692
Parents: 0413729
Author: Jonas Pfefferle <peppe...@apache.org>
Authored: Thu Oct 18 14:10:24 2018 +0200
Committer: Jonas Pfefferle <peppe...@apache.org>
Committed: Thu Oct 18 14:10:24 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/3f98f6cf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c5ef061..d086389 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     <connection>scm:git:git://git.apache.org/incubator-crail.git</connection>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-crail.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=incubator-crail.git</url>
-    <tag>v1.1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>

Reply via email to