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:35:11 UTC

svn commit: r452371 [1/2] - in /excalibur/trunk: ./ components/ components/datasource/ components/monitor/ components/pool/ components/pool/api/ components/pool/impl/ components/pool/instrumented/ components/sourceresolve/ components/store/ components/...

Author: jheymans
Date: Tue Oct  3 02:35:07 2006
New Revision: 452371

URL: http://svn.apache.org/viewvc?view=rev&rev=452371
Log:
[maven-release-plugin] prepare for next development iteration

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=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-datasource</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Excalibur Datasource</name>
   <inceptionYear>2003</inceptionYear>
   <description>
@@ -96,8 +96,8 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/datasource</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/datasource</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-datasource</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-monitor</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Excalibur Monitor</name>
   <inceptionYear>1997</inceptionYear>
   <description>
@@ -63,8 +63,8 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/monitor</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/monitor</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-monitor</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/pom.xml (original)
+++ excalibur/trunk/components/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-components-modules</artifactId>
-  <version>1</version>
+  <version>2-SNAPSHOT</version>
   <name>Excalibur Components [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -20,8 +20,8 @@
     <module>datasource</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/pool/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/pool/api/pom.xml (original)
+++ excalibur/trunk/components/pool/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
@@ -20,8 +20,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/pool/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/pool/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-pool-modules/excalibur-pool-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <dependencies>
     <dependency>
@@ -67,8 +67,8 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/pool/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/pool/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-pool-modules/excalibur-pool-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/pool/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/pool/instrumented/pom.xml (original)
+++ excalibur/trunk/components/pool/instrumented/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>Excalibur Pool Instrumented Implementation</description>
   <dependencies>
@@ -58,8 +58,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/pool/instrumented</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/pool/instrumented</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-pool-modules/excalibur-pool-instrumented</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/pool/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/pool/pom.xml (original)
+++ excalibur/trunk/components/pool/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-pool-modules</artifactId>
-  <version>1</version>
+  <version>2-SNAPSHOT</version>
   <name>Excalibur Pool [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -16,8 +16,8 @@
     <module>instrumented</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/pool</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/pool</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-pool-modules</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-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
@@ -74,8 +74,8 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/sourceresolve</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/sourceresolve</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-sourceresolve</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-store</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Excalibur Store</name>
   <inceptionYear>1997</inceptionYear>
   <description>
@@ -71,8 +71,8 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/store</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/store</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-store</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-api</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Excalibur Threads API</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads API</description>
@@ -20,8 +20,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/thread/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/thread/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-thread-modules/excalibur-thread-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/thread/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/thread/impl/pom.xml (original)
+++ excalibur/trunk/components/thread/impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-impl</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Excalibur Threads Implementation</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads Implementation</description>
@@ -62,8 +62,8 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/thread/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/thread/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-thread-modules/excalibur-thread-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/thread/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/thread/instrumented/pom.xml (original)
+++ excalibur/trunk/components/thread/instrumented/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-instrumented</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Excalibur Threads Instrumented Implementation</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads Instrumented Implementation</description>
@@ -61,8 +61,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/thread/instrumented</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/thread/instrumented</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-thread-modules/excalibur-thread-instrumented</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/thread/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/thread/pom.xml (original)
+++ excalibur/trunk/components/thread/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-modules</artifactId>
-  <version>1</version>
+  <version>2-SNAPSHOT</version>
   <name>Excalibur Thread [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -16,8 +16,8 @@
     <module>instrumented</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/thread</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/thread</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-thread-modules</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,14 +2,14 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>
     Excalibur's XML Utilities provide simplified wrappers for XML parsers, transformers and XPath evaluators.
@@ -107,8 +107,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/sourceresolve</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/sourceresolve</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-xmlutil</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/containerkit/instrument/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/instrument/api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>
         Excalibur Instrument is an instrumentation utility that allows you to attach a separate JVM to your running
@@ -31,8 +31,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/instrument/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/instrument/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/excalibur-instrument-modules/excalibur-instrument-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/containerkit/instrument/client/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/client/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/instrument/client/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/client/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>
         Excalibur Instrument is an instrumentation utility that allows you to attach a separate JVM to your running
@@ -30,8 +30,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/instrument/client</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/instrument/client</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/excalibur-instrument-modules/excalibur-instrument-client</developerConnection>
   </scm>
 </project>

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=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
@@ -29,8 +29,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/instrument/mgr-api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/instrument/mgr-api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/excalibur-instrument-modules/excalibur-instrument-mgr-api</developerConnection>
   </scm>
 </project>

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=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-http/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-http/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <description>Excalibur Instrument Manager HTTP Connector</description>
   <dependencies>
     <dependency>
@@ -40,8 +40,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/instrument/mgr-http</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/instrument/mgr-http</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/excalibur-instrument-modules/excalibur-instrument-mgr-http</developerConnection>
   </scm>
 </project>

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=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <description>Excalibur Instrument Manager Implementation</description>
   <dependencies>
     <dependency>
@@ -46,8 +46,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/instrument/mgr-impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/instrument/mgr-impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/excalibur-instrument-modules/excalibur-instrument-mgr-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/containerkit/instrument/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/instrument/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument</name>
@@ -24,8 +24,8 @@
     <module>mgr-impl</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/instrument</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/instrument</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/excalibur-instrument-modules</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/containerkit/lifecycle/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/api/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-lifecycle-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <description>Excalibur Lifecycle Extension API</description>
   <dependencies>
     <dependency>
@@ -19,8 +19,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/lifecycle/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/lifecycle/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/excalibur-lifecycle-modules/excalibur-lifecycle-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/containerkit/lifecycle/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/impl/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/impl/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-lifecycle-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <description>Excalibur Lifecycle Extension Implementation</description>
   <dependencies>
     <dependency>
@@ -29,8 +29,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/lifecycle/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/lifecycle/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/excalibur-lifecycle-modules/excalibur-lifecycle-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/containerkit/lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Lifecycle</name>
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-lifecycle-modules</artifactId>
-  <version>1</version>
+  <version>2-SNAPSHOT</version>
   <inceptionYear>2002</inceptionYear>
   <packaging>pom</packaging>
   <modules>
@@ -16,8 +16,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/lifecycle</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/lifecycle</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/excalibur-lifecycle-modules</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/containerkit/logger/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logger/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/logger/pom.xml (original)
+++ excalibur/trunk/containerkit/logger/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-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
@@ -60,8 +60,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/logger</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/logger</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/excalibur-logger</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/containerkit/logkit/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/logkit/pom.xml (original)
+++ excalibur/trunk/containerkit/logkit/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>Excalibur's Logkit package</description>
   <dependencies>
@@ -45,8 +45,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit/logkit</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/logkit</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit/avalon-logkit</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/containerkit/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/containerkit/pom.xml (original)
+++ excalibur/trunk/containerkit/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-containerkit</artifactId>
-  <version>1</version>
+  <version>2-SNAPSHOT</version>
   <name>Excalibur Containerkit [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -17,8 +17,8 @@
     <module>instrument</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/containerkit</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-containerkit</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/connection/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/connection/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.connection</groupId>
     <artifactId>cornerstone-connection</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.connection</groupId>
   <artifactId>cornerstone-connection-api</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Cornerstone Connections API</name>
   <dependencies>
     <dependency>
@@ -38,8 +38,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/connection/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/connection/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-connection/cornerstone-connection-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/connection/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/impl/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.connection</groupId>
     <artifactId>cornerstone-connection</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.connection</groupId>
@@ -80,8 +80,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/connection/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/connection/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-connection/cornerstone-connection-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/connection/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/connection/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.connection</groupId>
@@ -14,8 +14,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/connection</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/connection</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-connection</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/datasources/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/datasources/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.datasources</groupId>
     <artifactId>cornerstone-datasources</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>
   <artifactId>cornerstone-datasources-api</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Cornerstone Datasources API</name>
   <dependencies>
     <dependency>
@@ -18,8 +18,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/datasources/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/datasources/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-datasources/cornerstone-datasources-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/datasources/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/impl/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/datasources/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.datasources</groupId>
     <artifactId>cornerstone-datasources</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>
   <artifactId>cornerstone-datasources-impl</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Cornerstone Datasources Implementation</name>
   <dependencies>
     <dependency>
@@ -50,8 +50,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/datasources/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/datasources/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-datasources/cornerstone-datasources-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/datasources/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/datasources/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>
@@ -14,8 +14,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/datasources</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/datasources</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-datasources</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/pom.xml (original)
+++ excalibur/trunk/cornerstone/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone</groupId>
   <artifactId>avalon-cornerstone-modules</artifactId>
-  <version>1</version>
+  <version>2-SNAPSHOT</version>
   <name>Avalon Cornerstone [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -19,8 +19,8 @@
     <module>threads</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/scheduler/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
     <artifactId>cornerstone-scheduler</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
   <artifactId>cornerstone-scheduler-api</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Cornerstone Scheduler API</name>
   <dependencies>
     <dependency>
@@ -30,8 +30,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/scheduler/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/scheduler/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-scheduler/cornerstone-scheduler-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/scheduler/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/impl/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
     <artifactId>cornerstone-scheduler</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
   <artifactId>cornerstone-scheduler-impl</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Cornerstone Scheduler Implementation</name>
   <dependencies>
     <dependency>
@@ -50,8 +50,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/scheduler/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/scheduler/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-scheduler/cornerstone-scheduler-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/scheduler/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
@@ -14,8 +14,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/scheduler</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/scheduler</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-scheduler</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/sockets/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/sockets/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,17 +2,17 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.sockets</groupId>
     <artifactId>cornerstone-sockets</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</groupId>
   <artifactId>cornerstone-sockets-api</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Cornerstone Sockets API</name>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/sockets/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/sockets/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-sockets/cornerstone-sockets-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/sockets/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/impl/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/sockets/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.sockets</groupId>
     <artifactId>cornerstone-sockets</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</groupId>
   <artifactId>cornerstone-sockets-impl</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Cornerstone Sockets Implementation</name>
   <dependencies>
     <dependency>
@@ -40,8 +40,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/sockets/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/sockets/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-sockets/cornerstone-sockets-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/sockets/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/sockets/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</groupId>
@@ -14,8 +14,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/sockets</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/sockets</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-sockets</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/store/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/store/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.store</groupId>
     <artifactId>cornerstone-store</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>
   <artifactId>cornerstone-store-api</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Cornerstone Store API</name>
   <inceptionYear>2001</inceptionYear>
   <dependencies>
@@ -19,8 +19,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/store/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/store/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-store/cornerstone-store-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/store/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/impl/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/store/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.store</groupId>
     <artifactId>cornerstone-store</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>
   <artifactId>cornerstone-store-impl</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Cornerstone Store Implementation</name>
   <dependencies>
     <dependency>
@@ -40,8 +40,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/store/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/store/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-store/cornerstone-store-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/store/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>
@@ -14,8 +14,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/store</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/store</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-store</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/threads/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/threads/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.threads</groupId>
     <artifactId>cornerstone-threads</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <inceptionYear>2001</inceptionYear>
   <dependencies>
     <dependency>
@@ -19,8 +19,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-threads/cornerstone-threads-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/threads/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/impl/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/threads/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.threads</groupId>
     <artifactId>cornerstone-threads</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>
   <artifactId>cornerstone-threads-impl</artifactId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <name>Cornerstone Threads Implementation</name>
   <dependencies>
     <dependency>
@@ -58,8 +58,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-threads/cornerstone-threads-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/threads/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/threads/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>
@@ -15,8 +15,8 @@
     <module>tutorial</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-threads</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/threads/tutorial/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/tutorial/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/cornerstone/threads/tutorial/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/tutorial/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.threads</groupId>
     <artifactId>cornerstone-threads</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>
@@ -28,8 +28,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads/tutorial</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads/tutorial</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-cornerstone-modules/cornerstone-threads/cornerstone-threads-tutorial</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/deprecated/component-tests/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/deprecated/component-tests/pom.xml (original)
+++ excalibur/trunk/deprecated/component-tests/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>Tests for the Excalibur Component Manager component</description>
   <dependencies>
@@ -31,8 +31,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/component</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/component</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-deprecated-modules/excalibur-component-tests</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/deprecated/component/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/deprecated/component/pom.xml (original)
+++ excalibur/trunk/deprecated/component/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <description>
     This project contains utilities for managing components. ECM is what we call an "avalon container", though it is
@@ -72,8 +72,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/component</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/component</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-deprecated-modules/excalibur-component</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/deprecated/event/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/api/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/deprecated/event/api/pom.xml (original)
+++ excalibur/trunk/deprecated/event/api/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.event</groupId>
     <artifactId>excalibur-event-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <description>Excalibur Event API</description>
   <dependencies>
     <dependency>
@@ -19,8 +19,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/event/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/event/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-deprecated-modules/excalibur-event-modules/excalibur-event-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/deprecated/event/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/impl/pom.xml?view=diff&rev=452371&r1=452370&r2=452371
==============================================================================
--- excalibur/trunk/deprecated/event/impl/pom.xml (original)
+++ excalibur/trunk/deprecated/event/impl/pom.xml Tue Oct  3 02:35:07 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.event</groupId>
     <artifactId>excalibur-event-modules</artifactId>
-    <version>1</version>
+    <version>2-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.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <description>Excalibur Event Implementation</description>
   <dependencies>
     <dependency>
@@ -65,8 +65,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/event/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/event/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-deprecated-modules/excalibur-event-modules/excalibur-event-impl</developerConnection>
   </scm>
 </project>



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