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 2018/03/31 19:01:45 UTC

[directory-ldap-api] branch master updated: Applied patch for [DIRAPI-313] - SCM Pointing to SVN instead of GitBox

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4e029ec  Applied patch for [DIRAPI-313] - SCM Pointing to SVN instead of GitBox
     new 1ae4e34  Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api
4e029ec is described below

commit 4e029ec83ce6e897ec1a5007b025a9047f45efd5
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Sat Mar 31 21:01:26 2018 +0200

    Applied patch for [DIRAPI-313] - SCM Pointing to SVN instead of GitBox
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a69ffa9..798f0ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -608,9 +608,9 @@
   </dependencyManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/tags/1.0.0-RC2</url>
+    <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>
   </scm>
 
   <reporting>

-- 
To stop receiving notification emails like this one, please contact
elecharny@apache.org.