[seam-commits] Seam SVN: r13940 - branches/community/Seam_2_2/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sat Dec 11 12:50:21 EST 2010
Author: manaRH
Date: 2010-12-11 12:50:21 -0500 (Sat, 11 Dec 2010)
New Revision: 13940
Modified:
branches/community/Seam_2_2/examples/build.xml
Log:
HSearch 3.3.0.CR2 upgrade for all jboss as 6 modified examples - blog, dvdstore, spring
Modified: branches/community/Seam_2_2/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/build.xml 2010-12-11 17:19:44 UTC (rev 13939)
+++ branches/community/Seam_2_2/examples/build.xml 2010-12-11 17:50:21 UTC (rev 13940)
@@ -653,7 +653,7 @@
<target name="gethsearch3.3" if="jboss6">
<copyInlineDependencies id="org.hibernate.search" scope="runtime" todir="${example.lib.dir}">
- <dependency groupId="org.hibernate" artifactId="hibernate-search" version="3.3.0.CR1">
+ <dependency groupId="org.hibernate" artifactId="hibernate-search" version="3.3.0.CR2">
<exclusion groupId="org.hibernate" artifactId="hibernate-core"/>
</dependency>
</copyInlineDependencies>
More information about the seam-commits
mailing list