You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by jh...@apache.org on 2006/10/03 14:57:24 UTC

svn commit: r452471 - in /excalibur/trunk: components/datasource/ components/monitor/ components/pool/api/ components/pool/impl/ components/pool/instrumented/ components/sourceresolve/ components/store/ components/thread/api/ components/thread/impl/ co...

Author: jheymans
Date: Tue Oct  3 05:57:22 2006
New Revision: 452471

URL: http://svn.apache.org/viewvc?view=rev&rev=452471
Log:
forwarding modules versions again

Modified:
    excalibur/trunk/components/datasource/pom.xml
    excalibur/trunk/components/monitor/pom.xml
    excalibur/trunk/components/pool/api/pom.xml
    excalibur/trunk/components/pool/impl/pom.xml
    excalibur/trunk/components/pool/instrumented/pom.xml
    excalibur/trunk/components/sourceresolve/pom.xml
    excalibur/trunk/components/store/pom.xml
    excalibur/trunk/components/thread/api/pom.xml
    excalibur/trunk/components/thread/impl/pom.xml
    excalibur/trunk/components/thread/instrumented/pom.xml
    excalibur/trunk/components/xmlutil/pom.xml
    excalibur/trunk/containerkit/instrument/api/pom.xml
    excalibur/trunk/containerkit/instrument/client/pom.xml
    excalibur/trunk/containerkit/instrument/mgr-api/pom.xml
    excalibur/trunk/containerkit/instrument/mgr-http/pom.xml
    excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml
    excalibur/trunk/containerkit/lifecycle/api/pom.xml
    excalibur/trunk/containerkit/lifecycle/impl/pom.xml
    excalibur/trunk/containerkit/logger/pom.xml
    excalibur/trunk/cornerstone/connection/api/pom.xml
    excalibur/trunk/cornerstone/connection/impl/pom.xml
    excalibur/trunk/cornerstone/datasources/api/pom.xml
    excalibur/trunk/cornerstone/datasources/impl/pom.xml
    excalibur/trunk/cornerstone/scheduler/api/pom.xml
    excalibur/trunk/cornerstone/scheduler/impl/pom.xml
    excalibur/trunk/cornerstone/sockets/impl/pom.xml
    excalibur/trunk/cornerstone/store/api/pom.xml
    excalibur/trunk/cornerstone/store/impl/pom.xml
    excalibur/trunk/cornerstone/threads/api/pom.xml
    excalibur/trunk/cornerstone/threads/impl/pom.xml
    excalibur/trunk/cornerstone/threads/tutorial/pom.xml
    excalibur/trunk/deprecated/component-tests/pom.xml
    excalibur/trunk/deprecated/component/pom.xml
    excalibur/trunk/deprecated/event/api/pom.xml
    excalibur/trunk/deprecated/event/impl/pom.xml
    excalibur/trunk/deprecated/i18n/pom.xml
    excalibur/trunk/deprecated/testcase/pom.xml
    excalibur/trunk/fortress/bean/pom.xml
    excalibur/trunk/fortress/container-api/pom.xml
    excalibur/trunk/fortress/container-impl/pom.xml
    excalibur/trunk/fortress/container-test/pom.xml
    excalibur/trunk/fortress/examples/pom.xml
    excalibur/trunk/fortress/meta/pom.xml
    excalibur/trunk/fortress/migration/pom.xml
    excalibur/trunk/fortress/platform/pom.xml
    excalibur/trunk/fortress/plugin/pom.xml
    excalibur/trunk/fortress/testcase/pom.xml
    excalibur/trunk/framework/api/pom.xml
    excalibur/trunk/framework/impl/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Tue Oct  3 05:57:22 2006
@@ -21,17 +21,17 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>
       <artifactId>excalibur-testcase</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -49,30 +49,30 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-instrumented</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>
@@ -83,7 +83,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>compile</phase>

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Tue Oct  3 05:57:22 2006
@@ -23,12 +23,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-sourceresolve</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>
       <artifactId>excalibur-testcase</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -50,7 +50,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>compile</phase>

Modified: excalibur/trunk/components/pool/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/pool/api/pom.xml (original)
+++ excalibur/trunk/components/pool/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -15,7 +15,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,17 +14,17 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
@@ -54,7 +54,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>compile</phase>

Modified: excalibur/trunk/components/pool/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/pool/instrumented/pom.xml (original)
+++ excalibur/trunk/components/pool/instrumented/pom.xml Tue Oct  3 05:57:22 2006
@@ -15,17 +15,17 @@
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-api</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Tue Oct  3 05:57:22 2006
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-vfs</groupId>
@@ -61,7 +61,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>compile</phase>

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Tue Oct  3 05:57:22 2006
@@ -19,12 +19,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-api</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -58,7 +58,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>compile</phase>

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -15,7 +15,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/components/thread/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/thread/impl/pom.xml (original)
+++ excalibur/trunk/components/thread/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -15,27 +15,27 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -49,7 +49,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>compile</phase>

