question: is maven-compiler-plugin 3.1 ready for inclusion in Apache parent pom? We're actually at 2.5.1
Regards, Hervé Le samedi 18 mai 2013 06:43:46 [email protected] a écrit : > Author: hboutemy > Date: Sat May 18 06:43:46 2013 > New Revision: 1484064 > > URL: http://svn.apache.org/r1484064 > Log: > updated misc plugins to their latest version > > Modified: > maven/pom/trunk/asf/pom.xml > > Modified: maven/pom/trunk/asf/pom.xml > URL: > http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1484064&r1=148 > 4063&r2=1484064&view=diff > =========================================================================== > === --- maven/pom/trunk/asf/pom.xml (original) > +++ maven/pom/trunk/asf/pom.xml Sat May 18 06:43:46 2013 > @@ -107,12 +107,12 @@ under the License. > <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.4</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -146,7 +146,7 @@ under the License. > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-enforcer-plugin</artifactId> > - <version>1.0.1</version> > + <version>1.2</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -161,7 +161,7 @@ under the License. > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-install-plugin</artifactId> > - <version>2.3.1</version> > + <version>2.4</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -195,7 +195,7 @@ under the License. > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-release-plugin</artifactId> > - <version>2.3.2</version> > + <version>2.4.1</version> > <configuration> > <useReleaseProfile>false</useReleaseProfile> > <goals>deploy</goals> > @@ -216,7 +216,7 @@ under the License. > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-scm-plugin</artifactId> > - <version>1.8</version> > + <version>1.8.1</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -241,12 +241,12 @@ under the License. > <plugin> > <groupId>org.apache.rat</groupId> > <artifactId>apache-rat-plugin</artifactId> > - <version>0.8</version> > + <version>0.9</version> > </plugin> > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>clirr-maven-plugin</artifactId> > - <version>2.4</version> > + <version>2.5</version> > </plugin> > </plugins> > </pluginManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
