Skip to content

Commit 73516e1

Browse files
committed
[build] switch to upstream ruby-maven
1 parent dd260b6 commit 73516e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ gem 'jar-dependencies', '~> 0.3.11', :require => nil
1111
gem 'mocha', '~> 1.4', '< 2.0'
1212

1313
# for the rake task
14-
gem 'ruby-maven', github: 'deivid-rodriguez/ruby-maven', branch: 'exit_status'
14+
gem 'ruby-maven', github: 'jruby/ruby-maven'
15+
# due https://github.com/jruby/ruby-maven/pull/1 until ruby-maven is released
1516

1617
# NOTE: runit-maven-plugin will use it's own :
1718
gem 'test-unit', '2.5.5'

0 commit comments

Comments
 (0)