[seam-commits] Seam SVN: r8622 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Aug 7 07:30:50 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-08-07 07:30:50 -0400 (Thu, 07 Aug 2008)
New Revision: 8622
Modified:
trunk/build/root.pom.xml
Log:
Downgrade HEM to fix JBSEAM-3023
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-08-07 10:34:03 UTC (rev 8621)
+++ trunk/build/root.pom.xml 2008-08-07 11:30:50 UTC (rev 8622)
@@ -310,7 +310,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.3.1.GA</version>
+ <version>3.3.0.ga</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
@@ -330,7 +330,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
- <version>3.3.2.GA</version>
+ <version>3.3.1.ga</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
More information about the seam-commits
mailing list