On 22 September 2011 02:18, <ggreg...@apache.org> wrote: > Author: ggregory > Date: Thu Sep 22 01:18:41 2011 > New Revision: 1173923 > > URL: http://svn.apache.org/viewvc?rev=1173923&view=rev > Log: > Update to commons-parent 22. Add self as developer. Prep for 2.1. Pick up > plugin versions from commons-parent. > > Modified: > commons/proper/io/trunk/pom.xml > > Modified: commons/proper/io/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1173923&r1=1173922&r2=1173923&view=diff > ============================================================================== > --- commons/proper/io/trunk/pom.xml (original) > +++ commons/proper/io/trunk/pom.xml Thu Sep 22 01:18:41 2011 > @@ -19,7 +19,7 @@ > <parent> > <groupId>org.apache.commons</groupId> > <artifactId>commons-parent</artifactId> > - <version>21</version> > + <version>22</version> > </parent> > <modelVersion>4.0.0</modelVersion> > <groupId>commons-io</groupId> > @@ -147,6 +147,15 @@ > <role>Java Developer</role> > </roles> > </developer> > + <developer> > + <name>Gary D. Gregory</name> > + <id>ggregory</id> > + <email>ggreg...@apache.org</email> > + <url>http://www.garygregory.com</url> > + <organization>Seagull Software</organization> > + <organizationUrl>http://www.seagullsoftware.com</organizationUrl> > + <timezone>-5</timezone> > + </developer> > </developers> > > <contributors> > @@ -273,9 +282,8 @@ > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>clirr-maven-plugin</artifactId> > - <version>2.3</version> > <configuration> > - <comparisonVersion>2.0</comparisonVersion> > + <comparisonVersion>2.0.1</comparisonVersion>
I think Clirr picks up the previous version automatically - try it and see ... > <minSeverity>info</minSeverity> > </configuration> > </plugin> In which case the plugin can be dropped entirely from IO. > @@ -292,7 +300,6 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-changes-plugin</artifactId> > - <version>2.6</version> > <configuration> > <xmlPath>${basedir}/src/changes/changes.xml</xmlPath> > <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org