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 2011/07/31 23:10:23 UTC

svn commit: r1152638 - /maven/plugins/trunk/maven-repository-plugin/pom.xml

Author: olamy
Date: Sun Jul 31 21:10:22 2011
New Revision: 1152638

URL: http://svn.apache.org/viewvc?rev=1152638&view=rev
Log:
upgrade compiler and surefire plugins version

Modified:
    maven/plugins/trunk/maven-repository-plugin/pom.xml

Modified: maven/plugins/trunk/maven-repository-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/pom.xml?rev=1152638&r1=1152637&r2=1152638&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/pom.xml Sun Jul 31 21:10:22 2011
@@ -157,15 +157,18 @@ under the License.
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.0.2</version>
+          <version>2.3.2</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.9</version>
           <configuration>
             <includes>
               <include>**/*Test.java</include>