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/22 18:36:56 UTC

svn commit: r796788 - in /excalibur/trunk/deprecated/event: api/pom.xml impl/pom.xml

Author: rdonkin
Date: Wed Jul 22 16:36:56 2009
New Revision: 796788

URL: http://svn.apache.org/viewvc?rev=796788&view=rev
Log:
EXLBR-46 Inherit dependencies from parent https://issues.apache.org/jira/browse/EXLBR-46

Modified:
    excalibur/trunk/deprecated/event/api/pom.xml
    excalibur/trunk/deprecated/event/impl/pom.xml

Modified: excalibur/trunk/deprecated/event/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/api/pom.xml?rev=796788&r1=796787&r2=796788&view=diff
==============================================================================
--- excalibur/trunk/deprecated/event/api/pom.xml (original)
+++ excalibur/trunk/deprecated/event/api/pom.xml Wed Jul 22 16:36:56 2009
@@ -18,9 +18,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>3</version>
-    <relativePath>../../../../../pom.xml</relativePath>
+    <artifactId>excalibur-parent</artifactId>
+    <version>4-SNAPSHOT</version>
+    <relativePath>../../../../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Event API</name>
@@ -32,7 +32,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build/>

Modified: excalibur/trunk/deprecated/event/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/impl/pom.xml?rev=796788&r1=796787&r2=796788&view=diff
==============================================================================
--- excalibur/trunk/deprecated/event/impl/pom.xml (original)
+++ excalibur/trunk/deprecated/event/impl/pom.xml Wed Jul 22 16:36:56 2009
@@ -18,9 +18,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>3</version>
-    <relativePath>../../../../../pom.xml</relativePath>
+    <artifactId>excalibur-parent</artifactId>
+    <version>4-SNAPSHOT</version>
+    <relativePath>../../../../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Event Implementation</name>
@@ -32,7 +32,6 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.event</groupId>
@@ -42,38 +41,28 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
     </dependency>
     <dependency>
       <groupId>concurrent</groupId>
       <artifactId>concurrent</artifactId>
-      <version>1.3.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-logger</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>${version.containerkit}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.containerkit</groupId>
-      <artifactId>excalibur-logger</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
-      <version>3.8.2</version>
     </dependency>
   </dependencies>
   <build/>



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