This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit 7d6b359f85b3c4ec276f30a6940241d998e62736 Author: Oliver Lietz <[email protected]> AuthorDate: Wed Apr 20 20:25:00 2016 +0000 fix scm settings git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1740192 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4f8e222..2824f7e 100644 --- a/pom.xml +++ b/pom.xml @@ -47,9 +47,9 @@ </properties> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf</developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/thymeleaf</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf</url> </scm> <dependencies> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
