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/05/15 00:32:16 UTC

svn commit: r944507 - in /tapestry/tapestry5/trunk: ./ quickstart/ quickstart/src/main/resources/archetype-resources/ tapestry-annotations/ tapestry-component-report/ tapestry-ioc/ tapestry-test/ tapestry-tutorial1/

Author: hlship
Date: Fri May 14 22:32:16 2010
New Revision: 944507

URL: http://svn.apache.org/viewvc?rev=944507&view=rev
Log:
TAP5-1087: Upgrade TestNG dependencies to version 5.12.1

Modified:
    tapestry/tapestry5/trunk/pom.xml
    tapestry/tapestry5/trunk/quickstart/pom.xml
    tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
    tapestry/tapestry5/trunk/tapestry-annotations/pom.xml
    tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
    tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
    tapestry/tapestry5/trunk/tapestry-test/pom.xml
    tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=944507&r1=944506&r2=944507&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Fri May 14 22:32:16 2010
@@ -432,7 +432,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.11</testng-version>
+        <testng-version>5.12.1</testng-version>
     </properties>
 
 </project>

Modified: tapestry/tapestry5/trunk/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/pom.xml?rev=944507&r1=944506&r2=944507&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/pom.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/pom.xml Fri May 14 22:32:16 2010
@@ -13,7 +13,6 @@
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
             <version>${testng-version}</version>
-            <classifier>jdk15</classifier>
         </dependency>
     </dependencies>
     <parent>

Modified: tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml?rev=944507&r1=944506&r2=944507&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml Fri May 14 22:32:16 2010
@@ -19,7 +19,6 @@ of testing facilities designed for use w
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
             <version>5.8</version>
-            <classifier>jdk15</classifier>
             <scope>test</scope>
         </dependency>
 

Modified: tapestry/tapestry5/trunk/tapestry-annotations/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-annotations/pom.xml?rev=944507&r1=944506&r2=944507&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-annotations/pom.xml Fri May 14 22:32:16 2010
@@ -21,7 +21,6 @@
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
             <version>${testng-version}</version>
-            <classifier>jdk15</classifier>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-component-report/pom.xml?rev=944507&r1=944506&r2=944507&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-component-report/pom.xml Fri May 14 22:32:16 2010
@@ -86,7 +86,6 @@
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
             <version>${testng-version}</version>
-            <classifier>jdk15</classifier>
             <scope>test</scope>
         </dependency>
 

Modified: tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/pom.xml?rev=944507&r1=944506&r2=944507&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Fri May 14 22:32:16 2010
@@ -64,7 +64,6 @@
             <!-- Looks like if you override scope, you have to provide version (and classifier) as well.
    Or perhaps this has something to do with classifier. -->
             <version>${testng-version}</version>
-            <classifier>jdk15</classifier>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Modified: tapestry/tapestry5/trunk/tapestry-test/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/pom.xml?rev=944507&r1=944506&r2=944507&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-test/pom.xml Fri May 14 22:32:16 2010
@@ -25,7 +25,6 @@
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <version>${testng-version}</version>
-      <classifier>jdk15</classifier>
       <scope>compile</scope>
     </dependency>
     <dependency>

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml?rev=944507&r1=944506&r2=944507&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml Fri May 14 22:32:16 2010
@@ -41,8 +41,7 @@ of testing facilities designed for use w
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-            <version>5.7</version>
-            <classifier>jdk15</classifier>
+            <version>5.12.1</version>
             <scope>test</scope>
         </dependency>