Yes I do, but there is currently no previous version to compare with, besides the 2.0.x branch. For 2.1 I would also expect to see binary incompatible change to the model. But I will put it in there and comment it out for now.

Vincent Siveton wrote:
Hi Dennis,

Do you plan to merge your change in the trunk?

Cheers,

Vincent

2008/7/7, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Author: dennisl
 Date: Mon Jul  7 16:40:58 2008
 New Revision: 674674

 URL: http://svn.apache.org/viewvc?rev=674674&view=rev
 Log:
 o Use Clirr to make sure that we maintain binary compatibility.

 Modified:
    maven/components/branches/maven-2.0.x/maven-model/pom.xml

 Modified: maven/components/branches/maven-2.0.x/maven-model/pom.xml
 URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-model/pom.xml?rev=674674&r1=674673&r2=674674&view=diff
 ==============================================================================
 --- maven/components/branches/maven-2.0.x/maven-model/pom.xml (original)
 +++ maven/components/branches/maven-2.0.x/maven-model/pom.xml Mon Jul  7 
16:40:58 2008
 @@ -40,6 +40,17 @@
         </configuration>
       </plugin>
       <plugin>
 +        <groupId>org.codehaus.mojo</groupId>
 +        <artifactId>clirr-maven-plugin</artifactId>
 +        <executions>
 +          <execution>
 +            <goals>
 +              <goal>check</goal>
 +            </goals>
 +          </execution>
 +        </executions>
 +      </plugin>
 +      <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.4</version>
         <configuration>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to