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/12 22:04:59 UTC

svn commit: r506648 [2/3] - in /excalibur/tags/maven2-release-working-tag: ./ components/ components/datasource/ components/monitor/ components/pool/ components/pool/api/ components/pool/impl/ components/pool/instrumented/ components/sourceresolve/ com...

Modified: excalibur/tags/maven2-release-working-tag/cornerstone/connection/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/connection/impl/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/connection/impl/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/connection/impl/pom.xml Mon Feb 12 13:04:52 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/tags/maven2-release-working-tag/cornerstone/connection/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/connection/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/connection/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/connection/pom.xml Mon Feb 12 13:04:52 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/tags/maven2-release-working-tag/cornerstone/datasources/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/datasources/api/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/datasources/api/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/datasources/api/pom.xml Mon Feb 12 13:04:52 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/tags/maven2-release-working-tag/cornerstone/datasources/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/datasources/impl/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/datasources/impl/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/datasources/impl/pom.xml Mon Feb 12 13:04:52 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/tags/maven2-release-working-tag/cornerstone/datasources/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/datasources/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/datasources/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/datasources/pom.xml Mon Feb 12 13:04:52 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/tags/maven2-release-working-tag/cornerstone/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/pom.xml Mon Feb 12 13:04:52 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/tags/maven2-release-working-tag/cornerstone/scheduler/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/scheduler/api/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/scheduler/api/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/scheduler/api/pom.xml Mon Feb 12 13:04:52 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

Modified: excalibur/tags/maven2-release-working-tag/cornerstone/scheduler/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/scheduler/impl/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/scheduler/impl/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/scheduler/impl/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,38 +19,38 @@
   <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-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Cornerstone Scheduler Implementation</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
       <artifactId>cornerstone-scheduler-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>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>
@@ -67,8 +67,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/cornerstone/scheduler/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/scheduler/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/scheduler/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/scheduler/pom.xml Mon Feb 12 13:04:52 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.scheduler</groupId>
@@ -31,8 +31,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/cornerstone/sockets/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/sockets/api/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/sockets/api/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/sockets/api/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,17 +19,17 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.sockets</groupId>
     <artifactId>cornerstone-sockets</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</groupId>
   <artifactId>cornerstone-sockets-api</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Cornerstone Sockets API</name>
   <build />
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/cornerstone/sockets/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/sockets/impl/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/sockets/impl/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/sockets/impl/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,28 +19,28 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.sockets</groupId>
     <artifactId>cornerstone-sockets</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</groupId>
   <artifactId>cornerstone-sockets-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Cornerstone Sockets Implementation</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.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>
@@ -57,8 +57,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/cornerstone/sockets/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/sockets/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/sockets/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/sockets/pom.xml Mon Feb 12 13:04:52 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.sockets</groupId>
@@ -31,8 +31,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/cornerstone/store/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/store/api/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/store/api/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/store/api/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,25 +19,25 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.store</groupId>
     <artifactId>cornerstone-store</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>
   <artifactId>cornerstone-store-api</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Cornerstone Store API</name>
   <inceptionYear>2001</inceptionYear>
   <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/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>
+    <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/tags/maven2-release-working-tag/cornerstone/store/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/store/impl/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/store/impl/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/store/impl/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,28 +19,28 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.store</groupId>
     <artifactId>cornerstone-store</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>
   <artifactId>cornerstone-store-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Cornerstone Store Implementation</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.store</groupId>
       <artifactId>cornerstone-store-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>
@@ -57,8 +57,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/cornerstone/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/store/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/store/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/store/pom.xml Mon Feb 12 13:04:52 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.store</groupId>
@@ -31,8 +31,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/cornerstone/threads/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/threads/api/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/threads/api/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/threads/api/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,25 +19,25 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.threads</groupId>
     <artifactId>cornerstone-threads</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>
   <artifactId>cornerstone-threads-api</artifactId>
   <name>Cornerstone Threads API</name>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <inceptionYear>2001</inceptionYear>
   <dependencies>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</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/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>
+    <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/tags/maven2-release-working-tag/cornerstone/threads/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/threads/impl/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/threads/impl/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/threads/impl/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,48 +19,48 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.threads</groupId>
     <artifactId>cornerstone-threads</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>
   <artifactId>cornerstone-threads-impl</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Cornerstone Threads Implementation</name>
   <dependencies>
     <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.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-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-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>commons-collections</groupId>
