seelmann closed pull request #2: [DIRAPI-313] - SCM Pointing to SVN instead of GitBox URL: https://github.com/apache/directory-ldap-api/pull/2
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/pom.xml b/pom.xml index a69ffa93e..798f0eea1 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> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
