You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/10/07 01:33:05 UTC

svn commit: r1395192 - /buildr/trunk/addon/buildr/bnd.rb

Author: donaldp
Date: Sat Oct  6 23:33:05 2012
New Revision: 1395192

URL: http://svn.apache.org/viewvc?rev=1395192&view=rev
Log:
Use the current bnd repository

Modified:
    buildr/trunk/addon/buildr/bnd.rb

Modified: buildr/trunk/addon/buildr/bnd.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/addon/buildr/bnd.rb?rev=1395192&r1=1395191&r2=1395192&view=diff
==============================================================================
--- buildr/trunk/addon/buildr/bnd.rb (original)
+++ buildr/trunk/addon/buildr/bnd.rb Sat Oct  6 23:33:05 2012
@@ -33,7 +33,7 @@ module Buildr
       # Repositories containing the requirements
       def remote_repository
         Buildr.application.deprecated "'Buildr:Bnd.remote_repository deprecated as the dependencies appear in maven central."
-        "http://maven.apache.org"
+        "http://www.aqute.biz/repo"
       end
 
       def bnd_main(*args)