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 11:09:54 UTC

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

Author: jheymans
Date: Tue Oct  3 02:09:51 2006
New Revision: 452360

URL: http://svn.apache.org/viewvc?view=rev&rev=452360
Log:
release preparation take2

Modified:
    excalibur/trunk/components/datasource/pom.xml
    excalibur/trunk/components/monitor/pom.xml
    excalibur/trunk/components/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/pool/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/thread/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/instrument/pom.xml
    excalibur/trunk/containerkit/lifecycle/api/pom.xml
    excalibur/trunk/containerkit/lifecycle/impl/pom.xml
    excalibur/trunk/containerkit/lifecycle/pom.xml
    excalibur/trunk/containerkit/logger/pom.xml
    excalibur/trunk/containerkit/logkit/pom.xml
    excalibur/trunk/containerkit/pom.xml
    excalibur/trunk/cornerstone/connection/api/pom.xml
    excalibur/trunk/cornerstone/connection/impl/pom.xml
    excalibur/trunk/cornerstone/connection/pom.xml
    excalibur/trunk/cornerstone/datasources/api/pom.xml
    excalibur/trunk/cornerstone/datasources/impl/pom.xml
    excalibur/trunk/cornerstone/datasources/pom.xml
    excalibur/trunk/cornerstone/pom.xml
    excalibur/trunk/cornerstone/scheduler/api/pom.xml
    excalibur/trunk/cornerstone/scheduler/impl/pom.xml
    excalibur/trunk/cornerstone/scheduler/pom.xml
    excalibur/trunk/cornerstone/sockets/api/pom.xml
    excalibur/trunk/cornerstone/sockets/impl/pom.xml
    excalibur/trunk/cornerstone/sockets/pom.xml
    excalibur/trunk/cornerstone/store/api/pom.xml
    excalibur/trunk/cornerstone/store/impl/pom.xml
    excalibur/trunk/cornerstone/store/pom.xml
    excalibur/trunk/cornerstone/threads/api/pom.xml
    excalibur/trunk/cornerstone/threads/impl/pom.xml
    excalibur/trunk/cornerstone/threads/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/event/pom.xml
    excalibur/trunk/deprecated/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/pom.xml
    excalibur/trunk/fortress/testcase/pom.xml
    excalibur/trunk/framework/api/pom.xml
    excalibur/trunk/framework/impl/pom.xml
    excalibur/trunk/framework/pom.xml
    excalibur/trunk/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-datasource</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Excalibur Datasource</name>
   <inceptionYear>2003</inceptionYear>
   <description>

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-monitor</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Excalibur Monitor</name>
   <inceptionYear>1997</inceptionYear>
   <description>

Modified: excalibur/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/pom.xml (original)
+++ excalibur/trunk/components/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-components-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <name>Excalibur Components [modules]</name>
   <packaging>pom</packaging>
   <modules>

Modified: excalibur/trunk/components/pool/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/pool/api/pom.xml (original)
+++ excalibur/trunk/components/pool/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool API</name>
@@ -10,7 +10,7 @@
   <artifactId>excalibur-pool-api</artifactId>
   <inceptionYear>1997</inceptionYear>
   <description>Excalibur Pool API</description>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool Implementation</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-pool-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/components/pool/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/pool/instrumented/pom.xml (original)
+++ excalibur/trunk/components/pool/instrumented/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool Instrumented Implementation</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-pool-instrumented</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>Excalibur Pool Instrumented Implementation</description>
   <dependencies>

Modified: excalibur/trunk/components/pool/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/pool/pom.xml (original)
+++ excalibur/trunk/components/pool/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-pool-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <name>Excalibur Pool [modules]</name>
   <packaging>pom</packaging>
   <modules>

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Sourceresolve</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-sourceresolve</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>
         A very common problem is resolving a source, which means finding a source using a URI. The source resolver of

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-store</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Excalibur Store</name>
   <inceptionYear>1997</inceptionYear>
   <description>

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-api</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Excalibur Threads API</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads API</description>

Modified: excalibur/trunk/components/thread/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/thread/impl/pom.xml (original)
+++ excalibur/trunk/components/thread/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Excalibur Threads Implementation</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads Implementation</description>

