You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by ms...@apache.org on 2007/07/17 06:13:59 UTC

svn commit: r556808 - /tapestry/tapestry-test/trunk/pom.xml

Author: mschulte
Date: Mon Jul 16 21:13:58 2007
New Revision: 556808

URL: http://svn.apache.org/viewvc?view=rev&rev=556808
Log:
dependency change to make mvn-surefire work with testng. move tapestry versions up to 4.1.3

Modified:
    tapestry/tapestry-test/trunk/pom.xml

Modified: tapestry/tapestry-test/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-test/trunk/pom.xml?view=diff&rev=556808&r1=556807&r2=556808
==============================================================================
--- tapestry/tapestry-test/trunk/pom.xml (original)
+++ tapestry/tapestry-test/trunk/pom.xml Mon Jul 16 21:13:58 2007
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-framework</artifactId>
-            <version>4.1.1</version>
+            <version>4.1.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-            <version>5.5</version>
+            <version>5.1</version>
             <classifier>jdk15</classifier>
             <scope>provided</scope>
             <exclusions>
@@ -149,6 +149,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.3</version>
                 <configuration>
                     <suiteXmlFiles>
                         <suiteXmlFile>src/test/conf/testng.xml</suiteXmlFile>