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 2012/01/19 08:49:55 UTC

svn commit: r1233232 - in /cocoon/whiteboard/c3-pipeline-api-refactoring: cocoon-pipeline/pom.xml cocoon-sax/pom.xml cocoon-util/pom.xml parent/pom.xml pom.xml

Author: reinhard
Date: Thu Jan 19 07:49:54 2012
New Revision: 1233232

URL: http://svn.apache.org/viewvc?rev=1233232&view=rev
Log:
use alternative artififact IDs

Modified:
    cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-pipeline/pom.xml
    cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-sax/pom.xml
    cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-util/pom.xml
    cocoon/whiteboard/c3-pipeline-api-refactoring/parent/pom.xml
    cocoon/whiteboard/c3-pipeline-api-refactoring/pom.xml

Modified: cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-pipeline/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-pipeline/pom.xml?rev=1233232&r1=1233231&r2=1233232&view=diff
==============================================================================
--- cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-pipeline/pom.xml (original)
+++ cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-pipeline/pom.xml Thu Jan 19 07:49:54 2012
@@ -25,13 +25,13 @@
 
     <parent>
         <groupId>org.apache.cocoon.parent</groupId>
-        <artifactId>cocoon-parent</artifactId>
+        <artifactId>cocoon-parent-c3-refactoring</artifactId>
         <version>3.0.0-beta-1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <groupId>org.apache.cocoon.pipeline</groupId>
-    <artifactId>cocoon-pipeline</artifactId>
+    <artifactId>cocoon-pipeline-c3-refactoring</artifactId>
     <version>3.0.0-beta-1-SNAPSHOT</version>
 
     <name>Apache Cocoon 3: Pipeline</name>
@@ -40,7 +40,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.cocoon.util</groupId>
-            <artifactId>cocoon-util</artifactId>
+            <artifactId>cocoon-util-c3-refactoring</artifactId>
         </dependency>
 
         <!-- Logging -->

Modified: cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-sax/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-sax/pom.xml?rev=1233232&r1=1233231&r2=1233232&view=diff
==============================================================================
--- cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-sax/pom.xml (original)
+++ cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-sax/pom.xml Thu Jan 19 07:49:54 2012
@@ -25,13 +25,13 @@
 
     <parent>
         <groupId>org.apache.cocoon.parent</groupId>
-        <artifactId>cocoon-parent</artifactId>
+        <artifactId>cocoon-parent-c3-refactoring</artifactId>
         <version>3.0.0-beta-1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <groupId>org.apache.cocoon.sax</groupId>
-    <artifactId>cocoon-sax</artifactId>
+    <artifactId>cocoon-sax-c3-refactoring</artifactId>
     <version>3.0.0-beta-1-SNAPSHOT</version>
 
     <name>Apache Cocoon 3: SAX</name>
@@ -40,7 +40,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.cocoon.pipeline</groupId>
-            <artifactId>cocoon-pipeline</artifactId>
+            <artifactId>cocoon-pipeline-c3-refactoring</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.cocoon</groupId>

Modified: cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-util/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-util/pom.xml?rev=1233232&r1=1233231&r2=1233232&view=diff
==============================================================================
--- cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-util/pom.xml (original)
+++ cocoon/whiteboard/c3-pipeline-api-refactoring/cocoon-util/pom.xml Thu Jan 19 07:49:54 2012
@@ -25,13 +25,13 @@
 
     <parent>
         <groupId>org.apache.cocoon.parent</groupId>
-        <artifactId>cocoon-parent</artifactId>
+        <artifactId>cocoon-parent-c3-refactoring</artifactId>
         <version>3.0.0-beta-1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
   
     <groupId>org.apache.cocoon.util</groupId>
-    <artifactId>cocoon-util</artifactId>
+    <artifactId>cocoon-util-c3-refactoring</artifactId>
   
     <name>Apache Cocoon 3: Utilities</name>
     <description>Utility classes without any third-party dependencies.</description>

Modified: cocoon/whiteboard/c3-pipeline-api-refactoring/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/c3-pipeline-api-refactoring/parent/pom.xml?rev=1233232&r1=1233231&r2=1233232&view=diff
==============================================================================
--- cocoon/whiteboard/c3-pipeline-api-refactoring/parent/pom.xml (original)
+++ cocoon/whiteboard/c3-pipeline-api-refactoring/parent/pom.xml Thu Jan 19 07:49:54 2012
@@ -31,7 +31,7 @@
   </parent>
 
   <groupId>org.apache.cocoon.parent</groupId>
