You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/11/26 01:35:03 UTC

svn commit: r720683 - /cocoon/cocoon3/trunk/parent/pom.xml

Author: reinhard
Date: Tue Nov 25 16:35:03 2008
New Revision: 720683

URL: http://svn.apache.org/viewvc?rev=720683&view=rev
Log:
Cocoon 3 doesn't use Hibernate (seems to be a copy'n'paste error by me)

Modified:
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=720683&r1=720682&r2=720683&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Tue Nov 25 16:35:03 2008
@@ -166,19 +166,7 @@
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
         <version>1.6.1</version>
-      </dependency>
-      
-      <!-- Hibernate -->
-      <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate</artifactId>
-        <version>3.2.6.ga</version>
-      </dependency>        
-      <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-annotations</artifactId>
-        <version>3.4.0.GA</version>
-      </dependency>      
+      </dependency> 
 
       <!-- Other libraries -->
       <dependency>
@@ -410,7 +398,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.0.2</version>
+          <version>2.1-alpha-2</version>
         </plugin>
         <plugin>
           <artifactId>maven-gpg-plugin</artifactId>
@@ -460,7 +448,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-5</version>        
+          <version>2.0-beta-8</version>        
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>