Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 1,095 deletions.
6 changes: 3 additions & 3 deletions test/pom.rb
Original file line number Diff line number Diff line change
@@ -37,17 +37,17 @@ def truffle_spec_config(spec_type, generate_report)
inherit 'org.jruby:jruby-parent', version
id 'org.jruby:jruby-tests'

repository( 'http://rubygems-proxy.torquebox.org/releases',
repository( :url => 'http://rubygems-proxy.torquebox.org/releases',
:id => 'tb-rubygems-releases' )
repository( :url => 'https://otto.takari.io/content/repositories/rubygems/maven/releases',
:id => 'rubygems-releases' )

plugin_repository( 'https://oss.sonatype.org/content/repositories/snapshots/',
plugin_repository( :url => 'https://oss.sonatype.org/content/repositories/snapshots/',
:id => 'sonatype' ) do
releases 'false'
snapshots 'true'
end
plugin_repository( 'http://rubygems-proxy.torquebox.org/releases',
plugin_repository( :url => 'http://rubygems-proxy.torquebox.org/releases',
:id => 'rubygems-releases' )

properties( 'tesla.dump.pom' => 'pom.xml',
1,092 changes: 0 additions & 1,092 deletions test/pom.xml

This file was deleted.

0 comments on commit 392d1e0

Please sign in to comment.