-  <artifactId>cocoon-parent</artifactId>
+  <artifactId>cocoon-parent-c3-refactoring</artifactId>
   <version>3.0.0-beta-1-SNAPSHOT</version>
 
   <name>Apache Cocoon 3: Parent</name>
@@ -503,93 +503,18 @@
 
       <!-- Cocoon internal dependencies -->
       <dependency>
-        <groupId>org.apache.cocoon.cli</groupId>
-        <artifactId>cocoon-cli</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.controller</groupId>
-        <artifactId>cocoon-controller</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.optional</groupId>
-        <artifactId>cocoon-optional</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.databases</groupId>
-        <artifactId>cocoon-databases</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.monitoring</groupId>
-        <artifactId>cocoon-monitoring</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.cocoon.pipeline</groupId>
-        <artifactId>cocoon-pipeline</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.rest</groupId>
-        <artifactId>cocoon-rest</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.rest.optional</groupId>
-        <artifactId>cocoon-rest-optional</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.sample</groupId>
-        <artifactId>cocoon-sample</artifactId>
+        <artifactId>cocoon-pipeline-c3-refactoring</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cocoon.sax</groupId>
-        <artifactId>cocoon-sax</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.servlet</groupId>
-        <artifactId>cocoon-servlet</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.shiro</groupId>
-        <artifactId>cocoon-shiro</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.sitemap</groupId>
-        <artifactId>cocoon-sitemap</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.stax</groupId>
-        <artifactId>cocoon-stax</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.profiling</groupId>
-        <artifactId>cocoon-profiling</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.stringtemplate</groupId>
-        <artifactId>cocoon-stringtemplate</artifactId>
+        <artifactId>cocoon-sax-c3-refactoring</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cocoon.util</groupId>
-        <artifactId>cocoon-util</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cocoon.wicket</groupId>
-        <artifactId>cocoon-wicket</artifactId>
+        <artifactId>cocoon-util-c3-refactoring</artifactId>
         <version>${project.version}</version>
       </dependency>
 

Modified: cocoon/whiteboard/c3-pipeline-api-refactoring/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/c3-pipeline-api-refactoring/pom.xml?rev=1233232&r1=1233231&r2=1233232&view=diff
==============================================================================
--- cocoon/whiteboard/c3-pipeline-api-refactoring/pom.xml (original)
+++ cocoon/whiteboard/c3-pipeline-api-refactoring/pom.xml Thu Jan 19 07:49:54 2012
@@ -22,7 +22,7 @@
   <packaging>pom</packaging>
 
   <groupId>org.apache.cocoon.root</groupId>
-  <artifactId>cocoon-root</artifactId>
+  <artifactId>cocoon-root-c3-refactoring</artifactId>
   <version>3.0.0-beta-1-SNAPSHOT</version>
 
   <!-- Cocoon 3 Root. Required because of  http://maven.markmail.org/message/5m5uhkdczmghqxsk -->
@@ -42,28 +42,9 @@
   </distributionManagement>
 
   <modules>
-    <module>cocoon-all</module>
-    <module>cocoon-controller</module>
-    <module>cocoon-monitoring</module>
-    <module>cocoon-databases</module>
-    <module>cocoon-databases-sample</module>
-    <module>cocoon-optional</module>
     <module>cocoon-pipeline</module>
-    <module>cocoon-profiling</module>
-    <!-- <module>cocoon-profiling-firebug</module> -->
-    <module>cocoon-rest</module>
-    <module>cocoon-rest-optional</module>
-    <module>cocoon-sample</module>
     <module>cocoon-sax</module>
-    <module>cocoon-cli</module>
-    <module>cocoon-servlet</module>
-    <module>cocoon-shiro</module>
-    <module>cocoon-shiro-sample</module>
-    <module>cocoon-sitemap</module>
-    <module>cocoon-stax</module>
-    <module>cocoon-stringtemplate</module>
     <module>cocoon-util</module>
-    <module>cocoon-wicket</module>
     <module>parent</module>
   </modules>