You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/07/10 20:26:41 UTC

svn commit: r675666 - in /maven/components/branches/maven-2.0.10-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core-it-runner/ maven-core/ maven-error-diagnostics/ maven-model/ maven-monitor/ maven-plugin-api/ ...

Author: jdcasey
Date: Thu Jul 10 11:26:39 2008
New Revision: 675666

URL: http://svn.apache.org/viewvc?rev=675666&view=rev
Log:
updating version to RC1-snap.

Modified:
    maven/components/branches/maven-2.0.10-RC/apache-maven/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-artifact-manager/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-artifact-test/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-artifact/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-core-it-runner/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-error-diagnostics/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-model/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-monitor/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-plugin-api/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-plugin-descriptor/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-plugin-parameter-documenter/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-plugin-registry/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-profile/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-project/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-reporting/maven-reporting-api/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-reporting/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-repository-metadata/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-script/maven-script-ant/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-script/maven-script-beanshell/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-script/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-settings/pom.xml
    maven/components/branches/maven-2.0.10-RC/maven-toolchain/pom.xml
    maven/components/branches/maven-2.0.10-RC/pom.xml

Modified: maven/components/branches/maven-2.0.10-RC/apache-maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/apache-maven/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/apache-maven/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/apache-maven/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,5 @@
 <?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
@@ -18,12 +19,14 @@
   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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-maven</artifactId>
@@ -59,7 +62,7 @@
                 true
               </keepDependenciesWithProvidedScope>
               <transformers>
-                <transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
+                <transformer implementation='org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer'/>
               </transformers>
               <artifactSet>
                 <excludes>
@@ -71,7 +74,7 @@
                 </excludes>
               </artifactSet>
               <relocations>
-                <!-- For slide webdav wagon -->
+                                <!-- For slide webdav wagon -->
                 <relocation>
                   <pattern>org.jdom</pattern>
                 </relocation>
@@ -81,7 +84,7 @@
                 <relocation>
                   <pattern>org.apache.webdav</pattern>
                 </relocation>
-                <!-- For http/webdav wagons -->
+                                <!-- For http/webdav wagons -->
                 <relocation>
                   <pattern>org.apache.commons.httpclient</pattern>
                 </relocation>
@@ -89,12 +92,12 @@
                   <pattern>org.apache.commons.logging</pattern>
                 </relocation>
 
-                <!-- For jsch wagon -->
+                                <!-- For jsch wagon -->
                 <relocation>
                   <pattern>com.jcraft</pattern>
                 </relocation>
 
-                <!-- For wagon API -->
+                                <!-- For wagon API -->
                 <relocation>
                   <pattern>org.cyberneko</pattern>
                 </relocation>
@@ -201,3 +204,4 @@
     </profile>
   </profiles>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-artifact-manager/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-artifact-manager/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-artifact-manager/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-artifact-manager/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-artifact-manager</artifactId>
@@ -76,3 +80,4 @@
     </pluginManagement>
   </build>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-artifact-test/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-artifact-test/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-artifact-test/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-artifact-test/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-artifact-test</artifactId>
@@ -57,3 +61,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-artifact/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-artifact/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-artifact/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-artifact/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-artifact</artifactId>
@@ -40,3 +44,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-core-it-runner/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-core-it-runner/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-core-it-runner/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-core-it-runner/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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
@@ -17,12 +18,12 @@
 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">
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
     <artifactId>maven-core-it-runner</artifactId>
     <name>Integration Test Executor</name>
     
@@ -36,8 +37,12 @@
       <repository>
         <id>test-plugins</id>
         <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
-        <releases><enabled>false</enabled></releases>
-        <snapshots><enabled>true</enabled></snapshots>
+        <releases>
+          <enabled>false</enabled>
+        </releases>
+        <snapshots>
+          <enabled>true</enabled>
+        </snapshots>
       </repository>
     </repositories>
 
@@ -87,7 +92,7 @@
                     <execution>
                         <configuration>
                             <tasks>
