[seam-commits] Seam SVN: r8635 - branches/Seam_2_0_FP/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Aug 8 07:58:04 EDT 2008
Author: manaRH
Date: 2008-08-08 07:58:04 -0400 (Fri, 08 Aug 2008)
New Revision: 8635
Modified:
branches/Seam_2_0_FP/build/root.pom.xml
Log:
JBPAPP-1020 - update of hibernate libs
Modified: branches/Seam_2_0_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml 2008-08-08 10:13:23 UTC (rev 8634)
+++ branches/Seam_2_0_FP/build/root.pom.xml 2008-08-08 11:58:04 UTC (rev 8635)
@@ -274,7 +274,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.3.0.ga</version>
+ <version>3.3.1.GA</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
@@ -286,7 +286,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
- <version>3.3.1.ga</version>
+ <version>3.3.2.GA</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
More information about the seam-commits
mailing list