[hibernate-commits] Hibernate SVN: r14513 - core/trunk/cache-ehcache.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Apr 16 10:05:36 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-16 10:05:35 -0400 (Wed, 16 Apr 2008)
New Revision: 14513

Modified:
   core/trunk/cache-ehcache/pom.xml
Log:
trying new layout

Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml	2008-04-15 01:29:20 UTC (rev 14512)
+++ core/trunk/cache-ehcache/pom.xml	2008-04-16 14:05:35 UTC (rev 14513)
@@ -4,13 +4,13 @@
     
     <parent>
         <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-core-parent</artifactId>
-        <version>3</version>
+        <artifactId>hibernate</artifactId>
+        <version>3.3.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-ehcache</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Hibernate Ehcache Integration</name>




More information about the hibernate-commits mailing list