You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/02/10 01:49:52 UTC

svn commit: r1069179 - /incubator/opennlp/trunk/opennlp-docs/pom.xml

Author: joern
Date: Thu Feb 10 00:49:51 2011
New Revision: 1069179

URL: http://svn.apache.org/viewvc?rev=1069179&view=rev
Log:
OPENNLP-130 Fixed docbook dependency to have correct version according to the used dtds

Modified:
    incubator/opennlp/trunk/opennlp-docs/pom.xml

Modified: incubator/opennlp/trunk/opennlp-docs/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-docs/pom.xml?rev=1069179&r1=1069178&r2=1069179&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-docs/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-docs/pom.xml Thu Feb 10 00:49:51 2011
@@ -47,13 +47,11 @@
           </execution>
         </executions>
 		<dependencies>
-         <dependency>
-                 <groupId>org.docbook</groupId>
-                 <artifactId>docbook-xml</artifactId>
-                 <version>5.0</version>
-                 <type>pom</type>
-                 <scope>runtime</scope>
-         </dependency>
+			<dependency>
+			  <groupId>org.docbook</groupId>
+			  <artifactId>docbook-xml</artifactId>
+			  <version>4.4</version>
+			</dependency>
        	</dependencies>
 		<configuration>
 			<xincludeSupported>true</xincludeSupported>