Author: jvanzyl
Date: Thu Jan 29 06:45:12 2009
New Revision: 738769

URL: http://svn.apache.org/viewvc?rev=738769&view=rev
Log:
o i'm not going to worry about API consistency between 2.x and 3.x, what we 
care about is outward facing behavior to users, by the time 3.x comes out very 
few of the core APIs will remain compatible.

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=738769&r1=738768&r2=738769&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Jan 29 06:45:12 2009
@@ -207,27 +207,6 @@
           <version>1.0.0</version>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <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 -->
-            <comparisonVersion>2.0.9</comparisonVersion>
-            <excludes>
-              <!-- TODO: These represent method ADDITIONS from 2.0.9, and 
should be removed after
-                   2.0.10 is released. -->
-              <exclude>org/apache/maven/lifecycle/LifecycleExecutor*</exclude>
-              
<exclude>org/apache/maven/artifact/metadata/ArtifactMetadataSource*</exclude>
-              <exclude>org/apache/maven/project/MavenProjectBuilder*</exclude>
-              
<exclude>org/apache/maven/project/ProjectBuilderConfiguration*</exclude>
-              
<exclude>org/apache/maven/project/interpolation/ModelInterpolator*</exclude>
-              
<exclude>org/apache/maven/project/inheritance/ModelInheritanceAssembler*</exclude>
-              
<exclude>org/apache/maven/execution/MavenExecutionRequest*</exclude>
-              <exclude>org/apache/maven/plugin/DefaultPluginManager*</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.4.2</version>


Reply via email to