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/12 11:41:48 UTC

svn commit: r793306 - in /excalibur/trunk: containerkit/logger/pom.xml parent/pom.xml

Author: rdonkin
Date: Sun Jul 12 09:41:48 2009
New Revision: 793306

URL: http://svn.apache.org/viewvc?rev=793306&view=rev
Log:
EXLBR-47 Inherit dependency version for LogKit https://issues.apache.org/jira/browse/EXLBR-47

Modified:
    excalibur/trunk/containerkit/logger/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/containerkit/logger/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logger/pom.xml?rev=793306&r1=793305&r2=793306&view=diff
==============================================================================
--- excalibur/trunk/containerkit/logger/pom.xml (original)
+++ excalibur/trunk/containerkit/logger/pom.xml Sun Jul 12 09:41:48 2009
@@ -45,7 +45,6 @@
     <dependency>
       <groupId>org.apache.avalon.logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
-      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=793306&r1=793305&r2=793306&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Sun Jul 12 09:41:48 2009
@@ -69,6 +69,12 @@
           <version>${version.avalon.framework}</version>
        </dependency>
 
+       <dependency>
+         <groupId>org.apache.avalon.logkit</groupId>
+         <artifactId>avalon-logkit</artifactId>
+         <version>${version.containerkit}</version>
+       </dependency>
+
   <!-- External -->
 
 <!-- Provided -->



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