[jboss-cvs] JBossAS SVN: r77004 - trunk/component-matrix.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Aug 13 05:20:53 EDT 2008
Author: dimitris at jboss.org
Date: 2008-08-13 05:20:53 -0400 (Wed, 13 Aug 2008)
New Revision: 77004
Modified:
trunk/component-matrix/pom.xml
Log:
JBAS-5853, use the latest CR2 level for:
Hibernate Commons-Annotations 3.1.0.CR2
Hibernate Annotations 3.4.0.CR2
Hibernate EntityManager 3.4.0.CR2
Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2008-08-13 08:41:38 UTC (rev 77003)
+++ trunk/component-matrix/pom.xml 2008-08-13 09:20:53 UTC (rev 77004)
@@ -981,7 +981,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
- <version>3.4.0.CR1</version>
+ <version>3.4.0.CR2</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
@@ -999,7 +999,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.4.0.CR1</version>
+ <version>3.4.0.CR2</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
@@ -1011,7 +1011,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
- <version>3.1.0.CR1</version>
+ <version>3.1.0.CR2</version>
</dependency>
<dependency>
More information about the jboss-cvs-commits
mailing list