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-groovy.git
commit 834d2c30e2295d2260a84e6ad1dcd955ee097be5 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Sep 2 17:30:29 2014 +0000 SLING-3888 - Move groovy extension bundle to contrib/scripting Fix scm tags git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1622071 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8d757e9..a462c4f 100644 --- a/pom.xml +++ b/pom.xml @@ -38,9 +38,9 @@ </description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.groovy-1.0.0</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.groovy-1.0.0</developerConnection> - <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.scripting.groovy-1.0.0</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/groovy</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/groovy</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/groovy</url> </scm> <build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
