[hibernate-commits] Hibernate SVN: r15441 - core/branches/JBOSS_CACHE_3/cache-jbosscache2.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Oct 29 15:48:02 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-10-29 15:48:02 -0400 (Wed, 29 Oct 2008)
New Revision: 15441

Modified:
   core/branches/JBOSS_CACHE_3/cache-jbosscache2/pom.xml
Log:
Set up pom for JBC 3 testing

Modified: core/branches/JBOSS_CACHE_3/cache-jbosscache2/pom.xml
===================================================================
--- core/branches/JBOSS_CACHE_3/cache-jbosscache2/pom.xml	2008-10-29 19:35:10 UTC (rev 15440)
+++ core/branches/JBOSS_CACHE_3/cache-jbosscache2/pom.xml	2008-10-29 19:48:02 UTC (rev 15441)
@@ -12,27 +12,28 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-jbosscache2</artifactId>
     <packaging>jar</packaging>
+    <version>3.3.1.JBC3-SNAPSHOT</version>
 
-    <name>Hibernate JBossCache2.x Integration</name>
-    <description>Integration of Hibernate with JBossCache (based on JBossCache2.x APIs)</description>
+    <name>Hibernate JBossCache3.x Integration</name>
+    <description>Integration of Hibernate with JBossCache 3 (based on JBossCache2.x APIs)</description>
 
     <dependencies>
         <dependency>
             <groupId>${groupId}</groupId>
             <artifactId>hibernate-core</artifactId>
-            <version>${version}</version>
+            <version>3.3.1.GA</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.cache</groupId>
             <artifactId>jbosscache-core</artifactId>
-            <version>2.1.1.GA</version> 
+            <version>3.0.0-SNAPSHOT</version> 
         </dependency>
         
         <!-- test dependencies -->
         <dependency>
             <groupId>${groupId}</groupId>
             <artifactId>hibernate-testing</artifactId>
-            <version>${version}</version>
+            <version>3.3.1.GA</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -48,6 +49,13 @@
             <version>3.4.GA</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>javax.persistence</groupId>
+            <artifactId>persistence-api</artifactId>
+            <version>1.0</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>




More information about the hibernate-commits mailing list