Author: craigmcc
Date: Thu Aug 10 21:00:04 2006
New Revision: 430652

URL: http://svn.apache.org/viewvc?rev=430652&view=rev
Log:
Cosmetic changes only, no substantive changes.

SHALE-241

Modified:
    shale/maven/trunk/master-pom/pom.xml

Modified: shale/maven/trunk/master-pom/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/maven/trunk/master-pom/pom.xml?rev=430652&r1=430651&r2=430652&view=diff
==============================================================================
--- shale/maven/trunk/master-pom/pom.xml (original)
+++ shale/maven/trunk/master-pom/pom.xml Thu Aug 10 21:00:04 2006
@@ -18,148 +18,152 @@
 
 <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>
-   <parent>
-      <groupId>org.apache</groupId>
-      <artifactId>apache</artifactId>
-      <version>2</version>
-   </parent>
-   <groupId>org.apache.shale</groupId>
-   <artifactId>shale-master</artifactId>
-   <version>1-SNAPSHOT</version>
-   <packaging>pom</packaging>
-   <name>Shale Master POM</name>
-   <description>Apache Shale</description>
-   <url>http://shale.apache.org</url>
-   <inceptionYear>2004</inceptionYear>
-
-   <mailingLists>
-       <mailingList>
-           <name>Shale User Mailing List (general questions about using 
Shale)</name>
-           <subscribe>[EMAIL PROTECTED]</subscribe>
-           <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-           <post>[email protected]</post>
-           
<archive>http://mail-archives.apache.org/mod_mbox/shale-user/</archive>
-           <otherArchives>
-               
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
-               
<otherArchive>http://dir.gmane.org/gmane.comp.apache.shale.user</otherArchive>
-               
<otherArchive>http://www.nabble.com/Shale---User-f15689.html</otherArchive>
-           </otherArchives>
-       </mailingList>
-       <mailingList>
-           <name>Shale Developer Mailing List (questions about developing 
Shale itself)</name>
-           <subscribe>[EMAIL PROTECTED]</subscribe>
-           <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-           <post>[email protected]</post>
-           
<archive>http://mail-archives.apache.org/mod_mbox/shale-dev/</archive>
-           <otherArchives>
-               
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
-               
<otherArchive>http://dir.gmane.org/gmane.comp.apache.shale.dev</otherArchive>
-               
<otherArchive>http://www.nabble.com/Shale---Dev-f15682.html</otherArchive>
-           </otherArchives>
-       </mailingList>
-       <mailingList>
-           <name>Shale Commit Notifications (Subversion commit logs)</name>
-           <subscribe>[EMAIL PROTECTED]</subscribe>
-           <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-           
<archive>http://mail-archives.apache.org/mod_mbox/shale-commits/</archive>
-           <otherArchives>
-               
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
-               
<otherArchive>http://dir.gmane.org/gmane.comp.apache.shale.commits</otherArchive>
-           </otherArchives>
-       </mailingList>
-       <mailingList>
-           <name>Shale Issue Tracking Notifications (JIRA issue update 
logs)</name>
-           <subscribe>[EMAIL PROTECTED]</subscribe>
-           <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-           
<archive>http://mail-archives.apache.org/mod_mbox/shale-issues/</archive>
-           <otherArchives>
-               
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
-               
<otherArchive>http://dir.gmane.org/gmane.comp.apache.shale.issues</otherArchive>
-           </otherArchives>
-       </mailingList>
-   </mailingLists>
-
-   <developers>
-      <developer>
-         <id>craigmcc</id>
-         <name>Craig R. McClanahan</name>
-         <email>craigmcc at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <id>jmitchell</id>
-         <name>James Mitchell</name>
-         <email>jmitchell at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <id>greddin</id>
-         <name>Greg Reddin</name>
-         <email>greddin at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <id>schof</id>
-         <name>Sean Schofield</name>
-         <email>schof at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <id>wsmoak</id>
-         <name>Wendy Smoak</name>
-         <email>wsmoak at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <id>gvanmatre</id>
-         <name>Gary VanMatre</name>
-         <email>gvanmatre at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-      <developer>
-         <id>matzew</id>
-         <name>Matthias Wessendorf</name>
-         <email>matzew at apache.org</email>
-         <roles>
-            <role>PMC Member</role>
-         </roles>
-      </developer>
-   </developers>
-        <scm>
-                       
<connection>scm:svn:http://svn.apache.org/repos/asf/shale/maven/trunk/master-pom</connection>
-                       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/maven/trunk/master-pom</developerConnection>
-                       
<url>http://svn.apache.org/viewcvs.cgi/shale/maven/trunk/master-pom</url>
-        </scm>   
-   <distributionManagement>
-      <repository>
-         <id>apache.snapshots</id>
-         <name>Apache Development Snapshot (and Test Build) Repository</name>
-         
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-      </repository>
-      <snapshotRepository>
-         <uniqueVersion>false</uniqueVersion>
-         <id>apache.snapshots</id>
-         <name>Apache Development Snapshot Repository</name>
-         
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-      </snapshotRepository>
-      <site>
-         <id>apache-site</id>
-         <name>Apache Shale Website</name>
-         <url>scp://people.apache.org/www/shale.apache.org</url>
-      </site>
-   </distributionManagement>
-</project>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>2</version>
+    </parent>
+
+    <groupId>org.apache.shale</groupId>
+    <artifactId>shale-master</artifactId>
+    <version>1-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Shale Master POM</name>
+    <description>Apache Shale</description>
+    <url>http://shale.apache.org</url>
+    <inceptionYear>2004</inceptionYear>
+
+    <mailingLists>
+        <mailingList>
+            <name>Shale User Mailing List (general questions about using 
Shale)</name>
+            <subscribe>[EMAIL PROTECTED]</subscribe>
+            <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+            <post>[email protected]</post>
+            
<archive>http://mail-archives.apache.org/mod_mbox/shale-user/</archive>
+            <otherArchives>
+                
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+                
<otherArchive>http://dir.gmane.org/gmane.comp.apache.shale.user</otherArchive>
+                
<otherArchive>http://www.nabble.com/Shale---User-f15689.html</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Shale Developer Mailing List (questions about developing 
Shale itself)</name>
+            <subscribe>[EMAIL PROTECTED]</subscribe>
+            <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+            <post>[email protected]</post>
+            
<archive>http://mail-archives.apache.org/mod_mbox/shale-dev/</archive>
+            <otherArchives>
+                
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+                
<otherArchive>http://dir.gmane.org/gmane.comp.apache.shale.dev</otherArchive>
+                
<otherArchive>http://www.nabble.com/Shale---Dev-f15682.html</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Shale Commit Notifications (Subversion commit logs)</name>
+            <subscribe>[EMAIL PROTECTED]</subscribe>
+            <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+            
<archive>http://mail-archives.apache.org/mod_mbox/shale-commits/</archive>
+            <otherArchives>
+                
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+                
<otherArchive>http://dir.gmane.org/gmane.comp.apache.shale.commits</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Shale Issue Tracking Notifications (JIRA issue update 
logs)</name>
+            <subscribe>[EMAIL PROTECTED]</subscribe>
+            <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+            
<archive>http://mail-archives.apache.org/mod_mbox/shale-issues/</archive>
+            <otherArchives>
+                
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+                
<otherArchive>http://dir.gmane.org/gmane.comp.apache.shale.issues</otherArchive>
+            </otherArchives>
+        </mailingList>
+    </mailingLists>
 
