diff --git a/README.md b/README.md
index 706f4b9b..db4ced39 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ just add the gem-maven-plugin in your pom and execute the 'initialize'. that wil
-the will added as test-resource in way that you can use them with ScriptingContainer (from jruby) - see [src/test/java/org/example/javasass/JavaSassTest.java](https://github.com/torquebox/jruby-maven-plugins/tree/master/gem-maven-plugin/src/it/include-rubygems-in-test-resources/src/test/java/org/example/javasass/JavaSassTest.java) from integration tests.
+the will added as test-resource in way that you can use them with ScriptingContainer (from jruby) - see [src/test/java/org/example/javasass/JavaSassTest.java](https://github.com/jruby/jruby-maven-plugins/tree/master/gem-maven-plugin/src/it/include-rubygems-in-test-resources/src/test/java/org/example/javasass/JavaSassTest.java) from integration tests.
example: execute bin/compass from the compass gem
-------------------------------------------------
@@ -99,15 +99,15 @@ this will execute **compass** from the compass gem during the *compile* phase. y
-see also [gem-maven-plugin/src/it/execute-compass-with-gems-from-plugin](https://github.com/torquebox/jruby-maven-plugins/tree/master/gem-maven-plugin/src/it/execute-compass-with-gems-from-plugin)
+see also [gem-maven-plugin/src/it/execute-compass-with-gems-from-plugin](https://github.com/jruby/jruby-maven-plugins/tree/master/gem-maven-plugin/src/it/execute-compass-with-gems-from-plugin)
more examples
-------------
for more example look into the integration test of the various plugins
-* [jruby-maven-plugin/src/it](https://github.com/torquebox/jruby-maven-plugins/tree/master/jruby-maven-plugin/src/it)
-* [gem-maven-plugin/src/it](https://github.com/torquebox/jruby-maven-plugins/tree/master/gem-maven-plugin/src/it)
+* [jruby-maven-plugin/src/it](https://github.com/jruby/jruby-maven-plugins/tree/master/jruby-maven-plugin/src/it)
+* [gem-maven-plugin/src/it](https://github.com/jruby/jruby-maven-plugins/tree/master/gem-maven-plugin/src/it)
* . . .
running the intergration tests
diff --git a/gem-maven-plugin/src/it/exec-file/pom.xml b/gem-maven-plugin/src/it/exec-file/pom.xml
index 60fe7b22..8de93fa8 100644
--- a/gem-maven-plugin/src/it/exec-file/pom.xml
+++ b/gem-maven-plugin/src/it/exec-file/pom.xml
@@ -44,7 +44,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/gem-maven-plugin/src/it/execute-compass-with-gems-from-plugin/pom.xml b/gem-maven-plugin/src/it/execute-compass-with-gems-from-plugin/pom.xml
index e42a0903..9611c0e2 100644
--- a/gem-maven-plugin/src/it/execute-compass-with-gems-from-plugin/pom.xml
+++ b/gem-maven-plugin/src/it/execute-compass-with-gems-from-plugin/pom.xml
@@ -37,7 +37,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/gem-maven-plugin/src/it/gem-sets/pom.xml b/gem-maven-plugin/src/it/gem-sets/pom.xml
index c34c912c..5ab94f11 100644
--- a/gem-maven-plugin/src/it/gem-sets/pom.xml
+++ b/gem-maven-plugin/src/it/gem-sets/pom.xml
@@ -32,7 +32,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
@@ -58,7 +58,7 @@
test
- 1.2.0
+ 1.2.1
1.0.2
0.0.4
0.3.4
diff --git a/gem-maven-plugin/src/it/gems-with-compile-test-and-provided-scope/pom.xml b/gem-maven-plugin/src/it/gems-with-compile-test-and-provided-scope/pom.xml
index 8fe44640..04950c45 100644
--- a/gem-maven-plugin/src/it/gems-with-compile-test-and-provided-scope/pom.xml
+++ b/gem-maven-plugin/src/it/gems-with-compile-test-and-provided-scope/pom.xml
@@ -60,7 +60,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/gem-maven-plugin/src/it/include-rubygems-in-resources/pom.xml b/gem-maven-plugin/src/it/include-rubygems-in-resources/pom.xml
index a3d3c76b..2218a708 100644
--- a/gem-maven-plugin/src/it/include-rubygems-in-resources/pom.xml
+++ b/gem-maven-plugin/src/it/include-rubygems-in-resources/pom.xml
@@ -58,7 +58,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/gem-maven-plugin/src/it/include-rubygems-in-test-resources/pom.xml b/gem-maven-plugin/src/it/include-rubygems-in-test-resources/pom.xml
index 12a980de..a5612320 100644
--- a/gem-maven-plugin/src/it/include-rubygems-in-test-resources/pom.xml
+++ b/gem-maven-plugin/src/it/include-rubygems-in-test-resources/pom.xml
@@ -52,7 +52,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/gem-maven-plugin/src/it/initialize/pom.xml b/gem-maven-plugin/src/it/initialize/pom.xml
index 56858701..dc75ebb9 100644
--- a/gem-maven-plugin/src/it/initialize/pom.xml
+++ b/gem-maven-plugin/src/it/initialize/pom.xml
@@ -58,7 +58,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/gem-maven-plugin/src/it/jars-lock/pom.xml b/gem-maven-plugin/src/it/jars-lock/pom.xml
index 95b253ba..a1f20734 100644
--- a/gem-maven-plugin/src/it/jars-lock/pom.xml
+++ b/gem-maven-plugin/src/it/jars-lock/pom.xml
@@ -50,7 +50,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/gem-maven-plugin/src/it/script-inside-pom/pom.xml b/gem-maven-plugin/src/it/script-inside-pom/pom.xml
index e4cc5bbf..d78b615a 100644
--- a/gem-maven-plugin/src/it/script-inside-pom/pom.xml
+++ b/gem-maven-plugin/src/it/script-inside-pom/pom.xml
@@ -12,7 +12,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/minitest-maven-plugin/src/it/minispec-with-jar-dependencies/pom.xml b/minitest-maven-plugin/src/it/minispec-with-jar-dependencies/pom.xml
index 81ef0802..e998fbc9 100644
--- a/minitest-maven-plugin/src/it/minispec-with-jar-dependencies/pom.xml
+++ b/minitest-maven-plugin/src/it/minispec-with-jar-dependencies/pom.xml
@@ -48,7 +48,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/minitest-maven-plugin/src/it/minitest-failure/pom.xml b/minitest-maven-plugin/src/it/minitest-failure/pom.xml
index d8fd15e9..7e083bfe 100644
--- a/minitest-maven-plugin/src/it/minitest-failure/pom.xml
+++ b/minitest-maven-plugin/src/it/minitest-failure/pom.xml
@@ -40,7 +40,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/minitest-maven-plugin/src/it/minitest-from-jruby/pom.xml b/minitest-maven-plugin/src/it/minitest-from-jruby/pom.xml
index d645b330..7a5e7eda 100644
--- a/minitest-maven-plugin/src/it/minitest-from-jruby/pom.xml
+++ b/minitest-maven-plugin/src/it/minitest-from-jruby/pom.xml
@@ -40,7 +40,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/minitest-maven-plugin/src/it/minitest-pom-508/pom.xml b/minitest-maven-plugin/src/it/minitest-pom-508/pom.xml
index c7d4c7a1..c89a12eb 100644
--- a/minitest-maven-plugin/src/it/minitest-pom-508/pom.xml
+++ b/minitest-maven-plugin/src/it/minitest-pom-508/pom.xml
@@ -40,7 +40,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/minitest-maven-plugin/src/it/minitest-somewhere/pom.xml b/minitest-maven-plugin/src/it/minitest-somewhere/pom.xml
index 21590d1b..4d6a8ba0 100644
--- a/minitest-maven-plugin/src/it/minitest-somewhere/pom.xml
+++ b/minitest-maven-plugin/src/it/minitest-somewhere/pom.xml
@@ -40,7 +40,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/minitest-maven-plugin/src/it/minitest-summary-report/pom.xml b/minitest-maven-plugin/src/it/minitest-summary-report/pom.xml
index 1a184c67..eecf90b8 100644
--- a/minitest-maven-plugin/src/it/minitest-summary-report/pom.xml
+++ b/minitest-maven-plugin/src/it/minitest-summary-report/pom.xml
@@ -40,7 +40,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/pom.xml b/pom.xml
index 806a7406..ed98c8ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,9 +16,9 @@
http://github.com/mkristian/jruby-maven-plugins
- scm:git:git://github.com/torquebox/jruby-maven-plugins.git
- scm:git:ssh://git@github.com/torquebox/jruby-maven-plugins.git
- http://github.com/torquebox/jruby-maven-plugins
+ scm:git:git://github.com/jruby/jruby-maven-plugins.git
+ scm:git:ssh://git@github.com/jruby/jruby-maven-plugins.git
+ http://github.com/jruby/jruby-maven-plugins
@@ -85,7 +85,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rake-maven-plugin/src/it/rake-file/pom.xml b/rake-maven-plugin/src/it/rake-file/pom.xml
index fbf84d48..be8db1f3 100644
--- a/rake-maven-plugin/src/it/rake-file/pom.xml
+++ b/rake-maven-plugin/src/it/rake-file/pom.xml
@@ -38,7 +38,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rake-maven-plugin/src/it/rake-somewhere/pom.xml b/rake-maven-plugin/src/it/rake-somewhere/pom.xml
index 7f48953d..5678b970 100644
--- a/rake-maven-plugin/src/it/rake-somewhere/pom.xml
+++ b/rake-maven-plugin/src/it/rake-somewhere/pom.xml
@@ -38,7 +38,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rake-maven-plugin/src/it/rake-tasks/pom.xml b/rake-maven-plugin/src/it/rake-tasks/pom.xml
index d9c7ed76..a6842ebc 100644
--- a/rake-maven-plugin/src/it/rake-tasks/pom.xml
+++ b/rake-maven-plugin/src/it/rake-tasks/pom.xml
@@ -38,7 +38,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/rspec-3.x/pom.xml b/rspec-maven-plugin/src/it/rspec-3.x/pom.xml
index dc33c263..51c41b9a 100644
--- a/rspec-maven-plugin/src/it/rspec-3.x/pom.xml
+++ b/rspec-maven-plugin/src/it/rspec-3.x/pom.xml
@@ -41,7 +41,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/rspec-failure/pom.xml b/rspec-maven-plugin/src/it/rspec-failure/pom.xml
index 1e5662d4..5914b45a 100644
--- a/rspec-maven-plugin/src/it/rspec-failure/pom.xml
+++ b/rspec-maven-plugin/src/it/rspec-failure/pom.xml
@@ -41,7 +41,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/rspec-path/pom.xml b/rspec-maven-plugin/src/it/rspec-path/pom.xml
index 86ec10cf..9bf36a0e 100644
--- a/rspec-maven-plugin/src/it/rspec-path/pom.xml
+++ b/rspec-maven-plugin/src/it/rspec-path/pom.xml
@@ -41,7 +41,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/rspec-pom/pom.xml b/rspec-maven-plugin/src/it/rspec-pom/pom.xml
index 148548c3..338de32e 100644
--- a/rspec-maven-plugin/src/it/rspec-pom/pom.xml
+++ b/rspec-maven-plugin/src/it/rspec-pom/pom.xml
@@ -41,7 +41,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/rspec-somewhere/pom.xml b/rspec-maven-plugin/src/it/rspec-somewhere/pom.xml
index 27770ffd..5b19af8d 100644
--- a/rspec-maven-plugin/src/it/rspec-somewhere/pom.xml
+++ b/rspec-maven-plugin/src/it/rspec-somewhere/pom.xml
@@ -41,7 +41,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/rspec-summary-report/pom.xml b/rspec-maven-plugin/src/it/rspec-summary-report/pom.xml
index 9a9fa2bf..d45353e9 100644
--- a/rspec-maven-plugin/src/it/rspec-summary-report/pom.xml
+++ b/rspec-maven-plugin/src/it/rspec-summary-report/pom.xml
@@ -41,7 +41,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/rspec-with-jar-dependencies/pom.xml b/rspec-maven-plugin/src/it/rspec-with-jar-dependencies/pom.xml
index 96b49e92..42b1858e 100644
--- a/rspec-maven-plugin/src/it/rspec-with-jar-dependencies/pom.xml
+++ b/rspec-maven-plugin/src/it/rspec-with-jar-dependencies/pom.xml
@@ -48,7 +48,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/with-custom-specs-path/pom.xml b/rspec-maven-plugin/src/it/with-custom-specs-path/pom.xml
index 9db5bf7e..f61423eb 100644
--- a/rspec-maven-plugin/src/it/with-custom-specs-path/pom.xml
+++ b/rspec-maven-plugin/src/it/with-custom-specs-path/pom.xml
@@ -41,7 +41,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/with-error-in-before/pom.xml b/rspec-maven-plugin/src/it/with-error-in-before/pom.xml
index 1e5662d4..5914b45a 100644
--- a/rspec-maven-plugin/src/it/with-error-in-before/pom.xml
+++ b/rspec-maven-plugin/src/it/with-error-in-before/pom.xml
@@ -41,7 +41,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/with-java-classes/pom.xml b/rspec-maven-plugin/src/it/with-java-classes/pom.xml
index b461e914..1bdc7b4f 100644
--- a/rspec-maven-plugin/src/it/with-java-classes/pom.xml
+++ b/rspec-maven-plugin/src/it/with-java-classes/pom.xml
@@ -46,7 +46,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/rspec-maven-plugin/src/it/without-specs-path/pom.xml b/rspec-maven-plugin/src/it/without-specs-path/pom.xml
index a9c9e275..0cb80d2e 100644
--- a/rspec-maven-plugin/src/it/without-specs-path/pom.xml
+++ b/rspec-maven-plugin/src/it/without-specs-path/pom.xml
@@ -41,7 +41,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/ruby-tools/pom.xml b/ruby-tools/pom.xml
index ed8273f1..cc588fb0 100644
--- a/ruby-tools/pom.xml
+++ b/ruby-tools/pom.xml
@@ -213,7 +213,7 @@
rubygems
maven-tools
- 1.2.0
+ 1.2.1
gem
provided
diff --git a/runit-maven-plugin/src/it/runit-failure/pom.xml b/runit-maven-plugin/src/it/runit-failure/pom.xml
index cf75a772..cc8f622b 100644
--- a/runit-maven-plugin/src/it/runit-failure/pom.xml
+++ b/runit-maven-plugin/src/it/runit-failure/pom.xml
@@ -40,7 +40,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/runit-maven-plugin/src/it/runit-pom/pom.xml b/runit-maven-plugin/src/it/runit-pom/pom.xml
index 1d0773d2..f2532707 100644
--- a/runit-maven-plugin/src/it/runit-pom/pom.xml
+++ b/runit-maven-plugin/src/it/runit-pom/pom.xml
@@ -40,7 +40,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/runit-maven-plugin/src/it/runit-somewhere/pom.xml b/runit-maven-plugin/src/it/runit-somewhere/pom.xml
index cda48ce4..9c522463 100644
--- a/runit-maven-plugin/src/it/runit-somewhere/pom.xml
+++ b/runit-maven-plugin/src/it/runit-somewhere/pom.xml
@@ -40,7 +40,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/runit-maven-plugin/src/it/runit-summary-report/pom.xml b/runit-maven-plugin/src/it/runit-summary-report/pom.xml
index fa353c83..6a0e139b 100644
--- a/runit-maven-plugin/src/it/runit-summary-report/pom.xml
+++ b/runit-maven-plugin/src/it/runit-summary-report/pom.xml
@@ -40,7 +40,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/runit-maven-plugin/src/it/runit-with-env/pom.xml b/runit-maven-plugin/src/it/runit-with-env/pom.xml
index 1f5ca27b..7794b5b5 100644
--- a/runit-maven-plugin/src/it/runit-with-env/pom.xml
+++ b/runit-maven-plugin/src/it/runit-with-env/pom.xml
@@ -40,7 +40,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1
diff --git a/runit-maven-plugin/src/it/runit-with-jar-dependencies/pom.xml b/runit-maven-plugin/src/it/runit-with-jar-dependencies/pom.xml
index 39cb1543..9880553a 100644
--- a/runit-maven-plugin/src/it/runit-with-jar-dependencies/pom.xml
+++ b/runit-maven-plugin/src/it/runit-with-jar-dependencies/pom.xml
@@ -48,7 +48,7 @@
org.jruby.maven
mavengem-wagon
- 2.0.0
+ 2.0.1