Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

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

hibernate-commits

2008-10-29


Author LoginPost Reply
Author: bstansberry@(protected)
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)
@@(protected) @@
  <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>
@@(protected) @@
        <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>

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.