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 2007/02/15 20:47:09 UTC

svn commit: r508107 [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: Thu Feb 15 11:47:05 2007
New Revision: 508107

URL: http://svn.apache.org/viewvc?view=rev&rev=508107
Log:
rolling back pom versions to their released versions

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/i18n/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=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <name>Excalibur Datasource</name>
   <inceptionYear>2003</inceptionYear>
   <description>
@@ -38,17 +38,17 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>
       <artifactId>excalibur-testcase</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -66,30 +66,30 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-instrumented</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>
@@ -100,7 +100,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.1</version>
         <executions>
           <execution>
             <phase>compile</phase>
@@ -113,8 +113,8 @@
     </plugins>
   </build>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <name>Excalibur Monitor</name>
   <inceptionYear>1997</inceptionYear>
   <description>
@@ -40,12 +40,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-sourceresolve</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -56,7 +56,7 @@
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>
       <artifactId>excalibur-testcase</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -67,7 +67,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.1</version>
         <executions>
           <execution>
             <phase>compile</phase>
@@ -80,8 +80,8 @@
     </plugins>
   </build>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/pom.xml (original)
+++ excalibur/trunk/components/pom.xml Thu Feb 15 11:47:05 2007
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
-<!-- 
+<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
- 
+
       http://www.apache.org/licenses/LICENSE-2.0
- 
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-components-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1</version>
   <name>Excalibur Components [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -37,8 +37,8 @@
     <module>datasource</module>
   </modules>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/pool/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/pool/api/pom.xml (original)
+++ excalibur/trunk/components/pool/api/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool API</name>
@@ -27,18 +27,18 @@
   <artifactId>excalibur-pool-api</artifactId>
   <inceptionYear>1997</inceptionYear>
   <description>Excalibur Pool API</description>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,29 +19,29 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <inceptionYear>1997</inceptionYear>
   <dependencies>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
@@ -71,7 +71,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.1</version>
         <executions>
           <execution>
             <phase>compile</phase>
@@ -84,8 +84,8 @@
     </plugins>
   </build>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/pool/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/pool/instrumented/pom.xml (original)
+++ excalibur/trunk/components/pool/instrumented/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,30 +19,30 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <inceptionYear>1997</inceptionYear>
   <description>Excalibur Pool Instrumented Implementation</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
@@ -69,14 +69,14 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-api</artifactId>
-      <version>1.3.2-SNAPSHOT</version>
+      <version>1.3.1</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/pool/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/pool/pom.xml (original)
+++ excalibur/trunk/components/pool/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-pool-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1</version>
   <name>Excalibur Pool [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -33,8 +33,8 @@
     <module>instrumented</module>
   </modules>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Thu Feb 15 11:47:05 2007
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
-<!-- 
+<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
- 
+
       http://www.apache.org/licenses/LICENSE-2.0
- 
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</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
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-vfs</groupId>
@@ -78,7 +78,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.1</version>
         <executions>
           <execution>
             <phase>compile</phase>
@@ -91,8 +91,8 @@
     </plugins>
   </build>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Thu Feb 15 11:47:05 2007
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
-<!-- 
+<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
- 
+
       http://www.apache.org/licenses/LICENSE-2.0
- 
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <name>Excalibur Store</name>
   <inceptionYear>1997</inceptionYear>
   <description>
@@ -36,12 +36,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-api</artifactId>
-      <version>1.3.2-SNAPSHOT</version>
+      <version>1.3.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -75,7 +75,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.1</version>
         <executions>
           <execution>
             <phase>compile</phase>
@@ -88,8 +88,8 @@
     </plugins>
   </build>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <name>Excalibur Threads API</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads API</description>
@@ -32,13 +32,13 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/thread/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/thread/impl/pom.xml (original)
+++ excalibur/trunk/components/thread/impl/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <name>Excalibur Threads Implementation</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads Implementation</description>
@@ -32,27 +32,27 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -66,7 +66,7 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.1</version>
         <executions>
           <execution>
             <phase>compile</phase>
@@ -79,8 +79,8 @@
     </plugins>
   </build>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/thread/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/thread/instrumented/pom.xml (original)
+++ excalibur/trunk/components/thread/instrumented/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <name>Excalibur Threads Instrumented Implementation</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads Instrumented Implementation</description>
@@ -32,27 +32,27 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -63,23 +63,23 @@
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-instrumented</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/thread/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/thread/pom.xml (original)
+++ excalibur/trunk/components/thread/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1</version>
   <name>Excalibur Thread [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -33,8 +33,8 @@
     <module>instrumented</module>
   </modules>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Thu Feb 15 11:47:05 2007
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
-<!-- 
+<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
- 
+
       http://www.apache.org/licenses/LICENSE-2.0
- 
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -19,14 +19,14 @@
   <parent>
     <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <inceptionYear>1997</inceptionYear>
   <description>
     Excalibur's XML Utilities provide simplified wrappers for XML parsers, transformers and XPath evaluators.
@@ -56,22 +56,22 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-sourceresolve</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-store</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
@@ -106,7 +106,7 @@
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>
       <artifactId>excalibur-testcase</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -124,8 +124,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/containerkit/instrument/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/api/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/instrument/api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/api/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <inceptionYear>1997</inceptionYear>
   <description>
         Excalibur Instrument is an instrumentation utility that allows you to attach a separate JVM to your running
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <artifactId>junit</artifactId>
@@ -48,8 +48,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/containerkit/instrument/client/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/client/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/instrument/client/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/client/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <inceptionYear>1997</inceptionYear>
   <description>
         Excalibur Instrument is an instrumentation utility that allows you to attach a separate JVM to your running
@@ -37,18 +37,18 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

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=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-api/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,23 +19,23 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
@@ -46,8 +46,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

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=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-http/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-http/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,34 +19,34 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <description>Excalibur Instrument Manager HTTP Connector</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-mgr-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
@@ -57,8 +57,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

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=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,34 +19,34 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-instrument-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <description>Excalibur Instrument Manager Implementation</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-mgr-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
@@ -63,8 +63,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/containerkit/instrument/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/instrument/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument</name>
@@ -41,8 +41,8 @@
     <module>mgr-impl</module>
   </modules>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/containerkit/lifecycle/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/api/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/api/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/api/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,25 +19,25 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-lifecycle-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <description>Excalibur Lifecycle Extension API</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/containerkit/lifecycle/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/impl/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/impl/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/impl/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,35 +19,35 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-lifecycle-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <description>Excalibur Lifecycle Extension Implementation</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-lifecycle-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/containerkit/lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <inceptionYear>2002</inceptionYear>
   <packaging>pom</packaging>
   <modules>
@@ -33,8 +33,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/containerkit/logger/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logger/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/logger/pom.xml (original)
+++ excalibur/trunk/containerkit/logger/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <inceptionYear>1997</inceptionYear>
   <description>
     Excalibur-Logger integrates neatly into Avalon-ECM and Excalibur Fortress. The main goal is to be able to define
@@ -36,12 +36,12 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -77,8 +77,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/containerkit/logkit/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/logkit/pom.xml (original)
+++ excalibur/trunk/containerkit/logkit/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.containerkit</groupId>
     <artifactId>excalibur-containerkit</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <inceptionYear>1997</inceptionYear>
   <description>Excalibur's Logkit package</description>
   <dependencies>
@@ -62,8 +62,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/containerkit/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/containerkit/pom.xml (original)
+++ excalibur/trunk/containerkit/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-containerkit</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1</version>
   <name>Excalibur Containerkit [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -34,8 +34,8 @@
     <module>instrument</module>
   </modules>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/cornerstone/connection/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/api/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/cornerstone/connection/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/api/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,44 +19,44 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.connection</groupId>
     <artifactId>cornerstone-connection</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <name>Cornerstone Connections API</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.sockets</groupId>
       <artifactId>cornerstone-sockets-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.threads</groupId>
       <artifactId>cornerstone-threads-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/cornerstone/connection/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/impl/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/impl/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,33 +19,33 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.connection</groupId>
     <artifactId>cornerstone-connection</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.connection</groupId>
       <artifactId>cornerstone-connection-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.sockets</groupId>
       <artifactId>cornerstone-sockets-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.threads</groupId>
       <artifactId>cornerstone-threads-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
@@ -55,32 +55,32 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-datasource</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.connection</groupId>
       <artifactId>cornerstone-connection-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
@@ -97,8 +97,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
 </project>

Modified: excalibur/trunk/cornerstone/connection/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/cornerstone/connection/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.connection</groupId>
@@ -31,8 +31,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/cornerstone/datasources/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/api/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/cornerstone/datasources/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/api/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,24 +19,24 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.datasources</groupId>
     <artifactId>cornerstone-datasources</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <name>Cornerstone Datasources API</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/cornerstone/datasources/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/impl/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/cornerstone/datasources/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/impl/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,38 +19,38 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.datasources</groupId>
     <artifactId>cornerstone-datasources</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <name>Cornerstone Datasources Implementation</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-datasource</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.datasources</groupId>
       <artifactId>cornerstone-datasources-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
@@ -67,8 +67,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/cornerstone/datasources/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/cornerstone/datasources/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone</groupId>
     <artifactId>avalon-cornerstone-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>
@@ -31,8 +31,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/cornerstone/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/cornerstone/pom.xml (original)
+++ excalibur/trunk/cornerstone/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,12 +19,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone</groupId>
   <artifactId>avalon-cornerstone-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1</version>
   <name>Avalon Cornerstone [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -36,8 +36,8 @@
     <module>threads</module>
   </modules>
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file

Modified: excalibur/trunk/cornerstone/scheduler/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/api/pom.xml?view=diff&rev=508107&r1=508106&r2=508107
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/api/pom.xml Thu Feb 15 11:47:05 2007
@@ -19,18 +19,18 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
     <artifactId>cornerstone-scheduler</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</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</version>
   <name>Cornerstone Scheduler API</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
@@ -47,8 +47,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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>
   </scm>
-</project>
+</project>
\ No newline at end of file



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