You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/19 16:07:11 UTC

svn commit: r638857 - /directory/project/branches/bigbang/pom.xml

Author: felixk
Date: Wed Mar 19 08:07:00 2008
New Revision: 638857

URL: http://svn.apache.org/viewvc?rev=638857&view=rev
Log:
- Can't find any version 2.3 of project-info plugin. Latest found is 2.0.1
- Update surefire-plugin to 2.4.2

Modified:
    directory/project/branches/bigbang/pom.xml

Modified: directory/project/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/branches/bigbang/pom.xml?rev=638857&r1=638856&r2=638857&view=diff
==============================================================================
--- directory/project/branches/bigbang/pom.xml (original)
+++ directory/project/branches/bigbang/pom.xml Wed Mar 19 08:07:00 2008
@@ -96,7 +96,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.0.1</version>
         </plugin>
 
         <plugin>
@@ -143,7 +143,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.1</version>
+          <version>2.4.2</version>
           <configuration>
             <argLine>-Xmx1024m</argLine>
           </configuration>