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 21:17:18 UTC

svn commit: r793080 - in /excalibur/trunk/components: datasource/ monitor/ pool/api/ pool/impl/ pool/instrumented/ sourceresolve/ sourceresolve/avalon/ store/ thread/api/ thread/impl/ thread/instrumented/ xmlutil/

Author: rdonkin
Date: Fri Jul 10 19:17:18 2009
New Revision: 793080

URL: http://svn.apache.org/viewvc?rev=793080&view=rev
Log:
EXLBR-45 Inherit Avalon Framework version https://issues.apache.org/jira/browse/EXLBR-45

Modified:
    excalibur/trunk/components/datasource/pom.xml
    excalibur/trunk/components/monitor/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/sourceresolve/avalon/pom.xml
    excalibur/trunk/components/sourceresolve/pom.xml
    excalibur/trunk/components/store/pom.xml
    excalibur/trunk/components/thread/api/pom.xml
    excalibur/trunk/components/thread/impl/pom.xml
    excalibur/trunk/components/thread/instrumented/pom.xml
    excalibur/trunk/components/xmlutil/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Fri Jul 10 19:17:18 2009
@@ -39,12 +39,10 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Fri Jul 10 19:17:18 2009
@@ -41,7 +41,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <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=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/pool/api/pom.xml (original)
+++ excalibur/trunk/components/pool/api/pom.xml Fri Jul 10 19:17:18 2009
@@ -33,7 +33,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build/>

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Fri Jul 10 19:17:18 2009
@@ -37,12 +37,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>commons-collections</groupId>

Modified: excalibur/trunk/components/pool/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/pool/instrumented/pom.xml (original)
+++ excalibur/trunk/components/pool/instrumented/pom.xml Fri Jul 10 19:17:18 2009
@@ -43,7 +43,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>

Modified: excalibur/trunk/components/sourceresolve/avalon/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/avalon/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/avalon/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/avalon/pom.xml Fri Jul 10 19:17:18 2009
@@ -54,7 +54,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Fri Jul 10 19:17:18 2009
@@ -39,7 +39,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-vfs</groupId>

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Fri Jul 10 19:17:18 2009
@@ -37,7 +37,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Fri Jul 10 19:17:18 2009
@@ -33,7 +33,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
     </dependency>
   </dependencies>
   <build/>

Modified: excalibur/trunk/components/thread/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/thread/impl/pom.xml (original)
+++ excalibur/trunk/components/thread/impl/pom.xml Fri Jul 10 19:17:18 2009
@@ -33,12 +33,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/components/thread/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/thread/instrumented/pom.xml (original)
+++ excalibur/trunk/components/thread/instrumented/pom.xml Fri Jul 10 19:17:18 2009
@@ -33,12 +33,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/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?rev=793080&r1=793079&r2=793080&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Fri Jul 10 19:17:18 2009
@@ -55,7 +55,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</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