[hibernate-commits] Hibernate SVN: r11569 - trunk/Hibernate3/documentation/manual.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri May 25 23:48:22 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-05-25 23:48:22 -0400 (Fri, 25 May 2007)
New Revision: 11569

Modified:
   trunk/Hibernate3/documentation/manual/pom.xml
Log:
grrr

Modified: trunk/Hibernate3/documentation/manual/pom.xml
===================================================================
--- trunk/Hibernate3/documentation/manual/pom.xml	2007-05-26 01:35:53 UTC (rev 11568)
+++ trunk/Hibernate3/documentation/manual/pom.xml	2007-05-26 03:48:22 UTC (rev 11569)
@@ -16,19 +16,6 @@
     <name>Hibernate Manual</name>
     <description>The Hibernate reference manual</description>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.maven.plugins</groupId>
-            <artifactId>maven-jboss-docbook-plugin</artifactId>
-            <version>1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.hibernate</groupId>
-            <artifactId>hibernate-docbook-xslt</artifactId>
-            <version>0.1</version>
-        </dependency>
-    </dependencies>
-
     <modules>
         <module>en-US</module>
         <module>fr-FR</module>
@@ -39,6 +26,7 @@
             <plugin>
                 <groupId>org.jboss.maven.plugins</groupId>
                 <artifactId>maven-jboss-docbook-plugin</artifactId>
+                <version>1.0</version>
                 <executions>
                     <execution>
                         <goals>




More information about the hibernate-commits mailing list