Modified: excalibur/trunk/components/thread/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/thread/instrumented/pom.xml (original)
+++ excalibur/trunk/components/thread/instrumented/pom.xml Tue Oct  3 05:57:22 2006
@@ -15,27 +15,27 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -46,17 +46,17 @@
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-instrumented</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Tue Oct  3 05:57:22 2006
@@ -39,22 +39,22 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-sourceresolve</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-store</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
@@ -89,7 +89,7 @@
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>
       <artifactId>excalibur-testcase</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: excalibur/trunk/containerkit/instrument/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/containerkit/instrument/api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <artifactId>junit</artifactId>

Modified: excalibur/trunk/containerkit/instrument/client/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/client/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/containerkit/instrument/client/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/client/pom.xml Tue Oct  3 05:57:22 2006
@@ -20,12 +20,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/containerkit/instrument/mgr-api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/mgr-api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-api/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,12 +13,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/containerkit/instrument/mgr-http/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/mgr-http/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-http/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-http/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,22 +14,22 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-mgr-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,22 +14,22 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-mgr-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/containerkit/lifecycle/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/api/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,7 +14,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/containerkit/lifecycle/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/impl/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,17 +14,17 @@
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-lifecycle-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/containerkit/logger/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logger/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/containerkit/logger/pom.xml (original)
+++ excalibur/trunk/containerkit/logger/pom.xml Tue Oct  3 05:57:22 2006
@@ -19,12 +19,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: excalibur/trunk/cornerstone/connection/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/connection/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,27 +13,27 @@
     <dependency>
       <groupId>org.apache.avalon.cornerstone.sockets</groupId>
       <artifactId>cornerstone-sockets-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.threads</groupId>
       <artifactId>cornerstone-threads-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/cornerstone/connection/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,22 +13,22 @@
     <dependency>
       <groupId>org.apache.avalon.cornerstone.connection</groupId>
       <artifactId>cornerstone-connection-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.sockets</groupId>
       <artifactId>cornerstone-sockets-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.threads</groupId>
       <artifactId>cornerstone-threads-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
@@ -38,32 +38,32 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-datasource</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.connection</groupId>
       <artifactId>cornerstone-connection-api</artifactId>
-      <version>2.2.1-SNAPSHOT</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/datasources/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/datasources/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,7 +13,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/cornerstone/datasources/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/datasources/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,27 +13,27 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-datasource</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.datasources</groupId>
       <artifactId>cornerstone-datasources-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/scheduler/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,7 +13,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/scheduler/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,27 +13,27 @@
     <dependency>
       <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
       <artifactId>cornerstone-scheduler-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.threads</groupId>
       <artifactId>cornerstone-threads-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/sockets/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/sockets/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,17 +13,17 @@
     <dependency>
       <groupId>org.apache.avalon.cornerstone.sockets</groupId>
       <artifactId>cornerstone-sockets-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/store/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/store/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,7 +14,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/cornerstone/store/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/store/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,17 +13,17 @@
     <dependency>
       <groupId>org.apache.avalon.cornerstone.store</groupId>
       <artifactId>cornerstone-store-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/threads/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/threads/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,7 +14,7 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/cornerstone/threads/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/threads/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,37 +13,37 @@
     <dependency>
       <groupId>org.apache.avalon.cornerstone.threads</groupId>
       <artifactId>cornerstone-threads-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>

Modified: excalibur/trunk/cornerstone/threads/tutorial/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/tutorial/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/cornerstone/threads/tutorial/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/tutorial/pom.xml Tue Oct  3 05:57:22 2006
@@ -13,17 +13,17 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/deprecated/component-tests/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/deprecated/component-tests/pom.xml (original)
+++ excalibur/trunk/deprecated/component-tests/pom.xml Tue Oct  3 05:57:22 2006
@@ -15,12 +15,12 @@
     <dependency>
       <artifactId>excalibur-component</artifactId>
       <groupId>org.apache.excalibur.component</groupId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <artifactId>excalibur-testcase</artifactId>
       <groupId>org.apache.excalibur.testcase</groupId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: excalibur/trunk/deprecated/component/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/deprecated/component/pom.xml (original)
+++ excalibur/trunk/deprecated/component/pom.xml Tue Oct  3 05:57:22 2006
@@ -20,42 +20,42 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-instrumented</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-mgr-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <artifactId>junit</artifactId>

Modified: excalibur/trunk/deprecated/event/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/deprecated/event/api/pom.xml (original)
+++ excalibur/trunk/deprecated/event/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,7 +14,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/deprecated/event/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/deprecated/event/impl/pom.xml (original)
+++ excalibur/trunk/deprecated/event/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,12 +14,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.event</groupId>
       <artifactId>excalibur-event-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
@@ -34,22 +34,22 @@
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>2.2.1-SNAPSHOT</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/deprecated/i18n/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/i18n/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/deprecated/i18n/pom.xml (original)
+++ excalibur/trunk/deprecated/i18n/pom.xml Tue Oct  3 05:57:22 2006
@@ -31,7 +31,7 @@
   <name>Excalibur I18N</name>
   <artifactId>excalibur-i18n</artifactId>
   <groupId>org.apache.avalon.excalibur.i18n</groupId>
