You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/30 08:52:30 UTC

svn commit: r1344117 - /maven/scm/trunk/pom.xml

Author: olamy
Date: Wed May 30 06:52:30 2012
New Revision: 1344117

URL: http://svn.apache.org/viewvc?rev=1344117&view=rev
Log:
use last compiler plugin version

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=1344117&r1=1344116&r2=1344117&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Wed May 30 06:52:30 2012
@@ -310,6 +310,11 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/scm/tags</tagBase>