You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2010/03/03 02:42:31 UTC

svn commit: r918300 - /tapestry/tapestry5/trunk/pom.xml

Author: hlship
Date: Wed Mar  3 01:42:31 2010
New Revision: 918300

URL: http://svn.apache.org/viewvc?rev=918300&view=rev
Log:
Upgrade to latest TestNG: 5.11

Modified:
    tapestry/tapestry5/trunk/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=918300&r1=918299&r2=918300&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Wed Mar  3 01:42:31 2010
@@ -485,7 +485,7 @@
         <!-- Version 2.1 lists everything as 100% covered, weird. -->
         <cobertura-plugin-version>2.2</cobertura-plugin-version>
         <update-release-info>false</update-release-info>
-        <testng-version>5.10</testng-version>
+        <testng-version>5.11</testng-version>
     </properties>
 
 </project>