-                                <chmod file="${basedir}/target/maven-installation/apache-maven-${pom.version}/bin/mvn" perm="755"/>
+                                <chmod perm='755' file='${basedir}/target/maven-installation/apache-maven-${pom.version}/bin/mvn'/>
                             </tasks>
                         </configuration>
                         <phase>process-sources</phase>
@@ -130,7 +135,7 @@
             </build>
         </profile>
         <profile>
-        <!--this profile is activated if maven.repo.local is defined and passes it to surefire-->
+              <!--this profile is activated if maven.repo.local is defined and passes it to surefire-->
             <id>local-repo-defined</id>
             <activation>
                 <property>
@@ -167,3 +172,4 @@
         </profile>
     </profiles>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,5 @@
 <?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
@@ -18,12 +19,14 @@
   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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-core</artifactId>
@@ -240,3 +243,4 @@
     </profile>
   </profiles>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-error-diagnostics/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-error-diagnostics/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-error-diagnostics/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-error-diagnostics/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-error-diagnostics</artifactId>
@@ -38,3 +42,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-model/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-model/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-model/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-model</artifactId>
@@ -97,3 +101,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-monitor/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-monitor/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-monitor/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-monitor/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,13 +21,16 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-monitor</artifactId>
   <name>Maven Monitor</name>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-plugin-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-plugin-api/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-plugin-api/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-plugin-api/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-api</artifactId>
@@ -37,3 +41,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-plugin-descriptor/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-plugin-descriptor/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-plugin-descriptor/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-plugin-descriptor/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-descriptor</artifactId>
@@ -55,3 +59,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-plugin-parameter-documenter/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-plugin-parameter-documenter/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-plugin-parameter-documenter/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-plugin-parameter-documenter/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-parameter-documenter</artifactId>
@@ -51,3 +55,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-plugin-registry/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-plugin-registry/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-plugin-registry/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-plugin-registry/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><!--
+<?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
@@ -17,11 +18,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven</groupId>
@@ -50,3 +53,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-profile/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-profile/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-profile/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-profile/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-profile</artifactId>
@@ -55,3 +59,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-project/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-project/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-project/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-project/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-project</artifactId>
@@ -75,3 +79,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-reporting/maven-reporting-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-reporting/maven-reporting-api/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-reporting/maven-reporting-api/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-reporting/maven-reporting-api/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven-reporting</artifactId>
     <groupId>org.apache.maven.reporting</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-reporting-api</artifactId>
@@ -46,3 +50,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-reporting/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-reporting/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-reporting/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-reporting/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.reporting</groupId>
@@ -35,3 +39,4 @@
     <module>maven-reporting-api</module>
   </modules>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-repository-metadata/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-repository-metadata/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-repository-metadata/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-repository-metadata/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-repository-metadata</artifactId>
@@ -48,3 +52,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-script/maven-script-ant/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-script/maven-script-ant/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-script/maven-script-ant/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-script/maven-script-ant/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven-script</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-script-ant</artifactId>
@@ -44,3 +48,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-script/maven-script-beanshell/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-script/maven-script-beanshell/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-script/maven-script-beanshell/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-script/maven-script-beanshell/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven-script</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-script-beanshell</artifactId>
@@ -40,3 +44,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-script/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-script/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-script/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-script/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven</groupId>
@@ -35,3 +39,4 @@
     <module>maven-script-beanshell</module>
   </modules>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-settings/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-settings/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-settings/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-settings/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-settings</artifactId>
@@ -59,3 +63,4 @@
     </dependency>
   </dependencies>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/maven-toolchain/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-toolchain/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-toolchain/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-toolchain/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
+
+
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +21,13 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>2.0.10-SNAPSHOT</version>
+    <version>2.0.10-RC1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-toolchain</artifactId>
@@ -38,12 +42,12 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>2.0.10-SNAPSHOT</version>
+      <version>2.0.10-RC1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
-      <version>2.0.10-SNAPSHOT</version>
+      <version>2.0.10-RC1-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>
@@ -98,3 +102,4 @@
     </plugins>
   </build>
 </project>
+

