This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.pipes-0.0.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git
commit 6e503dc259fc0026d7a94d8168db90601c35ef93 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Oct 10 07:49:55 2016 +0000 fix developerConnection in scm settings git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-pipes@1764025 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc39b73..62bce7c 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-pipes</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/contrib/extensions/sling-pipes</developerConnection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-pipes</developerConnection> <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/sling-pipes</url> </scm> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
