You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/04/15 10:16:43 UTC

svn commit: r648165 - in /incubator/sling/trunk: launchpad/app/pom.xml launchpad/jcrapp/pom.xml parent/pom.xml

Author: cziegeler
Date: Tue Apr 15 01:16:40 2008
New Revision: 648165

URL: http://svn.apache.org/viewvc?rev=648165&view=rev
Log:
Use latest commons-collections release (it's a bundle!)

Modified:
    incubator/sling/trunk/launchpad/app/pom.xml
    incubator/sling/trunk/launchpad/jcrapp/pom.xml
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=648165&r1=648164&r2=648165&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Tue Apr 15 01:16:40 2008
@@ -455,7 +455,7 @@
         </dependency>
 
         <!--
-            Commons Dependencies provided by the Apache Felix project
+            Commons Dependencies
         -->
         <dependency>
             <groupId>commons-io</groupId>
@@ -463,11 +463,8 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>org.apache.felix.commons</groupId>
-            <artifactId>
-                org.apache.felix.commons.commons-collections
-            </artifactId>
-            <version>3.2.0-0001-SNAPSHOT</version>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
             <optional>true</optional>
         </dependency>
 

Modified: incubator/sling/trunk/launchpad/jcrapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/jcrapp/pom.xml?rev=648165&r1=648164&r2=648165&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/jcrapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/jcrapp/pom.xml Tue Apr 15 01:16:40 2008
@@ -214,11 +214,8 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>org.apache.felix.commons</groupId>
-            <artifactId>
-                org.apache.felix.commons.commons-collections
-            </artifactId>
-            <version>3.2.0-0001-SNAPSHOT</version>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
             <optional>true</optional>
         </dependency>
 

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=648165&r1=648164&r2=648165&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Tue Apr 15 01:16:40 2008
@@ -465,7 +465,7 @@
             <dependency>
                 <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
-                <version>3.2</version>
+                <version>3.2.1</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>



Re: svn commit: r648165 - in /incubator/sling/trunk: launchpad/app/pom.xml launchpad/jcrapp/pom.xml parent/pom.xml

Posted by Felix Meschberger <Fe...@day.com>.
Hi,

Am Dienstag, den 15.04.2008, 08:16 +0000 schrieb cziegeler@apache.org:
> Use latest commons-collections release (it's a bundle!)

Hurray !

Regards
Felix