Modified: excalibur/trunk/components/thread/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/thread/instrumented/pom.xml (original)
+++ excalibur/trunk/components/thread/instrumented/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-instrumented</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Excalibur Threads Instrumented Implementation</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads Instrumented Implementation</description>

Modified: excalibur/trunk/components/thread/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/thread/pom.xml (original)
+++ excalibur/trunk/components/thread/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <name>Excalibur Thread [modules]</name>
   <packaging>pom</packaging>
   <modules>

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,14 +2,14 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur XML Utilities</name>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-xmlutil</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>
     Excalibur's XML Utilities provide simplified wrappers for XML parsers, transformers and XPath evaluators.

Modified: excalibur/trunk/containerkit/instrument/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/api/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/instrument/api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument API</name>
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-instrument-api</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>
         Excalibur Instrument is an instrumentation utility that allows you to attach a separate JVM to your running

Modified: excalibur/trunk/containerkit/instrument/client/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/client/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/instrument/client/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/client/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument Client</name>
   <artifactId>excalibur-instrument-client</artifactId>
   <groupId>org.apache.excalibur.containerkit</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>
         Excalibur Instrument is an instrumentation utility that allows you to attach a separate JVM to your running

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=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument Manager API</name>
   <artifactId>excalibur-instrument-mgr-api</artifactId>
   <groupId>org.apache.excalibur.containerkit</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</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=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-http/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-http/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument Manager HTTP Connector</name>
   <artifactId>excalibur-instrument-mgr-http</artifactId>
   <groupId>org.apache.excalibur.containerkit</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <description>Excalibur Instrument Manager HTTP Connector</description>
   <dependencies>
     <dependency>

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=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument Manager Implementation</name>
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-instrument-mgr-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <description>Excalibur Instrument Manager Implementation</description>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/containerkit/instrument/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/instrument/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument</name>

Modified: excalibur/trunk/containerkit/lifecycle/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/api/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/api/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-lifecycle-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Lifecycle Extension API</name>
   <artifactId>excalibur-lifecycle-api</artifactId>
   <groupId>org.apache.excalibur.containerkit</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <description>Excalibur Lifecycle Extension API</description>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/containerkit/lifecycle/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/impl/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-lifecycle-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Lifecycle Extension Impl</name>
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-lifecycle-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <description>Excalibur Lifecycle Extension Implementation</description>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/containerkit/lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Lifecycle</name>
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-lifecycle-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <inceptionYear>2002</inceptionYear>
   <packaging>pom</packaging>
   <modules>

Modified: excalibur/trunk/containerkit/logger/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logger/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/logger/pom.xml (original)
+++ excalibur/trunk/containerkit/logger/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Logger</name>
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-logger</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>
     Excalibur-Logger integrates neatly into Avalon-ECM and Excalibur Fortress. The main goal is to be able to define

Modified: excalibur/trunk/containerkit/logkit/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/logkit/pom.xml (original)
+++ excalibur/trunk/containerkit/logkit/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Logkit</name>
   <artifactId>avalon-logkit</artifactId>
   <groupId>org.apache.avalon.logkit</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>Excalibur's Logkit package</description>
   <dependencies>

Modified: excalibur/trunk/containerkit/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/containerkit/pom.xml (original)
+++ excalibur/trunk/containerkit/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-containerkit</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <name>Excalibur Containerkit [modules]</name>
   <packaging>pom</packaging>
   <modules>

Modified: excalibur/trunk/cornerstone/connection/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/api/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/connection/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.connection</groupId>
     <artifactId>cornerstone-connection</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.connection</groupId>
   <artifactId>cornerstone-connection-api</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Cornerstone Connections API</name>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/cornerstone/connection/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.connection</groupId>
     <artifactId>cornerstone-connection</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.connection</groupId>
   <artifactId>cornerstone-connection-impl</artifactId>
   <name>Cornerstone Connections Implementation</name>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.connection</groupId>

