[seam-commits] Seam SVN: r12329 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Mar 30 11:02:22 EDT 2010


Author: mgencur at redhat.com
Date: 2010-03-30 11:02:22 -0400 (Tue, 30 Mar 2010)
New Revision: 12329

Modified:
   branches/community/Seam_2_2/build/core.pom.xml
   branches/community/Seam_2_2/build/excel.pom.xml
   branches/community/Seam_2_2/build/mail.pom.xml
   branches/community/Seam_2_2/build/resteasy.pom.xml
   branches/community/Seam_2_2/build/ui.pom.xml
Log:
other files changed with new version of testng (5.10)

Modified: branches/community/Seam_2_2/build/core.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/core.pom.xml	2010-03-30 14:47:41 UTC (rev 12328)
+++ branches/community/Seam_2_2/build/core.pom.xml	2010-03-30 15:02:22 UTC (rev 12329)
@@ -291,6 +291,7 @@
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <version>${version.testng}</version>
+      <classifier>jdk15</classifier>
       <optional>true</optional>
       <exclusions>
         <exclusion>

Modified: branches/community/Seam_2_2/build/excel.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/excel.pom.xml	2010-03-30 14:47:41 UTC (rev 12328)
+++ branches/community/Seam_2_2/build/excel.pom.xml	2010-03-30 15:02:22 UTC (rev 12329)
@@ -63,6 +63,7 @@
 	      <groupId>org.testng</groupId>
 	      <artifactId>testng</artifactId>
 	      <version>${version.testng}</version>
+	      <classifier>jdk15</classifier>
 	      <optional>true</optional>
 	      <exclusions>
 	        <exclusion>

Modified: branches/community/Seam_2_2/build/mail.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/mail.pom.xml	2010-03-30 14:47:41 UTC (rev 12328)
+++ branches/community/Seam_2_2/build/mail.pom.xml	2010-03-30 15:02:22 UTC (rev 12329)
@@ -69,6 +69,7 @@
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <version>${version.testng}</version>
+      <classifier>jdk15</classifier>
       <optional>true</optional>
       <exclusions>
         <exclusion>

Modified: branches/community/Seam_2_2/build/resteasy.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/resteasy.pom.xml	2010-03-30 14:47:41 UTC (rev 12328)
+++ branches/community/Seam_2_2/build/resteasy.pom.xml	2010-03-30 15:02:22 UTC (rev 12329)
@@ -70,6 +70,7 @@
          <groupId>org.testng</groupId>
          <artifactId>testng</artifactId>
          <version>${version.testng}</version>
+         <classifier>jdk15</classifier>
           <scope>test</scope>
          <exclusions>
            <exclusion>

Modified: branches/community/Seam_2_2/build/ui.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/ui.pom.xml	2010-03-30 14:47:41 UTC (rev 12328)
+++ branches/community/Seam_2_2/build/ui.pom.xml	2010-03-30 15:02:22 UTC (rev 12329)
@@ -192,6 +192,7 @@
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <version>${version.testng}</version>
+      <classifier>jdk15</classifier>
       <scope>test</scope>
       <exclusions>
         <exclusion>



More information about the seam-commits mailing list