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

svn commit: r452040 [2/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/...

Modified: excalibur/trunk/deprecated/testcase/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/testcase/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/deprecated/testcase/pom.xml (original)
+++ excalibur/trunk/deprecated/testcase/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.deprecated</groupId>
     <artifactId>excalibur-deprecated-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Testcase</name>
   <artifactId>excalibur-testcase</artifactId>
   <groupId>org.apache.excalibur.testcase</groupId>
-  <version>2.2.1</version>
+  <version>2.2.2-SNAPSHOT</version>
   <inceptionYear>2004</inceptionYear>
   <description>
         This project contains utilities for managing components. ECM is what we call an "avalon container", though it is
@@ -41,8 +41,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <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>
   </scm>
 </project>

Modified: excalibur/trunk/fortress/container-api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/fortress/container-api/pom.xml (original)
+++ excalibur/trunk/fortress/container-api/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Container API</name>
   <groupId>org.apache.excalibur.fortress.container</groupId>
   <artifactId>excalibur-fortress-container-api</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2-SNAPSHOT</version>
   <description>
         Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
         of your component instances, high scalability, easier maintenance of your code, and easy embedding into various
@@ -31,8 +31,8 @@
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <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>
   </scm>
 </project>

Modified: excalibur/trunk/fortress/container-impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/fortress/container-impl/pom.xml (original)
+++ excalibur/trunk/fortress/container-impl/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Container Implementation</name>
   <groupId>org.apache.excalibur.fortress.container</groupId>
   <artifactId>excalibur-fortress-container-impl</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2-SNAPSHOT</version>
   <description>
     Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
     of your component instances, high scalability, easier maintenance of your code, and easy embedding into various
@@ -94,8 +94,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <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>
   </scm>
 </project>

Modified: excalibur/trunk/fortress/container-test/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-test/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/fortress/container-test/pom.xml (original)
+++ excalibur/trunk/fortress/container-test/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Container Implementation Test</name>
   <groupId>org.apache.excalibur.fortress.container</groupId>
   <artifactId>excalibur-fortress-container-test</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2-SNAPSHOT</version>
   <description>
         Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
         of your component instances, high scalability, easier maintenance of your code, and easy embedding into various
@@ -73,8 +73,8 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <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>
   </scm>
 </project>

Modified: excalibur/trunk/fortress/examples/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/examples/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/fortress/examples/pom.xml (original)
+++ excalibur/trunk/fortress/examples/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Examples</name>
   <groupId>org.apache.excalibur.fortress.examples</groupId>
   <artifactId>excalibur-fortress-examples</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2-SNAPSHOT</version>
   <description>
         Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
         of your component instances, high scalability, easier maintenance of your code, and easy embedding into various
@@ -29,8 +29,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <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>
   </scm>
 </project>

Modified: excalibur/trunk/fortress/meta/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/meta/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/fortress/meta/pom.xml (original)
+++ excalibur/trunk/fortress/meta/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,14 +2,14 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Meta Generator</name>
   <groupId>org.apache.excalibur.fortress.meta</groupId>
   <artifactId>excalibur-fortress-meta</artifactId>
   <description>Excalibur Fortress Meta Generation</description>
-  <version>1.3.1</version>
+  <version>1.3.2-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.excalibur.fortress.container</groupId>
@@ -43,8 +43,8 @@
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <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>
   </scm>
 </project>

Modified: excalibur/trunk/fortress/migration/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/migration/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/fortress/migration/pom.xml (original)
+++ excalibur/trunk/fortress/migration/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Migration Adapter</name>
   <groupId>org.apache.excalibur.fortress.migration</groupId>
   <artifactId>excalibur-fortress-migration</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2-SNAPSHOT</version>
   <inceptionYear>2004</inceptionYear>
   <description>
         Fortress migration is a project supporting the binary compatibility of legacy fortress components within an
@@ -23,8 +23,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <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>
   </scm>
 </project>

Modified: excalibur/trunk/fortress/platform/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/platform/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/fortress/platform/pom.xml (original)
+++ excalibur/trunk/fortress/platform/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Platform</name>
   <artifactId>excalibur-fortress-platform</artifactId>
   <groupId>org.apache.excalibur.fortress.platform</groupId>
-  <version>1.3.1</version>
+  <version>1.3.2-SNAPSHOT</version>
   <description>
         A generic, modular kernel that can run multiple instances of Avalon-Fortress-Container-based containers.
     </description>
@@ -21,8 +21,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/platform</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/platform</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/excalibur-fortress-platform</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/fortress/plugin/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/plugin/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/fortress/plugin/pom.xml (original)
+++ excalibur/trunk/fortress/plugin/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.fortress.meta</groupId>
   <artifactId>maven-fortress-plugin</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2-SNAPSHOT</version>
   <name>Maven Fortress Plugin</name>
   <description>Maven Fortress Plugin</description>
   <packaging>maven-plugin</packaging>
@@ -33,8 +33,8 @@
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/plugin</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/plugin</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/maven-fortress-plugin</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/fortress/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/fortress/pom.xml (original)
+++ excalibur/trunk/fortress/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.fortress</groupId>
   <artifactId>excalibur-fortress-modules</artifactId>
-  <version>1</version>
+  <version>2-SNAPSHOT</version>
   <inceptionYear>2003</inceptionYear>
   <name>Excalibur Fortress [modules]</name>
   <packaging>pom</packaging>
@@ -23,8 +23,8 @@
     <module>migration</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/fortress/testcase/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/testcase/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/fortress/testcase/pom.xml (original)
+++ excalibur/trunk/fortress/testcase/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.excalibur.fortress</groupId>
     <artifactId>excalibur-fortress-modules</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress TestCase</name>
   <groupId>org.apache.excalibur.fortress.testcase</groupId>
   <artifactId>excalibur-fortress-testcase</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2-SNAPSHOT</version>
   <description>
         Provides a base FortressTestCase which can be extended to provide Fortress based testing of components as part
         of a JUnit test suite.
@@ -32,8 +32,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/testcase</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/testcase</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-fortress-modules/excalibur-fortress-testcase</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/framework/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/framework/api/pom.xml (original)
+++ excalibur/trunk/framework/api/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.avalon</groupId>
     <artifactId>avalon-framework</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework API</name>
   <groupId>org.apache.avalon.framework</groupId>
   <artifactId>avalon-framework-api</artifactId>
-  <version>4.4.1</version>
+  <version>4.4.2-SNAPSHOT</version>
   <description>Avalon Framework API</description>
   <dependencies>
     <dependency>
@@ -26,8 +26,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework/api</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/api</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-framework/avalon-framework-api</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/framework/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/framework/impl/pom.xml (original)
+++ excalibur/trunk/framework/impl/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.apache.avalon</groupId>
     <artifactId>avalon-framework</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework Implementation</name>
   <groupId>org.apache.avalon.framework</groupId>
   <artifactId>avalon-framework-impl</artifactId>
-  <version>4.4.1</version>
+  <version>4.4.2-SNAPSHOT</version>
   <description>Avalon Framework Implementation</description>
   <dependencies>
     <dependency>
@@ -49,8 +49,8 @@
   </dependencies>
   <build />
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework/impl</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/impl</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-framework/avalon-framework-impl</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/framework/pom.xml (original)
+++ excalibur/trunk/framework/pom.xml Mon Oct  2 06:50:26 2006
@@ -2,14 +2,14 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework [modules]</name>
   <groupId>org.apache.avalon</groupId>
   <artifactId>avalon-framework</artifactId>
   <description>Avalon Framework</description>
-  <version>1</version>
+  <version>2-SNAPSHOT</version>
   <inceptionYear>1997</inceptionYear>
   <packaging>pom</packaging>
   <modules>
@@ -17,8 +17,8 @@
     <module>impl</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-framework</developerConnection>
   </scm>
 </project>

Modified: excalibur/trunk/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/pom.xml?view=diff&rev=452040&r1=452039&r2=452040
==============================================================================
--- excalibur/trunk/pom.xml (original)
+++ excalibur/trunk/pom.xml Mon Oct  2 06:50:26 2006
@@ -7,7 +7,7 @@
   </parent>
   <groupId>org.apache.excalibur</groupId>
   <artifactId>excalibur</artifactId>
-  <version>1</version>
+  <version>2-SNAPSHOT</version>
   <name>Excalibur</name>
   <packaging>pom</packaging>
   <modules>
@@ -19,9 +19,9 @@
     <module>cornerstone</module>
   </modules>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</developerConnection>
-    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk</url>
   </scm>
   <distributionManagement>
     <repository>



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