This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-xproc.git
commit 116e7567096662e1b8e20d73e3d40b0ca53d9fb0 Author: Carsten Ziegeler <cziege...@apache.org> AuthorDate: Thu Jun 18 10:26:35 2009 +0000 SLING-1011 : Adjust svn location git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@786008 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 5af5709..2dd7472 100644 --- a/README.txt +++ b/README.txt @@ -32,7 +32,7 @@ Subversion (http://subversion.tigris.org/) source repository of the Apache Software Foundation. If you have Subversion installed, you can checkout the latest source using the following command: - svn checkout http://svn.apache.org/repos/asf/incubator/sling/trunk/scripting/python + svn checkout http://svn.apache.org/repos/asf/sling/trunk/scripting/python See the Subversion documentation for other source control features. diff --git a/pom.xml b/pom.xml index 64806da..20d2678 100644 --- a/pom.xml +++ b/pom.xml @@ -37,9 +37,9 @@ </description> <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/scripting/xproc</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/scripting/xproc</developerConnection> - <url>http://svn.apache.org/viewvc/incubator/sling/trunk/contrib/scripting/xproc</url> + <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/xproc</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/xproc</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/xproc</url> </scm> <build> -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" <commits@sling.apache.org>.