You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/06/15 21:27:54 UTC

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

Author: rdonkin
Date: Mon Jun 15 19:27:53 2009
New Revision: 784931

URL: http://svn.apache.org/viewvc?rev=784931&view=rev
Log:
EXLBR-36 Upgrade Maven Build to latest parent SNAPSHOT https://issues.apache.org/jira/browse/EXLBR-36

Modified:
    excalibur/trunk/components/datasource/pom.xml
    excalibur/trunk/components/monitor/pom.xml
    excalibur/trunk/components/pom.xml
    excalibur/trunk/components/pool/api/pom.xml
    excalibur/trunk/components/pool/impl/pom.xml
    excalibur/trunk/components/pool/instrumented/pom.xml
    excalibur/trunk/components/pool/pom.xml
    excalibur/trunk/components/store/pom.xml
    excalibur/trunk/components/thread/api/pom.xml
    excalibur/trunk/components/thread/impl/pom.xml
    excalibur/trunk/components/thread/instrumented/pom.xml
    excalibur/trunk/components/xmlutil/pom.xml
    excalibur/trunk/containerkit/instrument/api/pom.xml
    excalibur/trunk/containerkit/instrument/client/pom.xml
    excalibur/trunk/containerkit/instrument/mgr-api/pom.xml
    excalibur/trunk/containerkit/instrument/mgr-http/pom.xml
    excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml
    excalibur/trunk/containerkit/instrument/pom.xml
    excalibur/trunk/containerkit/lifecycle/api/pom.xml
    excalibur/trunk/containerkit/lifecycle/impl/pom.xml
    excalibur/trunk/containerkit/lifecycle/pom.xml
    excalibur/trunk/containerkit/logger/pom.xml
    excalibur/trunk/containerkit/logkit/pom.xml
    excalibur/trunk/containerkit/pom.xml
    excalibur/trunk/cornerstone/connection/api/pom.xml
    excalibur/trunk/cornerstone/connection/impl/pom.xml
    excalibur/trunk/cornerstone/connection/pom.xml
    excalibur/trunk/cornerstone/datasources/api/pom.xml
    excalibur/trunk/cornerstone/datasources/impl/pom.xml
    excalibur/trunk/cornerstone/datasources/pom.xml
    excalibur/trunk/cornerstone/pom.xml
    excalibur/trunk/cornerstone/scheduler/api/pom.xml
    excalibur/trunk/cornerstone/scheduler/impl/pom.xml
    excalibur/trunk/cornerstone/scheduler/pom.xml
    excalibur/trunk/cornerstone/sockets/api/pom.xml
    excalibur/trunk/cornerstone/sockets/impl/pom.xml
    excalibur/trunk/cornerstone/sockets/pom.xml
    excalibur/trunk/cornerstone/store/api/pom.xml
    excalibur/trunk/cornerstone/store/impl/pom.xml
    excalibur/trunk/cornerstone/store/pom.xml
    excalibur/trunk/cornerstone/threads/api/pom.xml
    excalibur/trunk/cornerstone/threads/impl/pom.xml
    excalibur/trunk/cornerstone/threads/pom.xml
    excalibur/trunk/cornerstone/threads/tutorial/pom.xml
    excalibur/trunk/framework/api/pom.xml
    excalibur/trunk/framework/impl/pom.xml
    excalibur/trunk/framework/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/pom.xml (original)
+++ excalibur/trunk/components/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/pool/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/pool/api/pom.xml (original)
+++ excalibur/trunk/components/pool/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool API</name>

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool Implementation</name>

Modified: excalibur/trunk/components/pool/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/pool/instrumented/pom.xml (original)
+++ excalibur/trunk/components/pool/instrumented/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool Instrumented Implementation</name>

Modified: excalibur/trunk/components/pool/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/pool/pom.xml (original)
+++ excalibur/trunk/components/pool/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/thread/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/thread/impl/pom.xml (original)
+++ excalibur/trunk/components/thread/impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/thread/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/thread/instrumented/pom.xml (original)
+++ excalibur/trunk/components/thread/instrumented/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur XML Utilities</name>

