Skip to content

Commit 93ef02b

Browse files
headiuseregon
authored andcommitted
Use new maven snapshot URL
1 parent 841382e commit 93ef02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find-jruby-head-url-nokogiri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'rubygems'
33
require 'nokogiri'
44

5-
base_url = 'https://oss.sonatype.org/content/repositories/snapshots/org/jruby/jruby-dist'
5+
base_url = 'https://central.sonatype.com/repository/maven-snapshots/org/jruby/jruby-dist'
66
index_url = "#{base_url}/maven-metadata.xml"
77

88
STDERR.puts index_url

0 commit comments

Comments
 (0)