[seam-commits] Seam SVN: r13091 - in branches/enterprise/JBPAPP_5_0: src/test/ftest/examples and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jun 9 07:24:24 EDT 2010
Author: manaRH
Date: 2010-06-09 07:24:24 -0400 (Wed, 09 Jun 2010)
New Revision: 13091
Modified:
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml
Log:
correcting versions of dependencies
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-06-09 08:44:06 UTC (rev 13090)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-06-09 11:24:24 UTC (rev 13091)
@@ -50,7 +50,7 @@
<version.richfaces>3.3.1.SP2</version.richfaces>
<version.drools>5.0.1</version.drools>
<version.testng>5.9</version.testng>
- <version.resteasy>1.2.1.GA</version.resteasy>
+ <version.resteasy>1.2.1.GA_CP02</version.resteasy>
</properties>
<dependencyManagement>
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml 2010-06-09 08:44:06 UTC (rev 13090)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml 2010-06-09 11:24:24 UTC (rev 13091)
@@ -296,17 +296,17 @@
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.1"/>
<dependency groupId="org.w3c" artifactId="sac" version="1.3"/>
<dependency groupId="commons-io" artifactId="commons-io" version="1.3.1"/>
- <dependency groupId="commons-lang" artifactId="commons-lang" version="2.3"/>
+ <dependency groupId="commons-lang" artifactId="commons-lang" version="2.4"/>
<dependency groupId="apache-xerces" artifactId="xercesImpl" version="2.9.0"/>
- <dependency groupId="commons-collections" artifactId="commons-collections" version="3.1"/>
- <dependency groupId="commons-lang" artifactId="commons-lang" version="2.3"/>
- <dependency groupId="apache-xalan" artifactId="xalan" version="j_2.7.0"/>
+ <dependency groupId="commons-collections" artifactId="commons-collections" version="3.2"/>
+ <dependency groupId="commons-lang" artifactId="commons-lang" version="2.4"/>
+ <dependency groupId="apache-xalan" artifactId="xalan" version="2.7.1.patch02"/>
<dependency groupId="commons-codec" artifactId="commons-codec" version="1.3"/>
<dependency groupId="commons-logging" artifactId="commons-logging" version="1.1.1"/>
<dependency groupId="net.sourceforge.cssparser" artifactId="cssparser" version="0.9.5"/>
<dependency groupId="net.sourceforge.htmlunit" artifactId="htmlunit-core-js" version="2.4"/>
<dependency groupId="net.sourceforge.nekohtml" artifactId="nekohtml" version="1.9.9"/>
- <dependency groupId="apache-xalan" artifactId="serializer" version="j_2.7.0"/>
+ <dependency groupId="apache-xalan" artifactId="serializer" version="2.7.1.patch02"/>
<dependency groupId="xml-apis" artifactId="xml-apis" version="1.3.03"/>
</copyInlineDependencies>
<property name="copy.htmlunit.done" value="true" />
More information about the seam-commits
mailing list