[jboss-cvs] JBossAS SVN: r106298 - branches/JBPAPP_5_1/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 28 17:54:33 EDT 2010


Author: fnasser at redhat.com
Date: 2010-06-28 17:54:33 -0400 (Mon, 28 Jun 2010)
New Revision: 106298

Modified:
   branches/JBPAPP_5_1/testsuite/imports/sections/seam.xml
Log:
Upgrade ersion of Seam used in tests

Modified: branches/JBPAPP_5_1/testsuite/imports/sections/seam.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/sections/seam.xml	2010-06-28 18:25:35 UTC (rev 106297)
+++ branches/JBPAPP_5_1/testsuite/imports/sections/seam.xml	2010-06-28 21:54:33 UTC (rev 106298)
@@ -1,6 +1,6 @@
 <project name="tests-seam-jars" xmlns:artifact="urn:maven-artifact-ant">
 
-   <property name="seam_version" value="2.1.0.GA"/>
+   <property name="seam_version" value="2.2.2.EAP5"/>
 
    <target name="_jars-seam">
    	
@@ -15,6 +15,7 @@
       	  <dependency groupId="org.jboss.seam.examples" artifactId="jboss-seam-dvd" version="${seam_version}" type="xml" classifier="ds"/>
       	  <dependency groupId="org.jboss.seam.examples" artifactId="jboss-seam-numberguess" version="${seam_version}" type="ear"/>
       	  <dependency groupId="org.jboss.seam.examples" artifactId="jboss-seam-jpa" version="${seam_version}" type="war"/>
+      	  <remoterepository id="repository.jboss.org" url="http://repository.jboss.org/maven2-brew"/>
       	  <remoterepository id="repository.jboss.org" url="http://repository.jboss.org/maven2"/>
       	  <remoterepository id="snapshots.jboss.org" url="http://snapshots.jboss.org/maven2"/>
       </artifact:dependencies>



More information about the jboss-cvs-commits mailing list