Skip to content

Commit

Permalink
[build] remove deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed May 26, 2015
1 parent c61a6d7 commit 7a55f36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.rb
Expand Up @@ -30,12 +30,12 @@
license 'LGPL 3', 'http://www.gnu.org/licenses/lgpl-3.0-standalone.html'
license 'EPL', 'http://www.eclipse.org/legal/epl-v10.html'

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
repository( 'https://oss.sonatype.org/content/repositories/snapshots/',
repository( :url => 'https://oss.sonatype.org/content/repositories/snapshots/',
:id => 'sonatype' ) do
releases 'false'
snapshots 'true'
Expand Down Expand Up @@ -274,8 +274,8 @@
end

distribution_management do
repository( "file:#{snapshots_dir}/maven", :id => 'local releases' )
snapshot_repository( "file:#{snapshots_dir}/maven",
repository( :url => "file:#{snapshots_dir}/maven", :id => 'local releases' )
snapshot_repository( :url => "file:#{snapshots_dir}/maven",
:id => 'local snapshots' )
end
build do
Expand Down

0 comments on commit 7a55f36

Please sign in to comment.