Modified: excalibur/trunk/containerkit/instrument/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/instrument/api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument API</name>

Modified: excalibur/trunk/containerkit/instrument/client/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/client/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/instrument/client/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/client/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument Client</name>

Modified: excalibur/trunk/containerkit/instrument/mgr-api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/mgr-api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument Manager API</name>

Modified: excalibur/trunk/containerkit/instrument/mgr-http/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/mgr-http/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-http/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-http/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument Manager HTTP Connector</name>

Modified: excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument Manager Implementation</name>

Modified: excalibur/trunk/containerkit/instrument/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/instrument/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument</name>

Modified: excalibur/trunk/containerkit/lifecycle/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/api/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Lifecycle Extension API</name>

Modified: excalibur/trunk/containerkit/lifecycle/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/impl/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Lifecycle Extension Impl</name>

Modified: excalibur/trunk/containerkit/lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Lifecycle</name>

Modified: excalibur/trunk/containerkit/logger/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logger/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/logger/pom.xml (original)
+++ excalibur/trunk/containerkit/logger/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Logger</name>

Modified: excalibur/trunk/containerkit/logkit/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/logkit/pom.xml (original)
+++ excalibur/trunk/containerkit/logkit/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Logkit</name>

Modified: excalibur/trunk/containerkit/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/containerkit/pom.xml (original)
+++ excalibur/trunk/containerkit/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.containerkit</groupId>

Modified: excalibur/trunk/cornerstone/connection/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/connection/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.connection</groupId>

Modified: excalibur/trunk/cornerstone/connection/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.connection</groupId>

Modified: excalibur/trunk/cornerstone/connection/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/connection/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.connection</groupId>

Modified: excalibur/trunk/cornerstone/datasources/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/datasources/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>

Modified: excalibur/trunk/cornerstone/datasources/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/datasources/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>

Modified: excalibur/trunk/cornerstone/datasources/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/datasources/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.datasources</groupId>

Modified: excalibur/trunk/cornerstone/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/pom.xml (original)
+++ excalibur/trunk/cornerstone/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone</groupId>

Modified: excalibur/trunk/cornerstone/scheduler/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.scheduler</groupId>

Modified: excalibur/trunk/cornerstone/scheduler/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.scheduler</groupId>

Modified: excalibur/trunk/cornerstone/scheduler/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.scheduler</groupId>

Modified: excalibur/trunk/cornerstone/sockets/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/sockets/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</groupId>

Modified: excalibur/trunk/cornerstone/sockets/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/sockets/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</groupId>

Modified: excalibur/trunk/cornerstone/sockets/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/sockets/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.sockets</groupId>

Modified: excalibur/trunk/cornerstone/store/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>

Modified: excalibur/trunk/cornerstone/store/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>

Modified: excalibur/trunk/cornerstone/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.store</groupId>

Modified: excalibur/trunk/cornerstone/threads/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>

Modified: excalibur/trunk/cornerstone/threads/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>

Modified: excalibur/trunk/cornerstone/threads/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>

Modified: excalibur/trunk/cornerstone/threads/tutorial/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/tutorial/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/tutorial/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/tutorial/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.avalon.cornerstone.threads</groupId>

Modified: excalibur/trunk/framework/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/framework/api/pom.xml (original)
+++ excalibur/trunk/framework/api/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework API</name>

Modified: excalibur/trunk/framework/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/framework/impl/pom.xml (original)
+++ excalibur/trunk/framework/impl/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework Implementation</name>

Modified: excalibur/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/pom.xml?rev=784931&r1=784930&r2=784931&view=diff
==============================================================================
--- excalibur/trunk/framework/pom.xml (original)
+++ excalibur/trunk/framework/pom.xml Mon Jun 15 19:27:53 2009
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework [modules]</name>



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