[jboss-cvs] JBossAS SVN: r80045 - trunk/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 24 07:36:37 EDT 2008


Author: alesj
Date: 2008-10-24 07:36:36 -0400 (Fri, 24 Oct 2008)
New Revision: 80045

Modified:
   trunk/testsuite/imports/sections/seam.xml
Log:
Change Seam to 2.1.0.GA, leaving jpa example still at 2.1.1-SNAPSHOT - until Pete uploads to mvn.

Modified: trunk/testsuite/imports/sections/seam.xml
===================================================================
--- trunk/testsuite/imports/sections/seam.xml	2008-10-24 11:17:40 UTC (rev 80044)
+++ trunk/testsuite/imports/sections/seam.xml	2008-10-24 11:36:36 UTC (rev 80045)
@@ -1,6 +1,6 @@
 <project name="tests-seam-jars" xmlns:artifact="urn:maven-artifact-ant">
 
-   <property name="seam_version" value="2.1.1-SNAPSHOT"/>
+   <property name="seam_version" value="2.1.0.GA"/>
 
    <target name="_jars-seam">
    	
@@ -14,7 +14,7 @@
       	  <dependency groupId="org.jboss.seam.examples" artifactId="jboss-seam-dvd" version="${seam_version}" type="ear"/>
       	  <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"/>
+      	  <dependency groupId="org.jboss.seam.examples" artifactId="jboss-seam-jpa" version="2.1.1-SNAPSHOT" type="war"/>
       	  <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