You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2011/07/07 07:50:28 UTC

svn commit: r1143651 - /cocoon/cocoon3/trunk/parent/pom.xml

Author: ilgrosso
Date: Thu Jul  7 05:50:27 2011
New Revision: 1143651

URL: http://svn.apache.org/viewvc?rev=1143651&view=rev
Log:
Updating to latest Apache parent POM and fixing some annoying warning from Maven 3

Modified:
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=1143651&r1=1143650&r2=1143651&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Thu Jul  7 05:50:27 2011
@@ -26,7 +26,8 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>8</version>
+    <version>9</version>
+    <relativePath/> 
   </parent>
 
   <groupId>org.apache.cocoon.parent</groupId>