You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2010/05/11 13:13:53 UTC

svn commit: r943084 - /activemq/trunk/pom.xml

Author: gtully
Date: Tue May 11 11:13:53 2010
New Revision: 943084

URL: http://svn.apache.org/viewvc?rev=943084&view=rev
Log:
lock down surefire plugin version

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=943084&r1=943083&r2=943084&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue May 11 11:13:53 2010
@@ -83,6 +83,7 @@
     <xbean-version>3.6</xbean-version>
     <velocity-version>1.6.2</velocity-version>
     <maven-bundle-plugin-version>2.0.1</maven-bundle-plugin-version>
+    <maven-surefire-plugin-version>2.5</maven-surefire-plugin-version>
     <commons-net-version>2.0</commons-net-version>
     <ftpserver-version>1.0.0</ftpserver-version>
     <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
@@ -978,6 +979,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
+          <version>${maven-surefire-plugin-version}</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <forkMode>once</forkMode>
@@ -1107,6 +1109,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>${maven-surefire-plugin-version}</version>
       </plugin>
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
@@ -1179,6 +1182,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
+            <version>${maven-surefire-plugin-version}</version>
             <configuration>
               <test>false</test>
             </configuration>