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/21 10:49:52 UTC

svn commit: r796186 - in /excalibur/trunk: components/pool/impl/pom.xml parent/pom.xml

Author: rdonkin
Date: Tue Jul 21 08:49:51 2009
New Revision: 796186

URL: http://svn.apache.org/viewvc?rev=796186&view=rev
Log:
EXLBR-46 Add dependency for pool API https://issues.apache.org/jira/browse/EXLBR-46

Modified:
    excalibur/trunk/components/pool/impl/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?rev=796186&r1=796185&r2=796186&view=diff
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Tue Jul 21 08:49:51 2009
@@ -32,7 +32,6 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796186&r1=796185&r2=796186&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Tue Jul 21 08:49:51 2009
@@ -91,6 +91,11 @@
          <artifactId>excalibur-instrument-mgr-api</artifactId>
          <version>${version.containerkit}</version>
       </dependency>
+      <dependency>
+         <groupId>org.apache.excalibur.components</groupId>
+         <artifactId>excalibur-pool-api</artifactId>
+         <version>${version.excalibur.component}</version>
+      </dependency>
 
   <!-- External -->
 



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