HHH-3585 - Upgrade to JBoss Cache 3

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17022 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2009-07-07 17:03:23 +00:00
parent 6e7c0b7654
commit c8fdfc937b
2 changed files with 24 additions and 4 deletions

View File

@ -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>

View File

@ -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>