You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/01/22 08:41:23 UTC

svn commit: r614133 - in /servicemix/smx4: features/trunk/pom.xml kernel/trunk/pom.xml nmr/trunk/pom.xml

Author: gnodet
Date: Mon Jan 21 23:41:22 2008
New Revision: 614133

URL: http://svn.apache.org/viewvc?rev=614133&view=rev
Log:
Use 2.3.1 surefire plugin

Modified:
    servicemix/smx4/features/trunk/pom.xml
    servicemix/smx4/kernel/trunk/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=614133&r1=614132&r2=614133&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Mon Jan 21 23:41:22 2008
@@ -251,6 +251,11 @@
                       <downloadJavadocs>true</downloadJavadocs>
                   </configuration>
               </plugin>
+              <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <version>2.3.1</version>
+              </plugin>
           </plugins>
       </pluginManagement>
       <plugins>

Modified: servicemix/smx4/kernel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/pom.xml?rev=614133&r1=614132&r2=614133&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/pom.xml Mon Jan 21 23:41:22 2008
@@ -216,6 +216,11 @@
                       <downloadJavadocs>true</downloadJavadocs>
                   </configuration>
               </plugin>
+              <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <version>2.3.1</version>
+              </plugin>
           </plugins>
       </pluginManagement>
       <plugins>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=614133&r1=614132&r2=614133&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Mon Jan 21 23:41:22 2008
@@ -253,6 +253,11 @@
                       <downloadJavadocs>true</downloadJavadocs>
                   </configuration>
               </plugin>
+              <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <version>2.3.1</version>
+              </plugin>
           </plugins>
       </pluginManagement>
   </build>