You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2009/11/22 20:08:32 UTC

svn commit: r883123 - in /tapestry/tapestry5/branches/5.0: tapestry-annotations/pom.xml tapestry-component-report/pom.xml tapestry-ioc/pom.xml tapestry-tutorial1/pom.xml

Author: andyhot
Date: Sun Nov 22 19:08:32 2009
New Revision: 883123

URL: http://svn.apache.org/viewvc?rev=883123&view=rev
Log:
Use defined testng version

Modified:
    tapestry/tapestry5/branches/5.0/tapestry-annotations/pom.xml
    tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml
    tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml
    tapestry/tapestry5/branches/5.0/tapestry-tutorial1/pom.xml

Modified: tapestry/tapestry5/branches/5.0/tapestry-annotations/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-annotations/pom.xml?rev=883123&r1=883122&r2=883123&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-annotations/pom.xml Sun Nov 22 19:08:32 2009
@@ -21,7 +21,7 @@
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-            <version>5.7</version>
+            <version>${testng-version}</version>
             <classifier>jdk15</classifier>
             <scope>test</scope>
         </dependency>

Modified: tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml?rev=883123&r1=883122&r2=883123&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml Sun Nov 22 19:08:32 2009
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-            <version>5.7</version>
+            <version>${testng-version}</version>
             <classifier>jdk15</classifier>
             <scope>test</scope>
         </dependency>

Modified: tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml?rev=883123&r1=883122&r2=883123&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml Sun Nov 22 19:08:32 2009
@@ -64,7 +64,7 @@
             <artifactId>testng</artifactId>
             <!-- 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>5.1</version>
+            <version>${testng-version}</version>
             <classifier>jdk15</classifier>
             <scope>provided</scope>
         </dependency>

Modified: tapestry/tapestry5/branches/5.0/tapestry-tutorial1/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-tutorial1/pom.xml?rev=883123&r1=883122&r2=883123&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-tutorial1/pom.xml Sun Nov 22 19:08:32 2009
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-            <version>5.7</version>
+            <version>${testng-version}</version>
             <classifier>jdk15</classifier>
             <scope>test</scope>
         </dependency>