You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2009/05/13 17:37:39 UTC

svn commit: r774406 - /incubator/sling/trunk/contrib/launchpad/testing/pom.xml

Author: bdelacretaz
Date: Wed May 13 15:37:39 2009
New Revision: 774406

URL: http://svn.apache.org/viewvc?rev=774406&view=rev
Log:
SLING-946 - try the most recent bnd version

Modified:
    incubator/sling/trunk/contrib/launchpad/testing/pom.xml

Modified: incubator/sling/trunk/contrib/launchpad/testing/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/contrib/launchpad/testing/pom.xml?rev=774406&r1=774405&r2=774406&view=diff
==============================================================================
--- incubator/sling/trunk/contrib/launchpad/testing/pom.xml (original)
+++ incubator/sling/trunk/contrib/launchpad/testing/pom.xml Wed May 13 15:37:39 2009
@@ -37,6 +37,13 @@
         were previously in the launchpad webapp module.
     </description>
 
+    <repositories>
+        <repository>
+            <id>aQute</id>
+            <url>http://www.aQute.biz/repo</url>
+        </repository>
+    </repositories>
+
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/launchpad/testing</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/launchpad/testing</developerConnection>
@@ -679,7 +686,7 @@
         <dependency>
             <groupId>biz.aQute</groupId>
             <artifactId>bnd</artifactId>
-            <version>0.0.169</version>
+            <version>0.0.323</version>
             <scope>test</scope>
         </dependency>