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 12:33:24 UTC

svn commit: r793314 - in /excalibur/trunk: containerkit/instrument/mgr-api/pom.xml parent/pom.xml

Author: rdonkin
Date: Sun Jul 12 10:33:24 2009
New Revision: 793314

URL: http://svn.apache.org/viewvc?rev=793314&view=rev
Log:
EXLBR-47 Inherit dependency from parent pom https://issues.apache.org/jira/browse/EXLBR-47

Modified:
    excalibur/trunk/containerkit/instrument/mgr-api/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/containerkit/instrument/mgr-api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/mgr-api/pom.xml?rev=793314&r1=793313&r2=793314&view=diff
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/mgr-api/pom.xml Sun Jul 12 10:33:24 2009
@@ -35,7 +35,6 @@
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build/>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=793314&r1=793313&r2=793314&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Sun Jul 12 10:33:24 2009
@@ -81,6 +81,11 @@
          <artifactId>excalibur-lifecycle-api</artifactId>
          <version>${version.containerkit}</version>
        </dependency>
+      <dependency>
+         <groupId>org.apache.excalibur.containerkit</groupId>
+         <artifactId>excalibur-instrument-api</artifactId>
+         <version>${version.containerkit}</version>
+      </dependency>
 
   <!-- External -->
 



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