You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/09/08 11:25:06 UTC

svn commit: r1166583 - /incubator/lcf/trunk/pom.xml

Author: kwright
Date: Thu Sep  8 09:25:05 2011
New Revision: 1166583

URL: http://svn.apache.org/viewvc?rev=1166583&view=rev
Log:
Point maven at apache as parent

Modified:
    incubator/lcf/trunk/pom.xml

Modified: incubator/lcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/pom.xml?rev=1166583&r1=1166582&r2=1166583&view=diff
==============================================================================
--- incubator/lcf/trunk/pom.xml (original)
+++ incubator/lcf/trunk/pom.xml Thu Sep  8 09:25:05 2011
@@ -18,7 +18,14 @@
 
 <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</groupId>
+    <artifactId>apache</artifactId>
+    <version>9</version>
+    <relativePath />
+  </parent>
+ 
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.manifoldcf</groupId>