Skip to content

Commit

Permalink
Update mavengems extension to allow building jruby-complete on 9.
Browse files Browse the repository at this point in the history
Fixes #4799.
  • Loading branch information
headius committed Oct 27, 2017
1 parent 843ab8e commit 79085c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def initialize( name, version, default_spec = true )
# just depends on jruby-core so we are sure the jruby.jar is in place
jar "org.jruby:jruby-core:#{version}", :scope => 'test'

extension 'org.torquebox.mojo:mavengem-wagon:0.2.0'
extension 'org.torquebox.mojo:mavengem-wagon:0.2.2'

repository :id => :mavengems, :url => 'mavengem:https://rubygems.org'

Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ DO NOT MODIFIY - GENERATED CODE
<extension>
<groupId>org.torquebox.mojo</groupId>
<artifactId>mavengem-wagon</artifactId>
<version>0.2.0</version>
<version>0.2.2</version>
</extension>
</extensions>
<resources>
Expand Down

0 comments on commit 79085c6

Please sign in to comment.