On 25 February 2012 00:47, <ggreg...@apache.org> wrote: > Author: ggregory > Date: Sat Feb 25 00:47:00 2012 > New Revision: 1293496 > > URL: http://svn.apache.org/viewvc?rev=1293496&view=rev > Log: > Update plugins. > > Modified: > commons/proper/commons-parent/trunk/pom.xml > > Modified: commons/proper/commons-parent/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1293496&r1=1293495&r2=1293496&view=diff > ============================================================================== > --- commons/proper/commons-parent/trunk/pom.xml (original) > +++ commons/proper/commons-parent/trunk/pom.xml Sat Feb 25 00:47:00 2012 > @@ -193,12 +193,12 @@ Version 23: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-antrun-plugin</artifactId> > - <version>1.6</version> > + <version>1.7</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-assembly-plugin</artifactId> > - <version>2.2.1</version> > + <version>2.3</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -262,7 +262,7 @@ Version 23: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-release-plugin</artifactId> > - <version>2.2.1</version> > + <version>2.2.2</version> > </plugin> > <plugin> > <!-- TODO see above - find better way to add N&L files to jars and > test jars --> > @@ -318,7 +318,7 @@ Version 23: > <groupId>org.apache.felix</groupId> > <artifactId>maven-bundle-plugin</artifactId> > <!-- N.B. 2.3.5 does not work on Java 5; see profile > java-1.5-detected for the workround --> > - <version>2.3.5</version> > + <version>2.3.6</version>
Does 2.3.6 work with java 1.5? If so, maybe the work-round can be commented out or removed? > <inherited>true</inherited> > </plugin> > <plugin> > @@ -1054,10 +1054,10 @@ Version 23: > <commons.surefire.java /> > > <!-- plugin versions (allows same value in reporting and build sections) > --> > - <commons.surefire.version>2.9</commons.surefire.version> > + <commons.surefire.version>2.12</commons.surefire.version> > <commons.surefire-report.version>2.9</commons.surefire-report.version> > <commons.javadoc.version>2.8.1</commons.javadoc.version> > - <commons.rat.version>0.7</commons.rat.version> > + <commons.rat.version>0.8</commons.rat.version> > <commons.changes.version>2.6</commons.changes.version> > <commons.clirr.version>2.3</commons.clirr.version> > <commons.jxr.version>2.3</commons.jxr.version> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org