[jboss-cvs] JBossAS SVN: r108978 - trunk/testsuite/imports/sections.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 28 21:03:23 EDT 2010
Author: smcgowan at redhat.com
Date: 2010-10-28 21:03:23 -0400 (Thu, 28 Oct 2010)
New Revision: 108978
Modified:
trunk/testsuite/imports/sections/seam.xml
Log:
JBAS-8574 - correct the repository url for the 2.2.1.CR2 examples
Modified: trunk/testsuite/imports/sections/seam.xml
===================================================================
--- trunk/testsuite/imports/sections/seam.xml 2010-10-28 20:33:09 UTC (rev 108977)
+++ trunk/testsuite/imports/sections/seam.xml 2010-10-29 01:03:23 UTC (rev 108978)
@@ -14,9 +14,10 @@
<dependency groupId="org.jboss.seam.examples" artifactId="jboss-seam-dvdstore" version="${seam2_version}" type="xml" classifier="ds"/>
<dependency groupId="org.jboss.seam.examples" artifactId="jboss-seam-numberguess" version="${seam2_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"/>
- <remoterepository id="snapshots.jboss.org" url="http://snapshots.jboss.org/maven2"/>
+ <remoterepository id="repository.jboss.org" url="http://repository.jboss.org/nexus/content/groups/public-jboss"/>
+ <remoterepository id="snapshots.jboss.org" url="http://repository.jboss.org/nexus/content/repositories/snapshots"/>
</maven:dependencies>
+
<copy todir="${build.lib}">
<fileset refid="examples.fileset" />
More information about the jboss-cvs-commits
mailing list