[seam-commits] Seam SVN: r8832 - branches/Seam_2_0_FP/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Aug 27 17:04:22 EDT 2008
Author: manaRH
Date: 2008-08-27 17:04:22 -0400 (Wed, 27 Aug 2008)
New Revision: 8832
Modified:
branches/Seam_2_0_FP/build/common.build.xml
branches/Seam_2_0_FP/build/root.pom.xml
Log:
JBPAPP-1131
Modified: branches/Seam_2_0_FP/build/common.build.xml
===================================================================
--- branches/Seam_2_0_FP/build/common.build.xml 2008-08-27 20:28:45 UTC (rev 8831)
+++ branches/Seam_2_0_FP/build/common.build.xml 2008-08-27 21:04:22 UTC (rev 8832)
@@ -23,7 +23,7 @@
<property name="maven.settings.xml" location="${build.dir}/settings.xml" />
- <property name="embedded.version" value="beta3.SP1" />
+ <property name="embedded.version" value="beta3.SP2" />
<import file="${build.dir}/utilities.build.xml" />
Modified: branches/Seam_2_0_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml 2008-08-27 20:28:45 UTC (rev 8831)
+++ branches/Seam_2_0_FP/build/root.pom.xml 2008-08-27 21:04:22 UTC (rev 8832)
@@ -334,7 +334,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
- <version>3.0.0.GA</version>
+ <version>3.0.1.GA</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
@@ -664,7 +664,7 @@
<dependency>
<groupId>org.jboss.seam.embedded</groupId>
<artifactId>jboss-embedded-api</artifactId>
- <version>beta3.SP1</version>
+ <version>beta3.SP2</version>
</dependency>
<dependency>
More information about the seam-commits
mailing list