You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/12/29 09:13:19 UTC

svn commit: r490950 - in /cocoon/trunk/core: cocoon-core/pom.xml cocoon-pipeline/cocoon-pipeline-components/pom.xml cocoon-spring/pom.xml cocoon-xml/cocoon-xml-resolver/pom.xml

Author: cziegeler
Date: Fri Dec 29 00:13:18 2006
New Revision: 490950

URL: http://svn.apache.org/viewvc?view=rev&rev=490950
Log:
Correct poms

Modified:
    cocoon/trunk/core/cocoon-core/pom.xml
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml
    cocoon/trunk/core/cocoon-spring/pom.xml
    cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?view=diff&rev=490950&r1=490949&r2=490950
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Fri Dec 29 00:13:18 2006
@@ -112,7 +112,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-configuration-impl</artifactId>
+      <artifactId>cocoon-configuration-api</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml?view=diff&rev=490950&r1=490949&r2=490950
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml Fri Dec 29 00:13:18 2006
@@ -36,7 +36,7 @@
     <!-- Cocoon -->
     <dependency>
       <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-configuration-impl</artifactId>
+      <artifactId>cocoon-configuration-api</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: cocoon/trunk/core/cocoon-spring/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-spring/pom.xml?view=diff&rev=490950&r1=490949&r2=490950
==============================================================================
--- cocoon/trunk/core/cocoon-spring/pom.xml (original)
+++ cocoon/trunk/core/cocoon-spring/pom.xml Fri Dec 29 00:13:18 2006
@@ -34,7 +34,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-configuration-impl</artifactId>
+      <artifactId>cocoon-configuration-api</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml?view=diff&rev=490950&r1=490949&r2=490950
==============================================================================
--- cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml (original)
+++ cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml Fri Dec 29 00:13:18 2006
@@ -35,7 +35,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-configuration-impl</artifactId>
+      <artifactId>cocoon-spring</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>