diff --git a/polyglot-ruby/pom.xml b/polyglot-ruby/pom.xml
index cc0e0ed7..94d8fb3d 100644
--- a/polyglot-ruby/pom.xml
+++ b/polyglot-ruby/pom.xml
@@ -30,7 +30,7 @@
org.jruby
jruby
- 9.2.19.0
+ 9.4.3.0
pom
@@ -43,13 +43,13 @@
- 1.0.3
+ 2.0.0-SNAPSHOT
- org.torquebox.mojo
+ org.jruby.maven
mavengem-wagon
${mavengem-wagon.version}
@@ -87,7 +87,7 @@
- de.saumya.mojo
+ org.jruby.maven
gem-maven-plugin
@@ -145,14 +145,14 @@
- 2.0.1
+ 3.0.0-SNAPSHOT
- de.saumya.mojo
+ org.jruby.maven
gem-maven-plugin
${jruby.plugins.version}
diff --git a/polyglot-ruby/src/test/java/org/sonatype/maven/polyglot/ruby/AbstractInjectedTestCase.java b/polyglot-ruby/src/test/java/org/sonatype/maven/polyglot/ruby/AbstractInjectedTestCase.java
index b77a38a6..4b89798d 100644
--- a/polyglot-ruby/src/test/java/org/sonatype/maven/polyglot/ruby/AbstractInjectedTestCase.java
+++ b/polyglot-ruby/src/test/java/org/sonatype/maven/polyglot/ruby/AbstractInjectedTestCase.java
@@ -199,7 +199,7 @@ private String simplify( StringWriter xml, boolean debug )
// the one from this plugin
.replaceAll("[0-9]+(-SNAPSHOT)?", VERSION_PATTERN)
// fix absolute path for test_pom_from_jarfile
- .replaceAll("..basedir./myfirst.jar", "uri:classloader://myfirst.jar")
+ .replaceAll("..basedir./myfirst.jar", "uri:classloader:/myfirst.jar")
// some of the configuration tags are empty - unify them
.replaceAll(">(arg|chmod)>", "/>");
if ( debug )
diff --git a/polyglot-ruby/src/test/poms/jruby-test-pom.xml b/polyglot-ruby/src/test/poms/jruby-test-pom.xml
index b2699aea..947b8e76 100644
--- a/polyglot-ruby/src/test/poms/jruby-test-pom.xml
+++ b/polyglot-ruby/src/test/poms/jruby-test-pom.xml
@@ -157,7 +157,7 @@
test
- de.saumya.mojo
+ org.jruby.maven
gem-maven-plugin
${jruby.plugins.version}
false