You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2010/09/21 14:43:39 UTC

svn commit: r999376 - /maven/sandbox/trunk/maven/maven-plugin-enforcer/pom.xml

Author: stephenc
Date: Tue Sep 21 12:43:39 2010
New Revision: 999376

URL: http://svn.apache.org/viewvc?rev=999376&view=rev
Log:
sync with latest m3 drop

Modified:
    maven/sandbox/trunk/maven/maven-plugin-enforcer/pom.xml

Modified: maven/sandbox/trunk/maven/maven-plugin-enforcer/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/maven/maven-plugin-enforcer/pom.xml?rev=999376&r1=999375&r2=999376&view=diff
==============================================================================
--- maven/sandbox/trunk/maven/maven-plugin-enforcer/pom.xml (original)
+++ maven/sandbox/trunk/maven/maven-plugin-enforcer/pom.xml Tue Sep 21 12:43:39 2010
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>3.0-beta-1</version>
+      <version>3.0-beta-3</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -67,7 +67,7 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.5.0</version>
+        <version>1.5.4</version>
         <executions>
           <execution>
             <goals>
@@ -78,14 +78,25 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
+      <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
+        <version>2.3</version>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.4.2</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.6</version>
+      </plugin>
     </plugins>
   </build>