Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 81107 invoked from network); 12 Feb 2007 22:40:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2007 22:40:08 -0000 Received: (qmail 25645 invoked by uid 500); 12 Feb 2007 22:40:15 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 25516 invoked by uid 500); 12 Feb 2007 22:40:15 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 25505 invoked by uid 99); 12 Feb 2007 22:40:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 14:40:15 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 14:40:05 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 717341A981A; Mon, 12 Feb 2007 14:39:45 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r506719 - in /cocoon/trunk/core: ./ cocoon-core/ cocoon-pipeline/cocoon-pipeline-api/ cocoon-pipeline/cocoon-pipeline-components/ cocoon-pipeline/cocoon-pipeline-impl/ cocoon-sitemap/cocoon-sitemap-api/ cocoon-sitemap/cocoon-sitemap-compone... Date: Mon, 12 Feb 2007 22:39:44 -0000 To: cvs@cocoon.apache.org From: reinhard@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070212223945.717341A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reinhard Date: Mon Feb 12 14:39:43 2007 New Revision: 506719 URL: http://svn.apache.org/viewvc?view=rev&rev=506719 Log: [maven-release-plugin] prepare release cocoon-core-modules-3 Modified: cocoon/trunk/core/cocoon-core/pom.xml cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml cocoon/trunk/core/cocoon-util/pom.xml cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml cocoon/trunk/core/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=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-core/pom.xml (original) +++ cocoon/trunk/core/cocoon-core/pom.xml Mon Feb 12 14:39:43 2007 @@ -27,10 +27,10 @@ org.apache.cocoon cocoon-core-modules - 3-SNAPSHOT + 3 cocoon-core - 2.2.0-M3-SNAPSHOT + 2.2.0-M3 Cocoon Core Module that contains dependencies to all modules normally needed for a basic @@ -145,22 +145,22 @@ org.apache.cocoon cocoon-pipeline-components - 1.0.0-SNAPSHOT + 1.0.0-M1 org.apache.cocoon cocoon-sitemap-components - 1.0.0-SNAPSHOT + 1.0.0-M1 org.apache.cocoon cocoon-xml-resolver - 1.0.0-SNAPSHOT + 1.0.0-M1 org.apache.cocoon cocoon-thread-api - 1.0.0-SNAPSHOT + 1.0.0-M1 @@ -282,7 +282,7 @@ org.apache.cocoon cocoon-pipeline-impl - 1.0.0-SNAPSHOT + 1.0.0-M1 test-jar test @@ -314,13 +314,13 @@ org.apache.cocoon cocoon-store-impl - 1.0.0-SNAPSHOT + 1.0.0-M1 runtime org.apache.cocoon cocoon-thread-impl - 1.0.0-SNAPSHOT + 1.0.0-M1 runtime Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml (original) +++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml Mon Feb 12 14:39:43 2007 @@ -1,164 +1,142 @@ - - - - - 4.0.0 - - cocoon-core-modules - org.apache.cocoon - 3-SNAPSHOT - ../../pom.xml - - cocoon-pipeline-api - 1.0.0-SNAPSHOT - jar - Cocoon Pipeline API - - Interfaces for SAX pipelines: ProcessingPipeline, sitemap components - and basic XML interfaces, the environment abstraction, caching interfaces - and needed exceptions. - - http://cocoon.apache.org/${docs.m.pipeline-api.relPath} - - - - - org.apache.maven.plugins - maven-site-plugin - - - - - - - ${project.name} - ${docs.m.pipeline-api.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.pipeline-api.relPath} - - - - - - - org.apache.avalon.framework - avalon-framework-api - 4.3 - - - org.apache.avalon.logkit - avalon-logkit - - - - - org.apache.excalibur.components.sourceresolve - excalibur-sourceresolve - 2.1 - - - org.apache.avalon.framework - avalon-framework-impl - - - org.apache.avalon.logkit - avalon-logkit - - - - - org.apache.excalibur.components.xmlutil - excalibur-xmlutil - 2.1 - - - org.apache.excalibur.testcase - excalibur-testcase - - - org.apache.excalibur.components.pool - excalibur-pool-instrumented - - - org.apache.excalibur.components.pool - excalibur-pool-api - - - org.apache.excalibur.components.pool - excalibur-pool-impl - - - org.apache.avalon.framework - avalon-framework-impl - - - org.apache.excalibur.components.store - excalibur-store - - - - org.apache.excalibur.containerkit.instrument - excalibur-instrument-api - - - org.apache.avalon.logkit - avalon-logkit - - - - - - commons-lang - commons-lang - 2.1 - - - - javax.servlet - servlet-api - 2.4 - provided - - - - - junit - junit - 3.8.2 - test - - - - + + 4.0.0 + + cocoon-core-modules + org.apache.cocoon + 3 + ../../pom.xml + + cocoon-pipeline-api + 1.0.0-M1 + jar + Cocoon Pipeline API + + Interfaces for SAX pipelines: ProcessingPipeline, sitemap components + and basic XML interfaces, the environment abstraction, caching interfaces + and needed exceptions. + + http://cocoon.apache.org/${docs.m.pipeline-api.relPath} + + + + + org.apache.maven.plugins + maven-site-plugin + + + + + + + ${project.name} + ${docs.m.pipeline-api.version} + + + + + website + ${docs.deploymentBaseUrl}/${docs.m.pipeline-api.relPath} + + + + + + + org.apache.avalon.framework + avalon-framework-api + 4.3 + + + org.apache.avalon.logkit + avalon-logkit + + + + + org.apache.excalibur.components.sourceresolve + excalibur-sourceresolve + 2.1 + + + org.apache.avalon.framework + avalon-framework-impl + + + org.apache.avalon.logkit + avalon-logkit + + + + + org.apache.excalibur.components.xmlutil + excalibur-xmlutil + 2.1 + + + org.apache.excalibur.testcase + excalibur-testcase + + + org.apache.excalibur.components.pool + excalibur-pool-instrumented + + + org.apache.excalibur.components.pool + excalibur-pool-api + + + org.apache.excalibur.components.pool + excalibur-pool-impl + + + org.apache.avalon.framework + avalon-framework-impl + + + org.apache.excalibur.components.store + excalibur-store + + + + org.apache.excalibur.containerkit.instrument + excalibur-instrument-api + + + org.apache.avalon.logkit + avalon-logkit + + + + + + commons-lang + commons-lang + 2.1 + + + + javax.servlet + servlet-api + 2.4 + provided + + + + + junit + junit + 3.8.2 + test + + + + \ No newline at end of file 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=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml (original) +++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml Mon Feb 12 14:39:43 2007 @@ -1,141 +1,118 @@ - - - - - - cocoon-core-modules - org.apache.cocoon - 3-SNAPSHOT - ../../pom.xml - - 4.0.0 - cocoon-pipeline-components - 1.0.0-SNAPSHOT - jar - Cocoon Pipeline Components - - Implementations of a number of basic generators, transformers, serializers, - and readers that are needed in most Cocoon webapps as well as some basic - sources and the XPointer and XSLT components. - - - http://cocoon.apache.org/${docs.m.pipeline-components.relPath} - - - - - org.apache.maven.plugins - maven-site-plugin - - - - - - - ${project.name} - ${docs.m.pipeline-components.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.pipeline-components.relPath} - - - - - - - org.apache.cocoon - cocoon-configuration-api - 1.0.0 - - - org.apache.cocoon - cocoon-pipeline-impl - 1.0.0-SNAPSHOT - - - org.apache.cocoon - cocoon-util - 1.0.0-SNAPSHOT - - - org.apache.cocoon - cocoon-xml-api - 1.0.0-SNAPSHOT - - - - javax.servlet - servlet-api - 2.4 - provided - - - - - org.apache.cocoon - cocoon-pipeline-impl - 1.0.0-SNAPSHOT - test-jar - test - - - org.apache.cocoon - cocoon-xml-impl - 1.0.0-SNAPSHOT - test - - - xmlunit - xmlunit - 0.8 - test - - - jmock - jmock - 1.0.1 - test - - - junit - junit - 3.8.2 - test - - - easymock - easymock - 1.1 - test - - - + + + cocoon-core-modules + org.apache.cocoon + 3 + ../../pom.xml + + 4.0.0 + cocoon-pipeline-components + 1.0.0-M1 + jar + Cocoon Pipeline Components + + Implementations of a number of basic generators, transformers, serializers, + and readers that are needed in most Cocoon webapps as well as some basic + sources and the XPointer and XSLT components. + + + http://cocoon.apache.org/${docs.m.pipeline-components.relPath} + + + + + org.apache.maven.plugins + maven-site-plugin + + + + + + + ${project.name} + ${docs.m.pipeline-components.version} + + + + + website + ${docs.deploymentBaseUrl}/${docs.m.pipeline-components.relPath} + + + + + + + org.apache.cocoon + cocoon-configuration-api + 1.0.0 + + + org.apache.cocoon + cocoon-pipeline-impl + 1.0.0-M1 + + + org.apache.cocoon + cocoon-util + 1.0.0-M1 + + + org.apache.cocoon + cocoon-xml-api + 1.0.0-M1 + + + + javax.servlet + servlet-api + 2.4 + provided + + + + + org.apache.cocoon + cocoon-pipeline-impl + 1.0.0-SNAPSHOT + test-jar + test + + + org.apache.cocoon + cocoon-xml-impl + 1.0.0-M1 + test + + + xmlunit + xmlunit + 0.8 + test + + + jmock + jmock + 1.0.1 + test + + + junit + junit + 3.8.2 + test + + + easymock + easymock + 1.1 + test + + + \ No newline at end of file Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml (original) +++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml Mon Feb 12 14:39:43 2007 @@ -1,185 +1,162 @@ - - - - - - - cocoon-core-modules - org.apache.cocoon - 3-SNAPSHOT - ../../pom.xml - - 4.0.0 - cocoon-pipeline-impl - 1.0.0-SNAPSHOT - jar - Cocoon Pipeline Implementation - - Several implementations of the ProcessingPipeline interface together with - needed classes and components. Abstract classes for making it easier to - write sitemap components. - - - http://cocoon.apache.org/${docs.m.pipeline-impl.relPath} - - - - - org.apache.maven.plugins - maven-site-plugin - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - - - - ${project.name} - ${docs.m.pipeline-impl.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.pipeline-impl.relPath} - - - - - - - org.apache.cocoon - cocoon-pipeline-api - 1.0.0-SNAPSHOT - - - org.apache.cocoon - cocoon-configuration-api - 1.0.0 - - - org.apache.cocoon - cocoon-util - 1.0.0-SNAPSHOT - - - - org.apache.excalibur.components.pool - excalibur-pool-api - 2.1 - - - org.apache.avalon.logkit - avalon-logkit - - - - - org.apache.excalibur.components.sourceresolve - excalibur-sourceresolve - 2.1 - - - org.apache.avalon.framework - avalon-framework-impl - - - org.apache.avalon.logkit - avalon-logkit - - - - - org.apache.excalibur.components.store - excalibur-store - 2.1 - - - org.apache.excalibur.containerkit.instrument - excalibur-instrument-api - 2.1 - - - - commons-collections - commons-collections - 3.2 - - - jakarta-regexp - jakarta-regexp - 1.4 - - - - org.springframework - spring-beans - 2.0.2 - - - org.springframework - spring-core - 2.0.2 - - - xml-apis - xml-apis - 1.3.02 - - - javax.servlet - servlet-api - 2.4 - provided - - - - xmlunit - xmlunit - 0.8 - test - - - junit - junit - 3.8.2 - test - - - + + + + cocoon-core-modules + org.apache.cocoon + 3 + ../../pom.xml + + 4.0.0 + cocoon-pipeline-impl + 1.0.0-M1 + jar + Cocoon Pipeline Implementation + + Several implementations of the ProcessingPipeline interface together with + needed classes and components. Abstract classes for making it easier to + write sitemap components. + + + http://cocoon.apache.org/${docs.m.pipeline-impl.relPath} + + + + + org.apache.maven.plugins + maven-site-plugin + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + + + + ${project.name} + ${docs.m.pipeline-impl.version} + + + + + website + ${docs.deploymentBaseUrl}/${docs.m.pipeline-impl.relPath} + + + + + + + org.apache.cocoon + cocoon-pipeline-api + 1.0.0-M1 + + + org.apache.cocoon + cocoon-configuration-api + 1.0.0 + + + org.apache.cocoon + cocoon-util + 1.0.0-M1 + + + + org.apache.excalibur.components.pool + excalibur-pool-api + 2.1 + + + org.apache.avalon.logkit + avalon-logkit + + + + + org.apache.excalibur.components.sourceresolve + excalibur-sourceresolve + 2.1 + + + org.apache.avalon.framework + avalon-framework-impl + + + org.apache.avalon.logkit + avalon-logkit + + + + + org.apache.excalibur.components.store + excalibur-store + 2.1 + + + org.apache.excalibur.containerkit.instrument + excalibur-instrument-api + 2.1 + + + + commons-collections + commons-collections + 3.2 + + + jakarta-regexp + jakarta-regexp + 1.4 + + + + org.springframework + spring-beans + 2.0.2 + + + org.springframework + spring-core + 2.0.2 + + + xml-apis + xml-apis + 1.3.02 + + + javax.servlet + servlet-api + 2.4 + provided + + + + xmlunit + xmlunit + 0.8 + test + + + junit + junit + 3.8.2 + test + + + \ No newline at end of file Modified: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml (original) +++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml Mon Feb 12 14:39:43 2007 @@ -25,12 +25,12 @@ cocoon-core-modules org.apache.cocoon - 3-SNAPSHOT + 3 ../../pom.xml 4.0.0 cocoon-sitemap-api - 1.0.0-SNAPSHOT + 1.0.0-M1 jar Cocoon Sitemap API @@ -43,7 +43,7 @@ org.apache.cocoon cocoon-pipeline-api - 1.0.0-SNAPSHOT + 1.0.0-M1 Modified: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml (original) +++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml Mon Feb 12 14:39:43 2007 @@ -25,12 +25,12 @@ cocoon-core-modules org.apache.cocoon - 3-SNAPSHOT + 3 ../../pom.xml 4.0.0 cocoon-sitemap-components - 1.0.0-SNAPSHOT + 1.0.0-M1 jar Cocoon Sitemap Components @@ -41,12 +41,12 @@ org.apache.cocoon cocoon-sitemap-impl - 1.0.0-SNAPSHOT + 1.0.0-M1 org.apache.cocoon cocoon-pipeline-components - 1.0.0-SNAPSHOT + 1.0.0-M1 Modified: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml (original) +++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml Mon Feb 12 14:39:43 2007 @@ -25,12 +25,12 @@ cocoon-core-modules org.apache.cocoon - 3-SNAPSHOT + 3 ../../pom.xml 4.0.0 cocoon-sitemap-impl - 1.0.0-SNAPSHOT + 1.0.0-M1 jar Cocoon Sitemap Implementation @@ -43,7 +43,7 @@ org.apache.cocoon cocoon-sitemap-api - 1.0.0-SNAPSHOT + 1.0.0-M1 org.apache.cocoon @@ -53,17 +53,17 @@ org.apache.cocoon cocoon-pipeline-impl - 1.0.0-SNAPSHOT + 1.0.0-M1 org.apache.cocoon cocoon-thread-api - 1.0.0-SNAPSHOT + 1.0.0-M1 org.apache.cocoon cocoon-xml-api - 1.0.0-SNAPSHOT + 1.0.0-M1 Modified: cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml (original) +++ cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml Mon Feb 12 14:39:43 2007 @@ -1,86 +1,63 @@ - - - - - - cocoon-core-modules - org.apache.cocoon - 3-SNAPSHOT - ../../pom.xml - - 4.0.0 - cocoon-store-impl - 1.0.0-SNAPSHOT - jar - Cocoon Store Implementation - - Several components implementing of the Excalibur Store interface. - - - - - org.apache.cocoon - cocoon-configuration-api - 1.0.0 - - - org.apache.cocoon - cocoon-thread-api - 1.0.0-SNAPSHOT - - - org.apache.cocoon - cocoon-util - 1.0.0-SNAPSHOT - - - - org.apache.excalibur.components.store - excalibur-store - 2.1 - - - org.apache.avalon.logkit - avalon-logkit - - - - - org.apache.excalibur.containerkit.instrument - excalibur-instrument-api - 2.1 - - - - net.sf.ehcache - ehcache - 1.2.4 - - - commons-collections - commons-collections - - - - - + + + cocoon-core-modules + org.apache.cocoon + 3 + ../../pom.xml + + 4.0.0 + cocoon-store-impl + 1.0.0-M1 + jar + Cocoon Store Implementation + + Several components implementing of the Excalibur Store interface. + + + + + org.apache.cocoon + cocoon-configuration-api + 1.0.0 + + + org.apache.cocoon + cocoon-thread-api + 1.0.0-M1 + + + org.apache.cocoon + cocoon-util + 1.0.0-M1 + + + + org.apache.excalibur.components.store + excalibur-store + 2.1 + + + org.apache.avalon.logkit + avalon-logkit + + + + + org.apache.excalibur.containerkit.instrument + excalibur-instrument-api + 2.1 + + + + net.sf.ehcache + ehcache + 1.2.4 + + + commons-collections + commons-collections + + + + + \ No newline at end of file Modified: cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml (original) +++ cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml Mon Feb 12 14:39:43 2007 @@ -1,46 +1,23 @@ - - - - - - cocoon-core-modules - org.apache.cocoon - 3-SNAPSHOT - ../../pom.xml - - 4.0.0 - cocoon-thread-api - 1.0.0-SNAPSHOT - jar - Cocoon Thread API - - Interfaces for thread factories and pools and for execution of background tasks. - - - - concurrent - concurrent - 1.3.4 - - - + + + cocoon-core-modules + org.apache.cocoon + 3 + ../../pom.xml + + 4.0.0 + cocoon-thread-api + 1.0.0-M1 + jar + Cocoon Thread API + + Interfaces for thread factories and pools and for execution of background tasks. + + + + concurrent + concurrent + 1.3.4 + + + \ No newline at end of file Modified: cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml (original) +++ cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml Mon Feb 12 14:39:43 2007 @@ -1,67 +1,44 @@ - - - - - - cocoon-core-modules - org.apache.cocoon - 3-SNAPSHOT - ../../pom.xml - - 4.0.0 - cocoon-thread-impl - 1.0.0-SNAPSHOT - jar - Cocoon Thread Implementation - - Implementation of thread pool and factory components. - Implementation of a component for execution of background tasks. - - - - - org.apache.cocoon - cocoon-thread-api - 1.0.0-SNAPSHOT - - - - commons-logging - commons-logging - 1.0.4 - - - - junit - junit - 3.8.2 - test - - - easymock - easymock - 1.1 - test - - - + + + cocoon-core-modules + org.apache.cocoon + 3 + ../../pom.xml + + 4.0.0 + cocoon-thread-impl + 1.0.0-M1 + jar + Cocoon Thread Implementation + + Implementation of thread pool and factory components. + Implementation of a component for execution of background tasks. + + + + + org.apache.cocoon + cocoon-thread-api + 1.0.0-M1 + + + + commons-logging + commons-logging + 1.0.4 + + + + junit + junit + 3.8.2 + test + + + easymock + easymock + 1.1 + test + + + \ No newline at end of file Modified: cocoon/trunk/core/cocoon-util/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-util/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-util/pom.xml (original) +++ cocoon/trunk/core/cocoon-util/pom.xml Mon Feb 12 14:39:43 2007 @@ -1,79 +1,56 @@ - - - - - - org.apache.cocoon - cocoon-core-modules - 3-SNAPSHOT - - 4.0.0 - cocoon-util - 1.0.0-SNAPSHOT - jar - Cocoon Util - - Utility classes. - - - - - org.apache.avalon.framework - avalon-framework-impl - 4.3 - - - - commons-lang - commons-lang - 2.1 - - - commons-logging - commons-logging - 1.0.4 - - - logkit - logkit - - - avalon-framework - avalon-framework - - - - - jakarta-regexp - jakarta-regexp - 1.4 - - - - junit - junit - 3.8.2 - test - - - + + + org.apache.cocoon + cocoon-core-modules + 3 + + 4.0.0 + cocoon-util + 1.0.0-M1 + jar + Cocoon Util + + Utility classes. + + + + + org.apache.avalon.framework + avalon-framework-impl + 4.3 + + + + commons-lang + commons-lang + 2.1 + + + commons-logging + commons-logging + 1.0.4 + + + logkit + logkit + + + avalon-framework + avalon-framework + + + + + jakarta-regexp + jakarta-regexp + 1.4 + + + + junit + junit + 3.8.2 + test + + + \ No newline at end of file Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml (original) +++ cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml Mon Feb 12 14:39:43 2007 @@ -25,12 +25,12 @@ cocoon-core-modules org.apache.cocoon - 3-SNAPSHOT + 3 ../../pom.xml 4.0.0 cocoon-xml-api - 1.0.0-SNAPSHOT + 1.0.0-M1 jar Cocoon XML API Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml (original) +++ cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml Mon Feb 12 14:39:43 2007 @@ -29,7 +29,7 @@ 4.0.0 cocoon-xml-impl - 1.0.0-SNAPSHOT + 1.0.0-M1 jar Cocoon XML Implementation @@ -40,7 +40,7 @@ org.apache.cocoon cocoon-xml-api - 1.0.0-SNAPSHOT + 1.0.0-M1 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=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml (original) +++ cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml Mon Feb 12 14:39:43 2007 @@ -25,12 +25,12 @@ cocoon-core-modules org.apache.cocoon - 3-SNAPSHOT + 3 ../../pom.xml 4.0.0 cocoon-xml-resolver - 1.0.0-SNAPSHOT + 1.0.0-M1 jar Cocoon XML Resolver @@ -45,7 +45,7 @@ org.apache.cocoon cocoon-xml-impl - 1.0.0-SNAPSHOT + 1.0.0-M1 Modified: cocoon/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?view=diff&rev=506719&r1=506718&r2=506719 ============================================================================== --- cocoon/trunk/core/pom.xml (original) +++ cocoon/trunk/core/pom.xml Mon Feb 12 14:39:43 2007 @@ -30,7 +30,7 @@ 3 cocoon-core-modules - 3-SNAPSHOT + 3 Cocoon Core [modules] @@ -72,8 +72,8 @@ - scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/core - scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2/cocoon-core-modules - https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2/cocoon-core-modules + scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3 + scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3 + https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3