[seam-commits] Seam SVN: r13510 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jul 26 06:32:38 EDT 2010
Author: manaRH
Date: 2010-07-26 06:32:37 -0400 (Mon, 26 Jul 2010)
New Revision: 13510
Modified:
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
upgraded hibernate deps and other EAP 5.1 upgrades for CR2 - JBPAPP-4699
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-07-26 09:59:37 UTC (rev 13509)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-07-26 10:32:37 UTC (rev 13510)
@@ -27,7 +27,7 @@
<version.drools>5.0.1</version.drools>
<version.testng>5.9</version.testng>
<version.resteasy>1.2.1.GA_CP02</version.resteasy>
- <version.spring>2.5.6.SEC01</version.spring>
+ <version.spring>2.5.6.SEC02</version.spring>
</properties>
<dependencyManagement>
@@ -276,7 +276,7 @@
<dependency>
<groupId>jgroups</groupId>
<artifactId>jgroups</artifactId>
- <version>2.6.15.GA</version>
+ <version>2.6.16.GA</version>
</dependency>
<dependency>
@@ -354,7 +354,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>3.3.2.GA_CP02</version>
+ <version>3.3.2.GA_CP03</version>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
@@ -382,7 +382,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.4.0.GA_CP02</version>
+ <version>3.4.0.GA_CP03</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
@@ -406,7 +406,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
- <version>3.4.0.GA_CP02</version>
+ <version>3.4.0.GA_CP03</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -442,7 +442,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
- <version>3.1.1.GA_CP02</version>
+ <version>3.1.1.GA_CP03</version>
</dependency>
<dependency>
@@ -1198,7 +1198,7 @@
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <version>1.8.0.8patch02-brew</version>
+ <version>1.8.0.8.patch03-brew</version>
</dependency>
<dependency>
More information about the seam-commits
mailing list