You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by df...@apache.org on 2007/12/20 03:36:16 UTC

svn commit: r605791 - /maven/surefire/trunk/pom.xml

Author: dfabulich
Date: Wed Dec 19 18:36:11 2007
New Revision: 605791

URL: http://svn.apache.org/viewvc?rev=605791&view=rev
Log:
Upgrading to Surefire 2.3.1, pinning to source plugin 2.0.4

Modified:
    maven/surefire/trunk/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=605791&r1=605790&r2=605791&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Wed Dec 19 18:36:11 2007
@@ -122,12 +122,16 @@
           <target>1.3</target>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0.4</version>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.3.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>