[jboss-cvs] JBossAS SVN: r87775 - projects/vfs/branches/Branch_2_1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 24 06:05:24 EDT 2009


Author: alesj
Date: 2009-04-24 06:05:24 -0400 (Fri, 24 Apr 2009)
New Revision: 87775

Modified:
   projects/vfs/branches/Branch_2_1/pom.xml
Log:
Update plugins.

Modified: projects/vfs/branches/Branch_2_1/pom.xml
===================================================================
--- projects/vfs/branches/Branch_2_1/pom.xml	2009-04-24 10:03:36 UTC (rev 87774)
+++ projects/vfs/branches/Branch_2_1/pom.xml	2009-04-24 10:05:24 UTC (rev 87775)
@@ -75,7 +75,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.4.3</version>
         <configuration>
           <forkMode>always</forkMode> <!-- required to correctly run the PojoServer tests -->
           <useSystemClassLoader>true</useSystemClassLoader>
@@ -86,7 +86,7 @@
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
-         <version>2.0-beta-7</version>
+         <version>2.0-beta-9</version>
          <configuration>
            <tagBase>https://svn.jboss.org/repos/jbossas/projects/vfs/tags</tagBase>
          </configuration>




More information about the jboss-cvs-commits mailing list