This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.xss-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
commit 5cf95dce408bbbc9415298580849fb4c9f294272 Author: Radu Cotescu <[email protected]> AuthorDate: Mon Mar 9 13:13:28 2015 +0000 SLING-4484 - XSS POM references wrong scm URLs * applied patch provided by Vlad Băilescu (closes PR #67) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/xss@1665226 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1e364f7..e4fc3fa 100644 --- a/pom.xml +++ b/pom.xml @@ -41,9 +41,9 @@ </description> <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> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/xss</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/xss</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/xss</url> </scm> <!-- ======================================================================= --> @@ -271,4 +271,4 @@ </dependency> </dependencies> -</project> +</project> \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
