You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2012/05/22 08:52:28 UTC

svn commit: r1341321 - /cayenne/main/trunk/docs/docbook/pom.xml

Author: amaniatis
Date: Tue May 22 06:52:27 2012
New Revision: 1341321

URL: http://svn.apache.org/viewvc?rev=1341321&view=rev
Log:
#0000 Docbook build is behaving oddly on buildbot but working fine locally, so I'm upgrading the maven plugins and forcing version 3 of maven to see if that solves the problem

Modified:
    cayenne/main/trunk/docs/docbook/pom.xml

Modified: cayenne/main/trunk/docs/docbook/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/pom.xml?rev=1341321&r1=1341320&r2=1341321&view=diff
==============================================================================
--- cayenne/main/trunk/docs/docbook/pom.xml (original)
+++ cayenne/main/trunk/docs/docbook/pom.xml Tue May 22 06:52:27 2012
@@ -23,6 +23,9 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
+	<prerequisites>
+		<maven>3</maven>
+	</prerequisites>
 
 	<parent>
 		<groupId>org.apache.cayenne.parents</groupId>
@@ -41,7 +44,7 @@
 	<groupId>org.apache.cayenne.docs</groupId>
 	<artifactId>cayenne-docbook</artifactId>
 	<packaging>pom</packaging>
-	<name>Cayenne Docbook Documenation</name>
+	<name>Cayenne Docbook Documentation</name>
 
 	<distributionManagement>
 		<site>
@@ -56,7 +59,7 @@
 				<plugin>
 					<groupId>com.agilejava.docbkx</groupId>
 					<artifactId>docbkx-maven-plugin</artifactId>
-					<version>2.0.11</version>
+					<version>2.0.14</version>
 					<dependencies>
 						<dependency>
 							<groupId>org.docbook</groupId>
@@ -69,12 +72,12 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-antrun-plugin</artifactId>
-					<version>1.6</version>
+					<version>1.7</version>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-site-plugin</artifactId>
-					<version>2.2</version>
+					<version>3.1</version>
 				</plugin>
 			</plugins>
 		</pluginManagement>