@@ -75,8 +75,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/cornerstone/threads/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/threads/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/threads/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/threads/pom.xml Mon Feb 12 13:04:52 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.threads</groupId>
@@ -32,8 +32,8 @@
     <module>tutorial</module>
   </modules>
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/cornerstone/threads/tutorial/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/cornerstone/threads/tutorial/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/cornerstone/threads/tutorial/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/cornerstone/threads/tutorial/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.avalon.cornerstone.threads</groupId>
     <artifactId>cornerstone-threads</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>
@@ -30,23 +30,23 @@
     <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>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/deprecated/component-examples/NOTICE.txt
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/component-examples/NOTICE.txt?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/component-examples/NOTICE.txt (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/component-examples/NOTICE.txt Mon Feb 12 13:04:52 2007
@@ -1,3 +1,5 @@
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
+Apache Excalibur
+Copyright 1997-2007 The Apache Software Foundation
 
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

Modified: excalibur/tags/maven2-release-working-tag/deprecated/component-tests/NOTICE.txt
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/component-tests/NOTICE.txt?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/component-tests/NOTICE.txt (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/component-tests/NOTICE.txt Mon Feb 12 13:04:52 2007
@@ -1,3 +1,5 @@
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
+Apache Excalibur
+Copyright 1997-2007 The Apache Software Foundation
 
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

Modified: excalibur/tags/maven2-release-working-tag/deprecated/component-tests/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/component-tests/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/component-tests/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/component-tests/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,25 +19,25 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Component Manager Tests</name>
   <artifactId>excalibur-component-tests</artifactId>
   <groupId>org.apache.excalibur.component</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <inceptionYear>1997</inceptionYear>
   <description>Tests for the Excalibur Component Manager component</description>
   <dependencies>
     <dependency>
       <artifactId>excalibur-component</artifactId>
       <groupId>org.apache.excalibur.component</groupId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <artifactId>excalibur-testcase</artifactId>
       <groupId>org.apache.excalibur.testcase</groupId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -48,8 +48,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/deprecated/component/NOTICE.txt
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/component/NOTICE.txt?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/component/NOTICE.txt (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/component/NOTICE.txt Mon Feb 12 13:04:52 2007
@@ -1,3 +1,5 @@
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
+Apache Excalibur
+Copyright 1997-2007 The Apache Software Foundation
 
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

Modified: excalibur/tags/maven2-release-working-tag/deprecated/component/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/component/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/component/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/component/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Component Manager</name>
   <artifactId>excalibur-component</artifactId>
   <groupId>org.apache.excalibur.component</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <inceptionYear>1997</inceptionYear>
   <description>
     This project contains utilities for managing components. ECM is what we call an "avalon container", though it is
@@ -37,42 +37,42 @@
     <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-logger</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.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>
     </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>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-instrumented</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.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-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <artifactId>junit</artifactId>
@@ -89,8 +89,8 @@
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/deprecated/event/NOTICE.txt
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/event/NOTICE.txt?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/event/NOTICE.txt (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/event/NOTICE.txt Mon Feb 12 13:04:52 2007
@@ -1,3 +1,5 @@
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
+Apache Excalibur
+Copyright 1997-2007 The Apache Software Foundation
 
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

Modified: excalibur/tags/maven2-release-working-tag/deprecated/event/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/event/api/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/event/api/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/event/api/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,25 +19,25 @@
   <parent>
     <groupId>org.apache.excalibur.event</groupId>
     <artifactId>excalibur-event-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Event API</name>
   <artifactId>excalibur-event-api</artifactId>
   <groupId>org.apache.excalibur.event</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <description>Excalibur Event 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/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>
+    <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/tags/maven2-release-working-tag/deprecated/event/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/event/impl/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/event/impl/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/event/impl/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,24 +19,24 @@
   <parent>
     <groupId>org.apache.excalibur.event</groupId>
     <artifactId>excalibur-event-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Event Implementation</name>
   <artifactId>excalibur-event-impl</artifactId>
   <groupId>org.apache.excalibur.event</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <description>Excalibur Event 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.excalibur.event</groupId>
       <artifactId>excalibur-event-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
@@ -51,22 +51,17 @@
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.containerkit</groupId>
-      <artifactId>excalibur-logger</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>junit</groupId>
@@ -74,11 +69,16 @@
       <scope>test</scope>
       <version>3.8.2</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-impl</artifactId>
+      <version>2.2.1</version>
+    </dependency>
   </dependencies>
   <build />
   <scm>
-    <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>
+    <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/tags/maven2-release-working-tag/deprecated/event/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/event/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/event/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/event/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,21 +19,21 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Event</name>
   <groupId>org.apache.excalibur.event</groupId>
   <artifactId>excalibur-event-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1</version>
   <packaging>pom</packaging>
   <modules>
     <module>api</module>
     <module>impl</module>
   </modules>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/event</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/event</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-deprecated-modules/excalibur-event-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/tags/maven2-release-working-tag/deprecated/i18n/NOTICE.txt
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/i18n/NOTICE.txt?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/i18n/NOTICE.txt (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/i18n/NOTICE.txt Mon Feb 12 13:04:52 2007
@@ -1,3 +1,5 @@
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
+Apache Excalibur
+Copyright 1997-2007 The Apache Software Foundation
 
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

Modified: excalibur/tags/maven2-release-working-tag/deprecated/i18n/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/i18n/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/i18n/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/i18n/pom.xml Mon Feb 12 13:04:52 2007
@@ -1,27 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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
+  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
+      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.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
+  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.
+  See the License for the specific language governing permissions and
+  limitations under the License.
 -->
-<!--+
-    | @version $Id$
-    |
-    +-->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
@@ -31,7 +25,7 @@
   <name>Excalibur I18N</name>
   <artifactId>excalibur-i18n</artifactId>
   <groupId>org.apache.avalon.excalibur.i18n</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <description>Excalibur I18N</description>
   <dependencies>
   </dependencies>

Modified: excalibur/tags/maven2-release-working-tag/deprecated/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Deprecated [modules]</name>
   <groupId>org.apache.excalibur.deprecated</groupId>
   <artifactId>excalibur-deprecated-modules</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1</version>
   <packaging>pom</packaging>
   <modules>
     <module>event</module>
@@ -34,8 +34,8 @@
     <module>testcase</module>
   </modules>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-deprecated-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/tags/maven2-release-working-tag/deprecated/testcase/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/deprecated/testcase/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/deprecated/testcase/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/deprecated/testcase/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Testcase</name>
   <artifactId>excalibur-testcase</artifactId>
   <groupId>org.apache.excalibur.testcase</groupId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <inceptionYear>2004</inceptionYear>
   <description>
         This project contains utilities for managing components. ECM is what we call an "avalon container", though it is
@@ -37,12 +37,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.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -53,13 +53,13 @@
     <dependency>
       <artifactId>excalibur-component</artifactId>
       <groupId>org.apache.excalibur.component</groupId>
-      <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/deprecated/testcase</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/testcase</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-deprecated-modules/excalibur-testcase</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/tags/maven2-release-working-tag/fortress/NOTICE.txt
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/fortress/NOTICE.txt?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/fortress/NOTICE.txt (original)
+++ excalibur/tags/maven2-release-working-tag/fortress/NOTICE.txt Mon Feb 12 13:04:52 2007
@@ -1,3 +1,5 @@
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
+Apache Excalibur
+Copyright 1997-2007 The Apache Software Foundation
 
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

Modified: excalibur/tags/maven2-release-working-tag/fortress/bean/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/fortress/bean/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/fortress/bean/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/fortress/bean/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,19 +19,19 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Bean</name>
   <artifactId>excalibur-fortress-bean</artifactId>
   <groupId>org.apache.excalibur.fortress.bean</groupId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1</version>
   <description>Excalibur Fortress Bean component</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3.2-SNAPSHOT</version>
+      <version>1.3.1</version>
     </dependency>
     <dependency>
       <artifactId>junit</artifactId>
@@ -42,14 +42,14 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.testcase</groupId>
       <artifactId>excalibur-fortress-testcase</artifactId>
-      <version>1.3.2-SNAPSHOT</version>
+      <version>1.3.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/bean</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/bean</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/excalibur-fortress-bean</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/tags/maven2-release-working-tag/fortress/container-api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/fortress/container-api/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/fortress/container-api/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/fortress/container-api/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Container API</name>
   <groupId>org.apache.excalibur.fortress.container</groupId>
   <artifactId>excalibur-fortress-container-api</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1</version>
   <description>
         Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
         of your component instances, high scalability, easier maintenance of your code, and easy embedding into various
@@ -35,7 +35,7 @@
     <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>d-haven-event</groupId>
@@ -48,8 +48,8 @@
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/container-api</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/container-api</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/excalibur-fortress-container-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/tags/maven2-release-working-tag/fortress/container-impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/fortress/container-impl/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/fortress/container-impl/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/fortress/container-impl/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Container Implementation</name>
   <groupId>org.apache.excalibur.fortress.container</groupId>
   <artifactId>excalibur-fortress-container-impl</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1</version>
   <description>
     Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
     of your component instances, high scalability, easier maintenance of your code, and easy embedding into various
@@ -35,17 +35,17 @@
     <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>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.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>
     </dependency>
     <dependency>
       <artifactId>commons-collections</artifactId>
@@ -71,17 +71,17 @@
     <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-lifecycle-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-lifecycle-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <artifactId>bcel</artifactId>
@@ -96,23 +96,23 @@
     <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.containerkit</groupId>
       <artifactId>excalibur-instrument-mgr-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-impl</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/fortress/container-impl</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/container-impl</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/excalibur-fortress-container-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/tags/maven2-release-working-tag/fortress/container-test/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/fortress/container-test/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/fortress/container-test/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/fortress/container-test/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Container Implementation Test</name>
   <groupId>org.apache.excalibur.fortress.container</groupId>
   <artifactId>excalibur-fortress-container-test</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1</version>
   <description>
         Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
         of your component instances, high scalability, easier maintenance of your code, and easy embedding into various
@@ -35,12 +35,12 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3.2-SNAPSHOT</version>
+      <version>1.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.fortress.meta</groupId>
       <artifactId>excalibur-fortress-meta</artifactId>
-      <version>1.3.2-SNAPSHOT</version>
+      <version>1.3.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -61,7 +61,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>test-compile</phase>
@@ -90,8 +90,8 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/container-test</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/container-test</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/excalibur-fortress-container-test</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/tags/maven2-release-working-tag/fortress/examples/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/fortress/examples/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/fortress/examples/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/fortress/examples/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Examples</name>
   <groupId>org.apache.excalibur.fortress.examples</groupId>
   <artifactId>excalibur-fortress-examples</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1</version>
   <description>
         Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
         of your component instances, high scalability, easier maintenance of your code, and easy embedding into various
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3.2-SNAPSHOT</version>
+      <version>1.3.1</version>
     </dependency>
     <dependency>
       <artifactId>servlet-api</artifactId>
@@ -46,8 +46,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/examples</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/examples</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/excalibur-fortress-examples</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/tags/maven2-release-working-tag/fortress/meta/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/fortress/meta/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/fortress/meta/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/fortress/meta/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,19 +19,19 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Meta Generator</name>
   <groupId>org.apache.excalibur.fortress.meta</groupId>
   <artifactId>excalibur-fortress-meta</artifactId>
   <description>Excalibur Fortress Meta Generation</description>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1</version>
   <dependencies>
     <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>
     </dependency>
     <dependency>
       <groupId>generama</groupId>
@@ -60,8 +60,8 @@
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/meta</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/meta</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/excalibur-fortress-meta</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/tags/maven2-release-working-tag/fortress/migration/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/fortress/migration/pom.xml?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/fortress/migration/pom.xml (original)
+++ excalibur/tags/maven2-release-working-tag/fortress/migration/pom.xml Mon Feb 12 13:04:52 2007
@@ -19,13 +19,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Migration Adapter</name>
   <groupId>org.apache.excalibur.fortress.migration</groupId>
   <artifactId>excalibur-fortress-migration</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.1</version>
   <inceptionYear>2004</inceptionYear>
   <description>
         Fortress migration is a project supporting the binary compatibility of legacy fortress components within an
@@ -35,13 +35,13 @@
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
       <artifactId>excalibur-fortress-container-impl</artifactId>
-      <version>1.3.2-SNAPSHOT</version>
+      <version>1.3.1</version>
     </dependency>
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/migration</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/migration</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/excalibur-fortress-migration</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/tags/maven2-release-working-tag/fortress/platform/NOTICE.txt
URL: http://svn.apache.org/viewvc/excalibur/tags/maven2-release-working-tag/fortress/platform/NOTICE.txt?view=diff&rev=506648&r1=506647&r2=506648
==============================================================================
--- excalibur/tags/maven2-release-working-tag/fortress/platform/NOTICE.txt (original)
+++ excalibur/tags/maven2-release-working-tag/fortress/platform/NOTICE.txt Mon Feb 12 13:04:52 2007
@@ -1,2 +1,5 @@
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
+Apache Excalibur
+Copyright 1997-2007 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).



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