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 2006/08/01 14:30:05 UTC

svn commit: r427557 - /cocoon/trunk/core/cocoon-core/pom.xml

Author: reinhard
Date: Tue Aug  1 05:30:04 2006
New Revision: 427557

URL: http://svn.apache.org/viewvc?rev=427557&view=rev
Log:
point to the snapshot dependencies again

Modified:
    cocoon/trunk/core/cocoon-core/pom.xml

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?rev=427557&r1=427556&r2=427557&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Tue Aug  1 05:30:04 2006
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-core-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
 
   <artifactId>cocoon-core</artifactId>
@@ -101,14 +101,14 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-licenses</artifactId>
-      <version>1.0.0-M1</version>
+      <version>1.0.0-M2-SNAPSHOT</version>
     </dependency>
 
     <!--  bootstrap -->
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-bootstrap</artifactId>
-      <version>1.0.0-M1</version>
+      <version>1.0.0-M2-SNAPSHOT</version>
     </dependency>
 
     <!--  excalibur -->