[hibernate-commits] Hibernate SVN: r17022 - in core/trunk: cache-jbosscache and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jul 7 13:03:23 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-07-07 13:03:23 -0400 (Tue, 07 Jul 2009)
New Revision: 17022

Modified:
   core/trunk/cache-jbosscache/pom.xml
   core/trunk/pom.xml
Log:
HHH-3585 - Upgrade to JBoss Cache 3


Modified: core/trunk/cache-jbosscache/pom.xml
===================================================================
--- core/trunk/cache-jbosscache/pom.xml	2009-07-07 16:46:18 UTC (rev 17021)
+++ core/trunk/cache-jbosscache/pom.xml	2009-07-07 17:03:23 UTC (rev 17022)
@@ -1,3 +1,24 @@
+<!--
+  ~ Copyright (c) 2009, Red Hat Middleware LLC or third-party contributors as
+  ~ indicated by the @author tags or express copyright attribution
+  ~ statements applied by the authors.  All third-party contributions are
+  ~ distributed under license by Red Hat Middleware LLC.
+  ~
+  ~ This copyrighted material is made available to anyone wishing to use, modify,
+  ~ copy, or redistribute it subject to the terms and conditions of the GNU
+  ~ Lesser General Public License, as published by the Free Software Foundation.
+  ~
+  ~ This program is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+  ~ for more details.
+  ~
+  ~ You should have received a copy of the GNU Lesser General Public License
+  ~ along with this distribution; if not, write to:
+  ~ Free Software Foundation, Inc.
+  ~ 51 Franklin Street, Fifth Floor
+  ~ Boston, MA  02110-1301  USA
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
@@ -10,11 +31,11 @@
     </parent>
     
     <groupId>org.hibernate</groupId>
-    <artifactId>hibernate-jbosscache2</artifactId>
+    <artifactId>hibernate-jbosscache</artifactId>
     <packaging>jar</packaging>
 
-    <name>Hibernate JBossCache3.x Integration</name>
-    <description>Integration of Hibernate with JBossCache 3 (based on JBossCache2.x+ APIs)</description>
+    <name>Hibernate JBossCache Integration</name>
+    <description>Integration of Hibernate with JBossCache 3.x (though 2.x sould work as well)</description>
 
     <dependencies>
         <dependency>

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2009-07-07 16:46:18 UTC (rev 17021)
+++ core/trunk/pom.xml	2009-07-07 17:03:23 UTC (rev 17022)
@@ -49,7 +49,6 @@
         <module>core</module>
         <module>cache-ehcache</module>
         <module>cache-jbosscache</module>
-        <module>cache-jbosscache2</module>
         <module>cache-oscache</module>
         <module>cache-swarmcache</module>
         <module>connection-c3p0</module>




More information about the hibernate-commits mailing list