Author: alexsmirnov
Date: 2007-06-06 12:57:37 -0400 (Wed, 06 Jun 2007)
New Revision: 249
Modified:
trunk/docs/pom.xml
trunk/docs/xslt/pom.xml
Log:
Fix documentation projects hierarchy
Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml 2007-06-06 14:53:03 UTC (rev 248)
+++ trunk/docs/pom.xml 2007-06-06 16:57:37 UTC (rev 249)
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>master</artifactId>
+ <groupId>org.ajax4jsf</groupId>
+ <version>1.1.2-SNAPSHOT</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.ajax4jsf</groupId>
<artifactId>docs</artifactId>
- <version>1.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>xslt</module>
Modified: trunk/docs/xslt/pom.xml
===================================================================
--- trunk/docs/xslt/pom.xml 2007-06-06 14:53:03 UTC (rev 248)
+++ trunk/docs/xslt/pom.xml 2007-06-06 16:57:37 UTC (rev 249)
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>docs</artifactId>
+ <groupId>org.ajax4jsf</groupId>
+ <version>1.1.2-SNAPSHOT</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.ajax4jsf.docs</groupId>
<artifactId>xslt</artifactId>
- <version>1.1.2-SNAPSHOT</version>
<description>Docbook documentation stylesheets</description>
</project>