Modified: excalibur/trunk/cornerstone/connection/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/connection/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.connection</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=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/datasources/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.datasources</groupId>
     <artifactId>cornerstone-datasources</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>
   <artifactId>cornerstone-datasources-api</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Cornerstone Datasources API</name>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/cornerstone/datasources/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/datasources/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.datasources</groupId>
     <artifactId>cornerstone-datasources</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>
   <artifactId>cornerstone-datasources-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Cornerstone Datasources Implementation</name>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/cornerstone/datasources/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/datasources/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>

Modified: excalibur/trunk/cornerstone/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/pom.xml (original)
+++ excalibur/trunk/cornerstone/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone</groupId>
   <artifactId>avalon-cornerstone-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <name>Avalon Cornerstone [modules]</name>
   <packaging>pom</packaging>
   <modules>

Modified: excalibur/trunk/cornerstone/scheduler/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/api/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
     <artifactId>cornerstone-scheduler</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
   <artifactId>cornerstone-scheduler-api</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Cornerstone Scheduler API</name>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/cornerstone/scheduler/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
     <artifactId>cornerstone-scheduler</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
   <artifactId>cornerstone-scheduler-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Cornerstone Scheduler Implementation</name>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/cornerstone/scheduler/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.scheduler</groupId>

Modified: excalibur/trunk/cornerstone/sockets/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/api/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/sockets/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.sockets</groupId>
     <artifactId>cornerstone-sockets</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</groupId>
   <artifactId>cornerstone-sockets-api</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Cornerstone Sockets API</name>
   <build />
   <scm>

Modified: excalibur/trunk/cornerstone/sockets/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/sockets/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.sockets</groupId>
     <artifactId>cornerstone-sockets</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</groupId>
   <artifactId>cornerstone-sockets-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Cornerstone Sockets Implementation</name>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/cornerstone/sockets/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/sockets/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</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=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/store/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.store</groupId>
     <artifactId>cornerstone-store</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>
   <artifactId>cornerstone-store-api</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Cornerstone Store API</name>
   <inceptionYear>2001</inceptionYear>
   <dependencies>

Modified: excalibur/trunk/cornerstone/store/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/store/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.store</groupId>
     <artifactId>cornerstone-store</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>
   <artifactId>cornerstone-store-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Cornerstone Store Implementation</name>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/cornerstone/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/store/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</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=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/threads/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.threads</groupId>
     <artifactId>cornerstone-threads</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>
   <artifactId>cornerstone-threads-api</artifactId>
   <name>Cornerstone Threads API</name>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>2001</inceptionYear>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/cornerstone/threads/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/threads/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.threads</groupId>
     <artifactId>cornerstone-threads</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>
   <artifactId>cornerstone-threads-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Cornerstone Threads Implementation</name>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/cornerstone/threads/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/threads/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</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=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/cornerstone/threads/tutorial/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/tutorial/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.threads</groupId>
     <artifactId>cornerstone-threads</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>

Modified: excalibur/trunk/deprecated/component-tests/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/deprecated/component-tests/pom.xml (original)
+++ excalibur/trunk/deprecated/component-tests/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Component Manager Tests</name>
   <artifactId>excalibur-component-tests</artifactId>
   <groupId>org.apache.excalibur.component</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>Tests for the Excalibur Component Manager component</description>
   <dependencies>

Modified: excalibur/trunk/deprecated/component/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/deprecated/component/pom.xml (original)
+++ excalibur/trunk/deprecated/component/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Component Manager</name>
   <artifactId>excalibur-component</artifactId>
   <groupId>org.apache.excalibur.component</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>
     This project contains utilities for managing components. ECM is what we call an "avalon container", though it is

Modified: excalibur/trunk/deprecated/event/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/api/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/deprecated/event/api/pom.xml (original)
+++ excalibur/trunk/deprecated/event/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.event</groupId>
     <artifactId>excalibur-event-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Event API</name>
   <artifactId>excalibur-event-api</artifactId>
   <groupId>org.apache.excalibur.event</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <description>Excalibur Event API</description>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/deprecated/event/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/deprecated/event/impl/pom.xml (original)
+++ excalibur/trunk/deprecated/event/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.event</groupId>
     <artifactId>excalibur-event-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Event Implementation</name>
   <artifactId>excalibur-event-impl</artifactId>
   <groupId>org.apache.excalibur.event</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <description>Excalibur Event Implementation</description>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/deprecated/event/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/deprecated/event/pom.xml (original)
