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/07/10 11:11:15 UTC

svn commit: r792848 - in /excalibur/trunk/cornerstone: connection/api/ connection/impl/ datasources/api/ datasources/impl/ scheduler/api/ scheduler/impl/ sockets/impl/ store/api/ store/impl/ threads/impl/ threads/tutorial/

Author: rdonkin
Date: Fri Jul 10 09:11:15 2009
New Revision: 792848

URL: http://svn.apache.org/viewvc?rev=792848&view=rev
Log:
EXLBR-45 Use parent pom for avalon framework version https://issues.apache.org/jira/browse/EXLBR-45

Modified:
    excalibur/trunk/cornerstone/connection/api/pom.xml
    excalibur/trunk/cornerstone/connection/impl/pom.xml
    excalibur/trunk/cornerstone/datasources/api/pom.xml
    excalibur/trunk/cornerstone/datasources/impl/pom.xml
    excalibur/trunk/cornerstone/scheduler/api/pom.xml
    excalibur/trunk/cornerstone/scheduler/impl/pom.xml
    excalibur/trunk/cornerstone/sockets/impl/pom.xml
    excalibur/trunk/cornerstone/store/api/pom.xml
    excalibur/trunk/cornerstone/store/impl/pom.xml
    excalibur/trunk/cornerstone/threads/impl/pom.xml
    excalibur/trunk/cornerstone/threads/tutorial/pom.xml

Modified: excalibur/trunk/cornerstone/connection/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/api/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/connection/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/api/pom.xml Fri Jul 10 09:11:15 2009
@@ -51,7 +51,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/cornerstone/connection/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/impl/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/impl/pom.xml Fri Jul 10 09:11:15 2009
@@ -76,12 +76,10 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/datasources/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/api/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/datasources/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/api/pom.xml Fri Jul 10 09:11:15 2009
@@ -31,7 +31,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/cornerstone/datasources/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/impl/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/datasources/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/datasources/impl/pom.xml Fri Jul 10 09:11:15 2009
@@ -51,7 +51,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/scheduler/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/api/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/api/pom.xml Fri Jul 10 09:11:15 2009
@@ -31,7 +31,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/scheduler/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/impl/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/impl/pom.xml Fri Jul 10 09:11:15 2009
@@ -46,12 +46,10 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/sockets/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/impl/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/sockets/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/impl/pom.xml Fri Jul 10 09:11:15 2009
@@ -36,12 +36,10 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/store/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/api/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/api/pom.xml Fri Jul 10 09:11:15 2009
@@ -32,7 +32,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/cornerstone/store/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/impl/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/impl/pom.xml Fri Jul 10 09:11:15 2009
@@ -36,12 +36,10 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/cornerstone/threads/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/impl/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/impl/pom.xml Fri Jul 10 09:11:15 2009
@@ -36,12 +36,10 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/cornerstone/threads/tutorial/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/tutorial/pom.xml?rev=792848&r1=792847&r2=792848&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/tutorial/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/tutorial/pom.xml Fri Jul 10 09:11:15 2009
@@ -31,12 +31,10 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>



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