You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gn...@apache.org on 2006/05/02 10:41:21 UTC

svn commit: r398861 - /incubator/activemq/trunk/pom.xml

Author: gnodet
Date: Tue May  2 01:41:20 2006
New Revision: 398861

URL: http://svn.apache.org/viewcvs?rev=398861&view=rev
Log:
Upgrade surefire-plugin to 2.1.3 (instead of snapshot)

Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/pom.xml?rev=398861&r1=398860&r2=398861&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Tue May  2 01:41:20 2006
@@ -771,7 +771,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.1.3-SNAPSHOT</version>
+          <version>2.1.3</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -801,7 +801,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.3</version>
         <configuration>
           <forkMode>once</forkMode>
         </configuration>