You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by ol...@apache.org on 2009/06/04 12:42:54 UTC

svn commit: r781705 - /maven/doxia/trunks/pom.xml

Author: olamy
Date: Thu Jun  4 10:42:54 2009
New Revision: 781705

URL: http://svn.apache.org/viewvc?rev=781705&view=rev
Log:
add a parent to be able to run a full doxia deploy with this pom

Modified:
    maven/doxia/trunks/pom.xml

Modified: maven/doxia/trunks/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/trunks/pom.xml?rev=781705&r1=781704&r2=781705&view=diff
==============================================================================
--- maven/doxia/trunks/pom.xml (original)
+++ maven/doxia/trunks/pom.xml Thu Jun  4 10:42:54 2009
@@ -20,6 +20,15 @@
 -->
 
 <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/xsd/maven-4.0.0.xsd">
+
+  <parent>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>12</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
+  </parent>
+
+
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.doxia</groupId>