Author: jbalunas(a)redhat.com
Date: 2010-07-13 12:56:42 -0400 (Tue, 13 Jul 2010)
New Revision: 18001
Modified:
root/docs/trunk/Component_Reference/pom.xml
root/docs/trunk/Developer_Guide/pom.xml
root/docs/trunk/Migration_Guide/pom.xml
Log:
Fixed docs build for release
Modified: root/docs/trunk/Component_Reference/pom.xml
===================================================================
--- root/docs/trunk/Component_Reference/pom.xml 2010-07-13 15:57:42 UTC (rev 18000)
+++ root/docs/trunk/Component_Reference/pom.xml 2010-07-13 16:56:42 UTC (rev 18001)
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.component-reference</groupId>
+ <groupId>org.richfaces.docs</groupId>
<artifactId>richfaces-component-reference</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
@@ -13,6 +13,7 @@
<groupId>org.richfaces.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<properties>
Modified: root/docs/trunk/Developer_Guide/pom.xml
===================================================================
--- root/docs/trunk/Developer_Guide/pom.xml 2010-07-13 15:57:42 UTC (rev 18000)
+++ root/docs/trunk/Developer_Guide/pom.xml 2010-07-13 16:56:42 UTC (rev 18001)
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.developer-guide</groupId>
+ <groupId>org.richfaces.docs</groupId>
<artifactId>richfaces-developer-guide</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
@@ -13,6 +13,7 @@
<groupId>org.richfaces.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<properties>
Modified: root/docs/trunk/Migration_Guide/pom.xml
===================================================================
--- root/docs/trunk/Migration_Guide/pom.xml 2010-07-13 15:57:42 UTC (rev 18000)
+++ root/docs/trunk/Migration_Guide/pom.xml 2010-07-13 16:56:42 UTC (rev 18001)
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.migration-guide</groupId>
+ <groupId>org.richfaces.docs</groupId>
<artifactId>richfaces-migration-guide</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
@@ -13,6 +13,7 @@
<groupId>org.richfaces.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<properties>
Show replies by date