+++ excalibur/trunk/deprecated/event/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Event</name>
   <groupId>org.apache.excalibur.event</groupId>
   <artifactId>excalibur-event-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>
     <module>api</module>

Modified: excalibur/trunk/deprecated/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/deprecated/pom.xml (original)
+++ excalibur/trunk/deprecated/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Deprecated [modules]</name>
   <groupId>org.apache.excalibur.deprecated</groupId>
   <artifactId>excalibur-deprecated-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>
     <module>event</module>

Modified: excalibur/trunk/deprecated/testcase/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/testcase/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/deprecated/testcase/pom.xml (original)
+++ excalibur/trunk/deprecated/testcase/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Testcase</name>
   <artifactId>excalibur-testcase</artifactId>
   <groupId>org.apache.excalibur.testcase</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <inceptionYear>2004</inceptionYear>
   <description>
         This project contains utilities for managing components. ECM is what we call an "avalon container", though it is

Modified: excalibur/trunk/fortress/bean/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/bean/pom.xml (original)
+++ excalibur/trunk/fortress/bean/pom.xml Tue Oct  3 02:09:51 2006
@@ -31,19 +31,25 @@
   <name>Excalibur Fortress Bean</name>
   <artifactId>excalibur-fortress-bean</artifactId>
   <groupId>org.apache.excalibur.fortress.bean</groupId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <description>Excalibur Fortress Bean component</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3-SNAPSHOT</version>
+      <version>1.3.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <artifactId>junit</artifactId>
       <groupId>junit</groupId>
-      <scope>test</scope>
+      <scope>provided</scope>
       <version>3.8.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.fortress.testcase</groupId>
+      <artifactId>excalibur-fortress-testcase</artifactId>
+      <version>1.3.1-SNAPSHOT</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
   <build/>

Modified: excalibur/trunk/fortress/container-api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/container-api/pom.xml (original)
+++ excalibur/trunk/fortress/container-api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Container API</name>
   <groupId>org.apache.excalibur.fortress.container</groupId>
   <artifactId>excalibur-fortress-container-api</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <description>
         Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
         of your component instances, high scalability, easier maintenance of your code, and easy embedding into various

Modified: excalibur/trunk/fortress/container-impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/container-impl/pom.xml (original)
+++ excalibur/trunk/fortress/container-impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Container Implementation</name>
   <groupId>org.apache.excalibur.fortress.container</groupId>
   <artifactId>excalibur-fortress-container-impl</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <description>
     Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
     of your component instances, high scalability, easier maintenance of your code, and easy embedding into various

Modified: excalibur/trunk/fortress/container-test/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-test/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/container-test/pom.xml (original)
+++ excalibur/trunk/fortress/container-test/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Container Implementation Test</name>
   <groupId>org.apache.excalibur.fortress.container</groupId>
   <artifactId>excalibur-fortress-container-test</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <description>
         Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
         of your component instances, high scalability, easier maintenance of your code, and easy embedding into various

Modified: excalibur/trunk/fortress/examples/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/examples/pom.xml (original)
+++ excalibur/trunk/fortress/examples/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Examples</name>
   <groupId>org.apache.excalibur.fortress.examples</groupId>
   <artifactId>excalibur-fortress-examples</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <description>
         Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
         of your component instances, high scalability, easier maintenance of your code, and easy embedding into various

Modified: excalibur/trunk/fortress/meta/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/meta/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/meta/pom.xml (original)
+++ excalibur/trunk/fortress/meta/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,14 +2,14 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Meta Generator</name>
   <groupId>org.apache.excalibur.fortress.meta</groupId>
   <artifactId>excalibur-fortress-meta</artifactId>
   <description>Excalibur Fortress Meta Generation</description>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>

Modified: excalibur/trunk/fortress/migration/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/migration/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/migration/pom.xml (original)
+++ excalibur/trunk/fortress/migration/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Migration Adapter</name>
   <groupId>org.apache.excalibur.fortress.migration</groupId>
   <artifactId>excalibur-fortress-migration</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <inceptionYear>2004</inceptionYear>
   <description>
         Fortress migration is a project supporting the binary compatibility of legacy fortress components within an

