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-dynamic-include.git
commit 76946493b817aed1dbe9d86b70a3ecb6d27d24db Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Apr 4 11:39:56 2016 +0000 SLING-5594 - fix scm info git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1737660 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d7e4f6b..6e29e50 100644 --- a/pom.xml +++ b/pom.xml @@ -36,9 +36,9 @@ <description>Dynamic Include filter for Apache Sling</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/dynamic-include</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/dynamic-include</developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/dynamic-include</url> + <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-dynamic-include</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-dynamic-include</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/sling-dynamic-include</url> </scm> <developers> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
