You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2007/09/14 10:43:10 UTC

svn commit: r575584 - /incubator/sling/trunk/parent/pom.xml

Author: fmeschbe
Date: Fri Sep 14 01:43:09 2007
New Revision: 575584

URL: http://svn.apache.org/viewvc?rev=575584&view=rev
Log:
Add mail-archive.com as alternate mail archive

Modified:
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=575584&r1=575583&r2=575584&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Fri Sep 14 01:43:09 2007
@@ -1,22 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
---><project xmlns="http://maven.apache.org/POM/4.0.0"
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
@@ -208,7 +209,9 @@
     <mailingLists>
         <mailingList>
             <name>Sling Development List</name>
-            <subscribe>sling-dev-subscribe@incubator.apache.org</subscribe>
+            <subscribe>
+                sling-dev-subscribe@incubator.apache.org
+            </subscribe>
             <unsubscribe>
                 sling-dev-unsubscribe@incubator.apache.org
             </unsubscribe>
@@ -216,13 +219,11 @@
             <archive>
                 http://mail-archives.apache.org/mod_mbox/incubator-sling-dev/
             </archive>
-            <!-- 
-                <otherArchives>
+            <otherArchives>
                 <otherArchive>
-                http://www.nabble.com/...
+                    http://www.mail-archive.com/sling-dev@incubator.apache.org/
                 </otherArchive>
-                </otherArchives>
-            -->
+            </otherArchives>
         </mailingList>
         <mailingList>
             <name>Sling Source Control List</name>
@@ -235,6 +236,11 @@
             <archive>
                 http://mail-archives.apache.org/mod_mbox/incubator-sling-commits/
             </archive>
+            <otherArchives>
+                <otherArchive>
+                    http://www.mail-archive.com/sling-commits@incubator.apache.org/
+                </otherArchive>
+            </otherArchives>
         </mailingList>
     </mailingLists>
 
@@ -304,7 +310,7 @@
             <name>Alexandru Popescu</name>
             <id>apopescu</id>
             <email />
-            <organization/>
+            <organization />
             <roles>
                 <role>Java Developer</role>
             </roles>