Skip to content

Commit d78044d

Browse files
committed
[deps] bump jruby and polyglot-ruby plugins to latest
1 parent 41948d3 commit d78044d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Mavenfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ supported_bc_versions = %w{ 1.78 1.79 1.80 1.81 1.82 1.83 1.84 }
109109
default_bc_version = File.read File.expand_path('lib/jopenssl/version.rb', File.dirname(__FILE__))
110110
default_bc_version = default_bc_version[/BOUNCY_CASTLE_VERSION\s?=\s?'(.*?)'/, 1]
111111

112-
properties( 'jruby.plugins.version' => '3.0.2',
112+
properties( 'jruby.plugins.version' => '3.0.6',
113113
'jruby.switches' => '-W0', # https://github.com/torquebox/jruby-maven-plugins/issues/94
114114
'bc.versions' => default_bc_version,
115115
'invoker.test' => '${bc.versions}',
@@ -118,7 +118,7 @@ properties( 'jruby.plugins.version' => '3.0.2',
118118
'skipRunit' => 'true',
119119
'runit.dir' => 'src/test/ruby/**/test_*.rb',
120120
'mavengem.wagon.version' => '2.0.2', # for jruby plugin
121-
'mavengem-wagon.version' => '2.0.2', # for polyglot-ruby
121+
'mavengem-wagon.version' => '3.0.0', # for polyglot-ruby
122122
# use this version of jruby for the jruby-maven-plugins
123123
'jruby.versions' => MVN_JRUBY_VERSION, 'jruby.version' => MVN_JRUBY_VERSION,
124124
# dump pom.xml when running 'rmvn'

integration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<build>
3939
<plugins>
4040
<plugin>
41-
<groupId>de.saumya.mojo</groupId>
41+
<groupId>org.jruby.maven</groupId>
4242
<artifactId>gem-maven-plugin</artifactId>
4343
<version>${jruby.plugins.version}</version>
4444
<executions>
@@ -97,7 +97,7 @@
9797
</configuration>
9898
</plugin>
9999
<plugin>
100-
<groupId>de.saumya.mojo</groupId>
100+
<groupId>org.jruby.maven</groupId>
101101
<artifactId>runit-maven-plugin</artifactId>
102102
<version>${jruby.plugins.version}</version>
103103
<executions>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ DO NOT MODIFY - GENERATED CODE
6363
<bc.versions>1.84</bc.versions>
6464
<invoker.skip>${maven.test.skip}</invoker.skip>
6565
<invoker.test>${bc.versions}</invoker.test>
66-
<jruby.plugins.version>3.0.2</jruby.plugins.version>
66+
<jruby.plugins.version>3.0.6</jruby.plugins.version>
6767
<jruby.switches>-W0</jruby.switches>
6868
<jruby.version>9.2.19.0</jruby.version>
6969
<jruby.versions>9.2.19.0</jruby.versions>
70-
<mavengem-wagon.version>2.0.2</mavengem-wagon.version>
70+
<mavengem-wagon.version>3.0.0</mavengem-wagon.version>
7171
<mavengem.wagon.version>2.0.2</mavengem.wagon.version>
7272
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
7373
<polyglot.dump.readonly>false</polyglot.dump.readonly>

src/test/ruby/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def self.plugin_output_init(options)
5252
rescue LoadError => e
5353
warn "gem 'minitest' failed to load: #{e.inspect}"
5454
end unless (Test::Unit::AutoRunner.respond_to?(:setup_option)) rescue true # runit rules
55-
# @see https://github.com/torquebox/jruby-maven-plugins/blob/master/runit-maven-plugin/src/main/java/de/saumya/mojo/runit/RunitMavenTestScriptFactory.java
55+
# @see https://github.com/jruby/jruby-maven-plugins/blob/master/runit-maven-plugin/src/main/java/de/saumya/mojo/runit/RunitMavenTestScriptFactory.java
5656

5757
if defined? Minitest::Test
5858
TestCase = Minitest::Test

0 commit comments

Comments
 (0)