+    <developers>
+        <developer>
+            <id>craigmcc</id>
+            <name>Craig R. McClanahan</name>
+            <email>craigmcc at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>jmitchell</id>
+            <name>James Mitchell</name>
+            <email>jmitchell at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>greddin</id>
+            <name>Greg Reddin</name>
+            <email>greddin at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>schof</id>
+            <name>Sean Schofield</name>
+            <email>schof at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>wsmoak</id>
+            <name>Wendy Smoak</name>
+            <email>wsmoak at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>gvanmatre</id>
+            <name>Gary VanMatre</name>
+            <email>gvanmatre at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>matzew</id>
+            <name>Matthias Wessendorf</name>
+            <email>matzew at apache.org</email>
+            <roles>
+                <role>PMC Member</role>
+            </roles>
+        </developer>
+    </developers>
+
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/shale/maven/trunk/master-pom</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/maven/trunk/master-pom</developerConnection>
+        
<url>http://svn.apache.org/viewcvs.cgi/shale/maven/trunk/master-pom</url>
+    </scm>   
+
+    <distributionManagement>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Development Snapshot (and Test Build) 
Repository</name>
+            
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+        </repository>
+        <snapshotRepository>
+            <uniqueVersion>false</uniqueVersion>
+            <id>apache.snapshots</id>
+            <name>Apache Development Snapshot Repository</name>
+            
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
+        <site>
+            <id>apache-site</id>
+            <name>Apache Shale Website</name>
+            <url>scp://people.apache.org/www/shale.apache.org</url>
+        </site>
+    </distributionManagement>
+
+</project>


Reply via email to