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

svn commit: r676736 - /maven/components/branches/maven-2.0.10-RC/pom.xml

Author: dennisl
Date: Mon Jul 14 14:10:45 2008
New Revision: 676736

URL: http://svn.apache.org/viewvc?rev=676736&view=rev
Log:
o Upgrade to Modello 1.0-alpha-19. This avoids binary incompatibility for code generated by Modello. See MODELLO-111. Merged from 2.0.x r676735.

Modified:
    maven/components/branches/maven-2.0.10-RC/pom.xml

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=676736&r1=676735&r2=676736&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/pom.xml Mon Jul 14 14:10:45 2008
@@ -198,7 +198,7 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.0-alpha-18</version>
+          <version>1.0-alpha-19</version>
           <executions>
             <execution>
               <id>site-docs</id>
@@ -223,10 +223,10 @@
           <artifactId>clirr-maven-plugin</artifactId>
           <version>2.2.1</version>
           <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>
@@ -235,17 +235,6 @@
               <exclude>org/apache/maven/project/inheritance/ModelInheritanceAssembler*</exclude>
               <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, 
-                   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>
-              <exclude>org/apache/maven/usability/plugin/io/xpp3/*</exclude>
-              <exclude>org/apache/maven/plugin/registry/io/xpp3/*</exclude>
-              <exclude>org/apache/maven/profiles/io/xpp3/*</exclude>
-              <exclude>org/apache/maven/artifact/repository/metadata/io/xpp3/*</exclude>
-              <exclude>org/apache/maven/settings/io/xpp3/*</exclude>
-              <exclude>org/apache/maven/toolchain/model/io/xpp3/*</exclude>
             </excludes>
           </configuration>
         </plugin>