Modified: maven/components/branches/maven-2.0.10-RC/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/pom.xml?rev=675666&r1=675665&r2=675666&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/pom.xml Thu Jul 10 11:26:39 2008
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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
@@ -18,7 +19,9 @@
 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">
+
+
+<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -29,7 +32,7 @@
   </parent>
 
   <artifactId>maven</artifactId>
-  <version>2.0.10-SNAPSHOT</version>
+  <version>2.0.10-RC1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven</name>
@@ -90,7 +93,7 @@
       </otherArchives>
     </mailingList>
 
-    <!-- duplication from parent pom - temporary until they inherit properly -->
+        <!-- duplication from parent pom - temporary until they inherit properly -->
     <mailingList>
       <name>Maven Announcements List</name>
       <post>announce@maven.apache.org</post>
@@ -219,10 +222,10 @@
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
           <configuration>
-            <!-- needed for release: default value "(,${project.version})" for 2.0.10 is 2.0.10-SNAPSHOT -->
+                        <!-- needed for release: default value "(,${project.version})" for 2.0.10 is 2.0.10-SNAPSHOT -->
             <comparisonVersion>2.0.9</comparisonVersion>
             <excludes>
-              <!-- TODO: These represent method ADDITIONS from 2.0.9, and should be removed after 
+                            <!-- TODO: These represent method ADDITIONS from 2.0.9, and should be removed after 
                    2.0.10 is released. -->
               <exclude>org/apache/maven/artifact/metadata/ArtifactMetadataSource*</exclude>
               <exclude>org/apache/maven/project/MavenProjectBuilder*</exclude>
@@ -232,7 +235,7 @@
               <exclude>org/apache/maven/execution/MavenExecutionRequest*</exclude>
               <exclude>org/apache/maven/plugin/DefaultPluginManager*</exclude>
               
-              <!-- TODO: These represent method CHANGES in code generated by modello that, frankly, 
+                            <!-- TODO: These represent method CHANGES in code generated by modello that, frankly, 
                    should be private. These should be removed after 2.0.10 release as well. -->
               <exclude>org/apache/maven/model/io/xpp3/*</exclude>
               <exclude>org/apache/maven/plugin/lifecycle/io/xpp3/*</exclude>
@@ -272,11 +275,11 @@
   </modules>
 
   <properties>
-    <mavenVersion>2.0.10-SNAPSHOT</mavenVersion>
+    <mavenVersion>2.0.10-RC1-SNAPSHOT</mavenVersion>
     <wagonVersion>1.0-beta-3</wagonVersion>
   </properties>
 
-  <!--start-->
+    <!--start-->
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -287,10 +290,10 @@
   </dependencies>
 
   <dependencyManagement>
-    <!--end-->
+        <!--end-->
     <dependencies>
-      <!-- Maven -->
-      <!--start-->
+            <!-- Maven -->
+            <!--start-->
       <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-plugin-descriptor</artifactId>
@@ -381,7 +384,7 @@
         <artifactId>maven-toolchain</artifactId>
         <version>${mavenVersion}</version>
       </dependency>
-      <!--end-->
+            <!--end-->
       <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
@@ -392,7 +395,7 @@
         <artifactId>doxia-sink-api</artifactId>
         <version>1.0-beta-1-SNAPSHOT</version>
       </dependency>
-      <!-- Plexus -->
+            <!-- Plexus -->
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-interpolation</artifactId>
@@ -450,9 +453,9 @@
         <version>1.1</version>
       </dependency>
     </dependencies>
-    <!--start-->
+        <!--start-->
   </dependencyManagement>
-  <!--end-->
+    <!--end-->
 
   <distributionManagement>
     <site>
@@ -510,8 +513,8 @@
 
     <profile>
       <id>reporting-aggregate</id>
-      <!-- To generate aggregate reports -->
-      <!-- To deploy both aggregate reports for top-level project and standalone reports for modules, call
+            <!-- To generate aggregate reports -->
+            <!-- To deploy both aggregate reports for top-level project and standalone reports for modules, call
            mvn site -Preporting
            mvn site:deploy
            mvn site -Preporting-aggregate
@@ -560,3 +563,4 @@
     </profile>
   </profiles>
 </project>
+