[
https://issues.apache.org/jira/browse/DIRAPI-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16421417#comment-16421417
]
ASF GitHub Bot commented on DIRAPI-313:
---------------------------------------
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]
> SCM Pointing to SVN instead of GitBox
> -------------------------------------
>
> Key: DIRAPI-313
> URL: https://issues.apache.org/jira/browse/DIRAPI-313
> Project: Directory Client API
> Issue Type: Dependency upgrade
> Affects Versions: 2.0.0
> Reporter: Karl Heinz Marbaise
> Priority: Trivial
> Fix For: 2.0.0
>
>
> The scm entries in pom are pointing to SVN instead of Gitbox.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)