You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/09/26 21:29:51 UTC

svn commit: r579772 - /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml

Author: reinhard
Date: Wed Sep 26 12:29:51 2007
New Revision: 579772

URL: http://svn.apache.org/viewvc?rev=579772&view=rev
Log:
snapshot mode

Modified:
    cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml

Modified: cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml?rev=579772&r1=579771&r2=579772&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml Wed Sep 26 12:29:51 2007
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>5</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>    
   </parent>
   <artifactId>cocoon-auth-api</artifactId>
@@ -39,7 +39,6 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
-      <version>2.2.0-RC2</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>