Vlad Bailescu created SLING-4484: ------------------------------------ Summary: 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)