You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/06/16 03:14:13 UTC

svn commit: r785043 - /camel/trunk/pom.xml

Author: ningjiang
Date: Tue Jun 16 01:14:13 2009
New Revision: 785043

URL: http://svn.apache.org/viewvc?rev=785043&view=rev
Log:
Upgrade the JUnit version to 4.6 in the parent pom

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=785043&r1=785042&r2=785043&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Tue Jun 16 01:14:13 2009
@@ -76,7 +76,7 @@
     <hsqldb-version>1.8.0.7</hsqldb-version>
     <groovy-version>1.6.3</groovy-version>
     <guiceyfruit-version>2.0</guiceyfruit-version>
-    <junit-version>3.8.2</junit-version>
+    <junit-version>4.6</junit-version>
     <saxon-version>9.1.0.1</saxon-version>
     <scala-version>2.7.3</scala-version>
     <scala-plugin-version>2.9.1</scala-plugin-version>
@@ -1150,6 +1150,9 @@
           <childDelegation>false</childDelegation>
           <useFile>true</useFile>
           <failIfNoTests>false</failIfNoTests>
+          <includes>
+             <include>**/*Test.*</include>             
+          </includes>
         </configuration>
       </plugin>
     </plugins>