You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2019/05/22 14:20:59 UTC

[directory-ldap-api] branch 1.0 updated: Updated the SCM part

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/1.0 by this push:
     new 69397b0  Updated the SCM part
69397b0 is described below

commit 69397b042954e5655d03170ff1223ef4ca6b68f6
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Wed May 22 16:20:51 2019 +0200

    Updated the SCM part
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 12cd7bd..bd48bde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -614,8 +614,8 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-ldap-api.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-ldap-api.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf?p=directory-ldap-api.git;a=shortlog;h=refs/remotes/tags/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <url>https://github.com/apache/directory-ldap-api/tree/${project.scm.tag}</url>
+    <tag>1.0</tag>
   </scm>
 
   <reporting>