You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/09 13:11:38 UTC

[jira] [Commented] (SLING-4484) XSS POM references wrong scm URLs

    [ https://issues.apache.org/jira/browse/SLING-4484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352870#comment-14352870 ] 

ASF GitHub Bot commented on SLING-4484:
---------------------------------------

GitHub user vladbailescu opened a pull request:

    https://github.com/apache/sling/pull/67

    SLING-4484 - XSS POM references wrong scm URLs

    Updated URLs to point to correct location.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vladbailescu/sling SLING-4484-XSS-POM-references-wrong-scm-URLs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/67.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #67
    
----
commit 3af7540b410f8aa26abe6ad0a10142e90059bd0b
Author: vladbailescu <ba...@adobe.com>
Date:   2015-03-09T12:11:18Z

    SLING-4484 - XSS POM references wrong scm URLs
    
    Updated URLs to point to correct location.

----


> XSS POM references wrong scm URLs
> ---------------------------------
>
>                 Key: SLING-4484
>                 URL: https://issues.apache.org/jira/browse/SLING-4484
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting
>    Affects Versions: XSS Protection API 1.0.0
>            Reporter: Vlad Bailescu
>            Priority: Trivial
>             Fix For: XSS Protection API 1.0.0
>
>
> The XSS API {{pom.xml}} references wrong locations of the project:
> {code:xml}
>     <scm>
>         <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/xss</connection>
>         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/xss</developerConnection>
>         <url>http://svn.apache.org/viewvc/sling/trunk/bundles/xss</url>
>     </scm>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)