[hibernate-commits] Hibernate SVN: r19382 - core/branches/Branch_3_3_2_GA_CP/distribution.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu May 6 07:21:23 EDT 2010


Author: stliu
Date: 2010-05-06 07:21:23 -0400 (Thu, 06 May 2010)
New Revision: 19382

Modified:
   core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml
Log:
JBPAPP-4228  update pom to add source plugin and disable unnecessary sub-modules

Modified: core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml	2010-05-06 10:56:51 UTC (rev 19381)
+++ core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml	2010-05-06 11:21:23 UTC (rev 19382)
@@ -87,11 +87,11 @@
             <artifactId>hibernate-ehcache</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
+        <!-- <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>hibernate-jbosscache</artifactId>
             <version>${project.version}</version>
-        </dependency>
+        </dependency> -->
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>hibernate-jbosscache2</artifactId>



More information about the hibernate-commits mailing list