You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by fe...@apache.org on 2008/07/01 16:51:13 UTC

svn commit: r673091 - /cocoon/trunk/subprojects/pom.xml

Author: felixk
Date: Tue Jul  1 07:51:12 2008
New Revision: 673091

URL: http://svn.apache.org/viewvc?rev=673091&view=rev
Log:
Add parent pom

Modified:
    cocoon/trunk/subprojects/pom.xml

Modified: cocoon/trunk/subprojects/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/pom.xml?rev=673091&r1=673090&r2=673091&view=diff
==============================================================================
--- cocoon/trunk/subprojects/pom.xml (original)
+++ cocoon/trunk/subprojects/pom.xml Tue Jul  1 07:51:12 2008
@@ -19,7 +19,12 @@
 -->
 <!-- $Id$ -->
 <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>cocoon-core-modules</artifactId>
+    <groupId>org.apache.cocoon</groupId>
+    <version>6-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>