Modified: excalibur/trunk/fortress/platform/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/platform/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/platform/pom.xml (original)
+++ excalibur/trunk/fortress/platform/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Platform</name>
   <artifactId>excalibur-fortress-platform</artifactId>
   <groupId>org.apache.excalibur.fortress.platform</groupId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <description>
         A generic, modular kernel that can run multiple instances of Avalon-Fortress-Container-based containers.
     </description>

Modified: excalibur/trunk/fortress/plugin/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/plugin/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/plugin/pom.xml (original)
+++ excalibur/trunk/fortress/plugin/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.fortress.meta</groupId>
   <artifactId>maven-fortress-plugin</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <name>Maven Fortress Plugin</name>
   <description>Maven Fortress Plugin</description>
   <packaging>maven-plugin</packaging>

Modified: excalibur/trunk/fortress/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/pom.xml (original)
+++ excalibur/trunk/fortress/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.fortress</groupId>
   <artifactId>excalibur-fortress-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <inceptionYear>2003</inceptionYear>
   <name>Excalibur Fortress [modules]</name>
   <packaging>pom</packaging>
@@ -21,10 +21,11 @@
     <module>examples</module>
     <module>testcase</module>
     <module>migration</module>
+    <module>bean</module>
   </modules>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress</connection>
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress</url>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules</developerConnection>
   </scm>
-</project>
\ No newline at end of file
+</project>

Modified: excalibur/trunk/fortress/testcase/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/testcase/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/fortress/testcase/pom.xml (original)
+++ excalibur/trunk/fortress/testcase/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress TestCase</name>
   <groupId>org.apache.excalibur.fortress.testcase</groupId>
   <artifactId>excalibur-fortress-testcase</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <description>
         Provides a base FortressTestCase which can be extended to provide Fortress based testing of components as part
         of a JUnit test suite.
@@ -28,6 +28,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.2</version>
+      <scope>provided</scope>
     </dependency>
   </dependencies>
   <build />
@@ -36,4 +37,4 @@
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/testcase</url>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/excalibur-fortress-testcase</developerConnection>
   </scm>
-</project>
\ No newline at end of file
+</project>

Modified: excalibur/trunk/framework/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/framework/api/pom.xml (original)
+++ excalibur/trunk/framework/api/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.avalon</groupId>
     <artifactId>avalon-framework</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework API</name>
   <groupId>org.apache.avalon.framework</groupId>
   <artifactId>avalon-framework-api</artifactId>
-  <version>4.4.2-SNAPSHOT</version>
+  <version>4.4.1-SNAPSHOT</version>
   <description>Avalon Framework API</description>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/framework/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/framework/impl/pom.xml (original)
+++ excalibur/trunk/framework/impl/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.avalon</groupId>
     <artifactId>avalon-framework</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework Implementation</name>
   <groupId>org.apache.avalon.framework</groupId>
   <artifactId>avalon-framework-impl</artifactId>
-  <version>4.4.2-SNAPSHOT</version>
+  <version>4.4.1-SNAPSHOT</version>
   <description>Avalon Framework Implementation</description>
   <dependencies>
     <dependency>

Modified: excalibur/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/framework/pom.xml (original)
+++ excalibur/trunk/framework/pom.xml Tue Oct  3 02:09:51 2006
@@ -2,14 +2,14 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework [modules]</name>
   <groupId>org.apache.avalon</groupId>
   <artifactId>avalon-framework</artifactId>
   <description>Avalon Framework</description>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <packaging>pom</packaging>
   <modules>

Modified: excalibur/trunk/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/pom.xml?view=diff&rev=452360&r1=452359&r2=452360
==============================================================================
--- excalibur/trunk/pom.xml (original)
+++ excalibur/trunk/pom.xml Tue Oct  3 02:09:51 2006
@@ -7,7 +7,7 @@
   </parent>
   <groupId>org.apache.excalibur</groupId>
   <artifactId>excalibur</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <name>Excalibur</name>
   <packaging>pom</packaging>
   <modules>



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