[jboss-cvs] JBossAS SVN: r99543 - in branches/JBPAPP_5_0: component-matrix and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 18 10:44:15 EST 2010


Author: stliu
Date: 2010-01-18 10:44:14 -0500 (Mon, 18 Jan 2010)
New Revision: 99543

Modified:
   branches/JBPAPP_5_0/build/build-distr.xml
   branches/JBPAPP_5_0/component-matrix/pom.xml
   branches/JBPAPP_5_0/hibernate-int/pom.xml
   branches/JBPAPP_5_0/thirdparty/pom.xml
Log:
JBPAPP-3398 update hibernate components version in AS/JBPAPP_5_0 branch

Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml	2010-01-18 15:34:57 UTC (rev 99542)
+++ branches/JBPAPP_5_0/build/build-distr.xml	2010-01-18 15:44:14 UTC (rev 99543)
@@ -1803,8 +1803,8 @@
     <copy todir="${install.all.lib}" filtering="no">
       <fileset dir="${hibernate.lib}" includes="*.jar"
                excludes="*-sources.jar, *-javadoc.jar"/>
-      <fileset dir="${org.hibernate.lib}" includes="*.jar"
-               excludes="*-sources.jar, *-javadoc.jar"/>
+     <!-- <fileset dir="${org.hibernate.lib}" includes="*.jar"
+               excludes="*-sources.jar, *-javadoc.jar"/> -->
     </copy>
 
     <copy todir="${install.server}/all/deployers" filtering="no">

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2010-01-18 15:34:57 UTC (rev 99542)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2010-01-18 15:44:14 UTC (rev 99543)
@@ -44,12 +44,12 @@
     <version.jboss.web>2.1.3.GA</version.jboss.web>
     <version.jgroups>2.6.13.GA</version.jgroups>
     <version.junit>3.8.2</version.junit>
-    <version.org.hibernate.annotations>3.4.0.GA</version.org.hibernate.annotations>
+    <version.org.hibernate.annotations>3.4.0.GA_CP01</version.org.hibernate.annotations>
     <version.org.hibernate.commons.annotations>3.1.0.GA</version.org.hibernate.commons.annotations>
     <version.org.hibernate.ejb3.persistence>1.0.2.GA</version.org.hibernate.ejb3.persistence>
-    <version.org.hibernate.entity.manager>3.4.0.GA</version.org.hibernate.entity.manager>
+    <version.org.hibernate.entity.manager>3.4.0.GA_CP01</version.org.hibernate.entity.manager>
     <version.org.hibernate.validator>3.1.0.GA</version.org.hibernate.validator>
-    <version.org.hibernate>3.3.2.GA</version.org.hibernate>
+    <version.org.hibernate>3.3.2.GA_CP01</version.org.hibernate>
     <version.org.jboss.aop>2.1.6.GA</version.org.jboss.aop>
     <version.org.jboss.aspects.currentinvocation>1.0.1</version.org.jboss.aspects.currentinvocation>
     <version.org.jboss.aspects.remoting>1.0.1.GA</version.org.jboss.aspects.remoting>

Modified: branches/JBPAPP_5_0/hibernate-int/pom.xml
===================================================================
--- branches/JBPAPP_5_0/hibernate-int/pom.xml	2010-01-18 15:34:57 UTC (rev 99542)
+++ branches/JBPAPP_5_0/hibernate-int/pom.xml	2010-01-18 15:44:14 UTC (rev 99543)
@@ -30,6 +30,26 @@
       <artifactId>hibernate-jbosscache2</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-ehcache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-oscache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-swarmcache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-c3p0</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-proxool</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.logging</groupId>
       <artifactId>jboss-logging-spi</artifactId>
     </dependency>

Modified: branches/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml	2010-01-18 15:34:57 UTC (rev 99542)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml	2010-01-18 15:44:14 UTC (rev 99543)
@@ -837,6 +837,13 @@
                 <componentId>hibernate</componentId>
               </mapping>
             </dependency>
+			<dependency>
+              <groupId>org.hibernate</groupId>
+              <artifactId>hibernate-jbosscache2</artifactId>
+              <mapping>
+                <componentId>hibernate</componentId>
+              </mapping>
+            </dependency>
             <dependency>
               <groupId>org.hibernate</groupId>
               <artifactId>hibernate-jmx</artifactId>
@@ -844,6 +851,41 @@
                 <componentId>hibernate</componentId>
               </mapping>
             </dependency>
+			<dependency>
+              <groupId>org.hibernate</groupId>
+              <artifactId>hibernate-ehcache</artifactId>
+              <mapping>
+                <componentId>hibernate</componentId>
+              </mapping>
+            </dependency>
+			<dependency>
+              <groupId>org.hibernate</groupId>
+              <artifactId>hibernate-oscache</artifactId>
+              <mapping>
+                <componentId>hibernate</componentId>
+              </mapping>
+            </dependency>
+			<dependency>
+              <groupId>org.hibernate</groupId>
+              <artifactId>hibernate-swarmcache</artifactId>
+              <mapping>
+                <componentId>hibernate</componentId>
+              </mapping>
+            </dependency>
+			<dependency>
+              <groupId>org.hibernate</groupId>
+              <artifactId>hibernate-c3p0</artifactId>
+              <mapping>
+                <componentId>hibernate</componentId>
+              </mapping>
+            </dependency>
+			<dependency>
+              <groupId>org.hibernate</groupId>
+              <artifactId>hibernate-proxool</artifactId>
+              <mapping>
+                <componentId>hibernate</componentId>
+              </mapping>
+            </dependency>
             <dependency>
               <groupId>org.hibernate</groupId>
               <artifactId>hibernate-annotations</artifactId>
@@ -1243,6 +1285,26 @@
       <artifactId>hibernate-jbosscache2</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-ehcache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-oscache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-swarmcache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-c3p0</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-proxool</artifactId>
+    </dependency>
+    <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list