-  <version>2.2.1-SNAPSHOT</version>
+  <version>2.2.2-SNAPSHOT</version>
   <description>Excalibur I18N</description>
   <dependencies>
   </dependencies>

Modified: excalibur/trunk/deprecated/testcase/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/testcase/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/deprecated/testcase/pom.xml (original)
+++ excalibur/trunk/deprecated/testcase/pom.xml Tue Oct  3 05:57:22 2006
@@ -20,12 +20,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -36,7 +36,7 @@
     <dependency>
       <artifactId>excalibur-component</artifactId>
       <groupId>org.apache.excalibur.component</groupId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/fortress/bean/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/fortress/bean/pom.xml (original)
+++ excalibur/trunk/fortress/bean/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,7 +14,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <artifactId>junit</artifactId>
@@ -25,7 +25,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.testcase</groupId>
       <artifactId>excalibur-fortress-testcase</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: excalibur/trunk/fortress/container-api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/fortress/container-api/pom.xml (original)
+++ excalibur/trunk/fortress/container-api/pom.xml Tue Oct  3 05:57:22 2006
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>d-haven-event</groupId>

Modified: excalibur/trunk/fortress/container-impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/fortress/container-impl/pom.xml (original)
+++ excalibur/trunk/fortress/container-impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -18,17 +18,17 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-api</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <artifactId>commons-collections</artifactId>
@@ -54,17 +54,17 @@
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-lifecycle-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-lifecycle-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <artifactId>bcel</artifactId>
@@ -79,17 +79,17 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-sourceresolve</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-mgr-api</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-mgr-impl</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/fortress/container-test/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-test/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/fortress/container-test/pom.xml (original)
+++ excalibur/trunk/fortress/container-test/pom.xml Tue Oct  3 05:57:22 2006
@@ -18,12 +18,12 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.fortress.meta</groupId>
       <artifactId>excalibur-fortress-meta</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -44,7 +44,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>test-compile</phase>

Modified: excalibur/trunk/fortress/examples/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/fortress/examples/pom.xml (original)
+++ excalibur/trunk/fortress/examples/pom.xml Tue Oct  3 05:57:22 2006
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <artifactId>servlet-api</artifactId>

Modified: excalibur/trunk/fortress/meta/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/meta/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/fortress/meta/pom.xml (original)
+++ excalibur/trunk/fortress/meta/pom.xml Tue Oct  3 05:57:22 2006
@@ -14,7 +14,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-api</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>generama</groupId>

Modified: excalibur/trunk/fortress/migration/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/migration/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/fortress/migration/pom.xml (original)
+++ excalibur/trunk/fortress/migration/pom.xml Tue Oct  3 05:57:22 2006
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/fortress/platform/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/platform/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/fortress/platform/pom.xml (original)
+++ excalibur/trunk/fortress/platform/pom.xml Tue Oct  3 05:57:22 2006
@@ -16,7 +16,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/fortress/plugin/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/plugin/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/fortress/plugin/pom.xml (original)
+++ excalibur/trunk/fortress/plugin/pom.xml Tue Oct  3 05:57:22 2006
@@ -25,7 +25,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.meta</groupId>
       <artifactId>excalibur-fortress-meta</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>

Modified: excalibur/trunk/fortress/testcase/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/testcase/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/fortress/testcase/pom.xml (original)
+++ excalibur/trunk/fortress/testcase/pom.xml Tue Oct  3 05:57:22 2006
@@ -17,12 +17,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

Modified: excalibur/trunk/framework/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/framework/api/pom.xml (original)
+++ excalibur/trunk/framework/api/pom.xml Tue Oct  3 05:57:22 2006
@@ -8,13 +8,13 @@
   <name>Avalon Framework API</name>
   <groupId>org.apache.avalon.framework</groupId>
   <artifactId>avalon-framework-api</artifactId>
-  <version>4.4.2-SNAPSHOT</version>
+  <version>4.3.2-SNAPSHOT</version>
   <description>Avalon Framework API</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -30,4 +30,4 @@
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/api</url>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-framework/avalon-framework-api</developerConnection>
   </scm>
-</project>
\ No newline at end of file
+</project>

Modified: excalibur/trunk/framework/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/pom.xml?view=diff&rev=452471&r1=452470&r2=452471
==============================================================================
--- excalibur/trunk/framework/impl/pom.xml (original)
+++ excalibur/trunk/framework/impl/pom.xml Tue Oct  3 05:57:22 2006
@@ -8,13 +8,13 @@
   <name>Avalon Framework Implementation</name>
   <groupId>org.apache.avalon.framework</groupId>
   <artifactId>avalon-framework-impl</artifactId>
-  <version>4.4.2-SNAPSHOT</version>
+  <version>4.3.2-SNAPSHOT</version>
   <description>Avalon Framework Implementation</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.4.1</version>
+      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <artifactId>commons-logging</artifactId>
@@ -32,7 +32,7 @@
       <groupId>org.apache.avalon.logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
       <scope>provided</scope>
-      <version>2.2.1</version>
+      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <artifactId>junit</artifactId>
@@ -53,4 +53,4 @@
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/impl</url>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-framework/avalon-framework-impl</developerConnection>
   </scm>
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org