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/20 17:21:59 UTC

svn commit: r577793 - in /cocoon/trunk: blocks/pom.xml commons/pom.xml core/cocoon-configuration/cocoon-configuration-api/pom.xml core/cocoon-configuration/cocoon-spring-configurator/pom.xml dists/pom.xml pom.xml tools/pom.xml

Author: reinhard
Date: Thu Sep 20 08:21:58 2007
New Revision: 577793

URL: http://svn.apache.org/viewvc?rev=577793&view=rev
Log:
make trunk buildable again

Modified:
    cocoon/trunk/blocks/pom.xml
    cocoon/trunk/commons/pom.xml
    cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml
    cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml
    cocoon/trunk/dists/pom.xml
    cocoon/trunk/pom.xml
    cocoon/trunk/tools/pom.xml

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/pom.xml?rev=577793&r1=577792&r2=577793&view=diff
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Thu Sep 20 08:21:58 2007
@@ -25,10 +25,10 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
   </parent>
   <artifactId>cocoon-blocks-modules</artifactId>
-  <version>6-SNAPSHOT</version>
+  <version>5-SNAPSHOT</version>
   <name>Cocoon Blocks [modules]</name>     
   
   <build>

Modified: cocoon/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/commons/pom.xml?rev=577793&r1=577792&r2=577793&view=diff
==============================================================================
--- cocoon/trunk/commons/pom.xml (original)
+++ cocoon/trunk/commons/pom.xml Thu Sep 20 08:21:58 2007
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon-commons-modules</artifactId>

Modified: cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml?rev=577793&r1=577792&r2=577793&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml Thu Sep 20 08:21:58 2007
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-configuration-api</artifactId>

Modified: cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml?rev=577793&r1=577792&r2=577793&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml (original)
+++ cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml Thu Sep 20 08:21:58 2007
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-spring-configurator</artifactId>

Modified: cocoon/trunk/dists/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/dists/pom.xml?rev=577793&r1=577792&r2=577793&view=diff
==============================================================================
--- cocoon/trunk/dists/pom.xml (original)
+++ cocoon/trunk/dists/pom.xml Thu Sep 20 08:21:58 2007
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
   </parent>
   <artifactId>cocoon-dists-modules</artifactId>
   <version>2-SNAPSHOT</version>

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?rev=577793&r1=577792&r2=577793&view=diff
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Thu Sep 20 08:21:58 2007
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon</artifactId>
-  <version>6-SNAPSHOT</version>
+  <version>5-SNAPSHOT</version>
   <name>Apache Cocoon</name>
   <inceptionYear>1999</inceptionYear>
   <url>http://cocoon.apache.org</url>

Modified: cocoon/trunk/tools/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/pom.xml?rev=577793&r1=577792&r2=577793&view=diff
==============================================================================
--- cocoon/trunk/tools/pom.xml (original)
+++ cocoon/trunk/tools/pom.xml Thu Sep 20 08:21:58 2007
@@ -28,10 +28,10 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>5</version>
+    <version>5-SNAPSHOT</version>
   </parent>
   <artifactId>cocoon-tools-modules</artifactId>
-  <version>6-SNAPSHOT</version>
+  <version>5-SNAPSHOT</version>
   <name>Cocoon Tools [modules]</name>
 
   <modules>