Skip to content

Commit

Permalink
[build] cleanup test/pom.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed May 29, 2015
1 parent 8af0669 commit 392d1e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,095 deletions.
6 changes: 3 additions & 3 deletions test/pom.rb
Expand Up @@ -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',
Expand Down

0 comments on commit 392d1e0

Please sign in to comment.