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 15:43:33 UTC

svn commit: r796719 - in /excalibur/trunk: cornerstone/threads/impl/pom.xml cornerstone/threads/tutorial/pom.xml parent/pom.xml

Author: rdonkin
Date: Wed Jul 22 13:43:33 2009
New Revision: 796719

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

Modified:
    excalibur/trunk/cornerstone/threads/impl/pom.xml
    excalibur/trunk/cornerstone/threads/tutorial/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/cornerstone/threads/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/impl/pom.xml?rev=796719&r1=796718&r2=796719&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/impl/pom.xml Wed Jul 22 13:43:33 2009
@@ -31,7 +31,6 @@
     <dependency>
       <groupId>org.apache.avalon.cornerstone.threads</groupId>
       <artifactId>cornerstone-threads-api</artifactId>
-      <version>2.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
@@ -44,12 +43,10 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-impl</artifactId>
-      <version>2.2.1</version>
     </dependency>
   </dependencies>
   <build />

Modified: excalibur/trunk/cornerstone/threads/tutorial/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/tutorial/pom.xml?rev=796719&r1=796718&r2=796719&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/tutorial/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/tutorial/pom.xml Wed Jul 22 13:43:33 2009
@@ -39,7 +39,6 @@
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
     </dependency>
   </dependencies>
   <build/>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796719&r1=796718&r2=796719&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Wed Jul 22 13:43:33 2009
@@ -129,6 +129,13 @@
          <version>${version.excalibur.component}</version>
       </dependency>
 
+<!-- Cornerstone -->
+      <dependency>
+        <groupId>org.apache.avalon.cornerstone.threads</groupId>
+        <artifactId>cornerstone-threads-api</artifactId>
+        <version>${version.cornerstone}</version>
+      </dependency>
+
   <!-- External -->
 <!-- Default Scope-->
       <dependency>



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