This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.mime-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git
commit e3f2fe419fe4843c0326d65a01dfd2eeb434aa3d Author: Felix Meschberger <[email protected]> AuthorDate: Mon Sep 10 14:39:14 2007 +0000 Fix scm settings git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/mime@574263 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8a9a5b3..96d74fe 100644 --- a/pom.xml +++ b/pom.xml @@ -35,9 +35,15 @@ </description> <scm> - <url>http://svn.day.com/repos/sling/trunk/mime</url> - <connection>scm:svn:${scm.url}</connection> - <developerConnection>scm:svn:${scm.url}</developerConnection> + <connection> + scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/mime + </connection> + <developerConnection> + scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/mime + </developerConnection> + <url> + http://svn.apache.org/viewvc/incubator/sling/trunk/mime + </url> </scm> <build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
