You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/18 08:31:19 UTC

svn commit: r1185497 - /james/project/trunk/pom.xml

Author: felixk
Date: Tue Oct 18 06:31:19 2011
New Revision: 1185497

URL: http://svn.apache.org/viewvc?rev=1185497&view=rev
Log:
Formatting (JAMES-1335)

Modified:
    james/project/trunk/pom.xml

Modified: james/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1185497&r1=1185496&r2=1185497&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Tue Oct 18 06:31:19 2011
@@ -1,60 +1,52 @@
 <?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
+    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.    
+    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">
+<!-- 
+    Tag order follows model description at http://maven.apache.org/ref/3.0.3/maven-model/maven.html
+-->
+<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>9</version>
     </parent>
+
     <groupId>org.apache.james</groupId>
     <artifactId>james-parent</artifactId>
-    <name>Apache James Parent POM</name>
     <version>1.7-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <name>Apache James Parent POM</name>
     <description>The Apache James Parent POM</description>
     <url>http://james.apache.org/</url>
     <inceptionYear>2006</inceptionYear>
-    <packaging>pom</packaging>
-
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
-
-    <prerequisites>
-        <maven>3.0.2</maven>
-    </prerequisites>
-
-    <modules>
-        <module>project</module>
-    </modules>
 
     <organization>
         <name>The Apache Software Foundation</name>
         <url>http://www.apache.org</url>
     </organization>
 
-    <ciManagement>
-        <system>hudson</system>
-        <url>http://hudson.zones.apache.org/hudson/view/James/</url>
-    </ciManagement>
-
     <licenses>
         <license>
             <name>Apache License, Version 2.0</name>
@@ -63,11 +55,6 @@
         </license>
     </licenses>
 
-    <issueManagement>
-        <system>JIRA</system>
-        <url>http://issues.apache.org/jira/browse/JAMES</url>
-    </issueManagement>
-
     <developers>
         <developer>
             <id>bago</id>
@@ -233,7 +220,7 @@
             <id>ieugen</id>
             <name>Ioan Eugen Stan</name>
             <email>ieugen at apache.org </email>
-            <timezone/>
+            <timezone />
             <roles>
                 <role>Developer</role>
             </roles>
@@ -255,12 +242,30 @@
         </contributor>
     </contributors>
 
+    <prerequisites>
+        <maven>3.0.2</maven>
+    </prerequisites>
+
+    <modules>
+        <module>project</module>
+    </modules>
+
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk</developerConnection>
         <url>http://svn.apache.org/viewvc/james/project/trunk</url>
     </scm>
 
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://issues.apache.org/jira/browse/JAMES</url>
+    </issueManagement>
+
+    <ciManagement>
+        <system>hudson</system>
+        <url>http://hudson.zones.apache.org/hudson/view/James/</url>
+    </ciManagement>
+
     <distributionManagement>
         <!-- Each project must override this with their own -->
         <site>
@@ -269,4 +274,8 @@
         </site>
     </distributionManagement>
 
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org