You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2009/08/30 13:16:54 UTC

svn commit: r809314 - /cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml

Author: andreas
Date: Sun Aug 30 11:16:54 2009
New Revision: 809314

URL: http://svn.apache.org/viewvc?rev=809314&view=rev
Log:
Set dependency to Cocoon 2.2.0.

Modified:
    cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml

Modified: cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml?rev=809314&r1=809313&r2=809314&view=diff
==============================================================================
--- cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml (original)
+++ cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml Sun Aug 30 11:16:54 2009
@@ -28,7 +28,6 @@
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>6-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon-links-impl</artifactId>
@@ -39,6 +38,7 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
+      <version>2.2.0</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>