Author: manaRH
Date: 2008-11-11 09:22:32 -0500 (Tue, 11 Nov 2008)
New Revision: 9553
Modified:
branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
Log:
JBPAPP-1367
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml 2008-11-11 12:26:23 UTC (rev
9552)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml 2008-11-11 14:22:32 UTC (rev
9553)
@@ -22,7 +22,7 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
+ <groupId>hibernate-annotations</groupId>
<artifactId>hibernate-annotations</artifactId>
<optional>true</optional>
</dependency>
@@ -46,7 +46,7 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
+ <groupId>hibernate-entitymanager</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<optional>true</optional>
</dependency>
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2008-11-11 12:26:23 UTC (rev
9552)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2008-11-11 14:22:32 UTC (rev
9553)
@@ -212,7 +212,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_08-brew</version>
+ <version>1.2_09-brew</version>
</dependency>
<dependency>
@@ -224,7 +224,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_08-brew</version>
+ <version>1.2_09-brew</version>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
@@ -250,19 +250,19 @@
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-cache</artifactId>
- <version>1.4.1.SP9-brew</version>
+ <version>1.4.1.SP10-brew</version>
</dependency>
<dependency>
<groupId>jgroups</groupId>
<artifactId>jgroups</artifactId>
- <version>2.4.2.GA_CP01-brew</version>
+ <version>2.4.4.GA-brew</version>
</dependency>
<dependency>
<groupId>hibernate</groupId>
<artifactId>hibernate3</artifactId>
- <version>3.2.4.SP1_CP04-brew</version>
+ <version>3.2.4.SP1_CP06-brew</version>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
@@ -291,37 +291,37 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
+ <groupId>hibernate-annotations</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.3.1.GA</version>
+ <version>3.3.1.GA-brew</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
+ <groupId>hibernate-entitymanager</groupId>
<artifactId>hibernate-entitymanager</artifactId>
- <version>3.3.2.GA</version>
+ <version>3.3.2.GA-brew</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
- <groupId>org.hibernate</groupId>
+ <groupId>hibernate-entitymanager</groupId>
<artifactId>ejb3-persistence</artifactId>
</exclusion>
<exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate3</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -332,8 +332,8 @@
<version>3.0.0.GA</version>
<exclusions>
<exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate3</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -345,7 +345,7 @@
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
+ <artifactId>hibernate</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -393,7 +393,7 @@
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-system</artifactId>
- <version>4.3.0.GA_CP02</version>
+ <version>4.3.0.GA_CP03</version>
</dependency>
<dependency>
@@ -447,7 +447,7 @@
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-jmx</artifactId>
- <version>4.3.0.GA_CP02</version>
+ <version>4.3.0.GA_CP03</version>
</dependency>
<!-- Should be 3.3.GA to be in sync with AS, but this doesn't seem to exist
-->
Show replies by date