maven-tools 1.1.7 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/lib/maven/tools/dsl/profile_gemspec.rb +1 -1
  3. data/lib/maven/tools/dsl/project_gemspec.rb +3 -3
  4. data/lib/maven/tools/dsl.rb +4 -4
  5. data/lib/maven/tools/version.rb +1 -1
  6. data/lib/maven/tools/versions.rb +2 -2
  7. data/spec/dsl/gemspec_spec/jars_and_poms.xml +3 -3
  8. data/spec/dsl/gemspec_spec/jars_and_poms_include_jars.xml +3 -3
  9. data/spec/dsl/gemspec_spec/maven-tools.xml +3 -3
  10. data/spec/dsl/profile_gemspec_spec/jars_and_poms.xml +4 -4
  11. data/spec/dsl/profile_gemspec_spec/jars_and_poms_include_jars.xml +4 -4
  12. data/spec/dsl/profile_gemspec_spec/maven-tools.xml +4 -4
  13. data/spec/dsl/profile_gemspec_spec/no_gems.xml +4 -4
  14. data/spec/dsl/profile_gemspec_spec/snapshot.xml +4 -4
  15. data/spec/dsl/profile_gemspec_spec/unknown_license.xml +4 -4
  16. data/spec/dsl/project_gemspec_spec/extended.xml +5 -5
  17. data/spec/dsl/project_gemspec_spec/jars_and_poms.xml +5 -5
  18. data/spec/dsl/project_gemspec_spec/jars_and_poms_include_jars.xml +5 -5
  19. data/spec/dsl/project_gemspec_spec/maven-tools.xml +5 -5
  20. data/spec/dsl/project_gemspec_spec/no_gems.xml +5 -5
  21. data/spec/dsl/project_gemspec_spec/profile.xml +5 -5
  22. data/spec/dsl/project_gemspec_spec/snapshot.xml +5 -5
  23. data/spec/dsl/project_gemspec_spec/unknown_license.xml +5 -5
  24. data/spec/dsl/project_gemspec_spec.rb +1 -1
  25. data/spec/gemfile/pom.xml +5 -5
  26. data/spec/gemfile_include_jars/pom.xml +5 -5
  27. data/spec/gemfile_with_access_to_model/pom.xml +5 -5
  28. data/spec/gemfile_with_custom_source/pom.xml +5 -5
  29. data/spec/gemfile_with_custom_source_and_custom_jarname/pom.xml +5 -5
  30. data/spec/gemfile_with_extras/pom.xml +5 -5
  31. data/spec/gemfile_with_groups/Gemfile +1 -1
  32. data/spec/gemfile_with_groups/pom.xml +5 -5
  33. data/spec/gemfile_with_groups_and_lockfile/pom.xml +5 -5
  34. data/spec/gemfile_with_jars_lock/pom.xml +4 -4
  35. data/spec/gemfile_with_lock/pom.xml +6 -6
  36. data/spec/gemfile_with_path/pom.xml +4 -4
  37. data/spec/gemfile_with_platforms/Gemfile +1 -1
  38. data/spec/gemfile_with_platforms/pom.xml +4 -4
  39. data/spec/gemfile_with_source/pom.xml +5 -5
  40. data/spec/gemfile_with_source_and_custom_jarname/pom.xml +5 -5
  41. data/spec/gemfile_with_source_and_no_jar/pom.xml +5 -5
  42. data/spec/gemfile_with_test_group/pom.xml +5 -5
  43. data/spec/gemfile_with_two_sources/pom.xml +4 -4
  44. data/spec/gemfile_without_gemspec/pom.xml +4 -4
  45. data/spec/gemspec/pom.xml +5 -5
  46. data/spec/gemspec_dependencies_spec.rb +2 -2
  47. data/spec/gemspec_in_profile/pom.xml +4 -4
  48. data/spec/gemspec_include_jars/pom.xml +5 -5
  49. data/spec/gemspec_no_rubygems_repo/bouncy-castle-java.gemspec +1 -1
  50. data/spec/gemspec_no_rubygems_repo/pom.xml +6 -6
  51. data/spec/gemspec_prerelease/bouncy-castle-java.gemspec +1 -1
  52. data/spec/gemspec_prerelease/pom.xml +6 -6
  53. data/spec/gemspec_prerelease_snapshot/bouncy-castle-java.gemspec +1 -1
  54. data/spec/gemspec_prerelease_snapshot/pom.xml +6 -6
  55. data/spec/gemspec_with_access_to_model/pom.xml +5 -5
  56. data/spec/gemspec_with_custom_source/pom.xml +5 -5
  57. data/spec/gemspec_with_custom_source_and_custom_jarname/pom.xml +5 -5
  58. data/spec/gemspec_with_extras/pom.xml +5 -5
  59. data/spec/gemspec_with_jar_dependencies/pom.xml +5 -5
  60. data/spec/gemspec_with_jars_lock/pom.xml +5 -5
  61. data/spec/gemspec_with_prereleased_dependency/bouncy-castle-java.gemspec +1 -1
  62. data/spec/gemspec_with_prereleased_dependency/pom.xml +6 -16
  63. data/spec/gemspec_with_prereleased_dependency_and_no_repo/bouncy-castle-java.gemspec +1 -1
  64. data/spec/gemspec_with_prereleased_dependency_and_no_repo/pom.xml +6 -18
  65. data/spec/gemspec_with_source/pom.xml +5 -5
  66. data/spec/gemspec_with_source_and_custom_jarname/pom.xml +5 -5
  67. data/spec/gemspec_with_source_and_no_jar/pom.xml +5 -5
  68. data/spec/mavenfile/Mavenfile +1 -1
  69. data/spec/mavenfile_jrubyJar/pom.xml +1 -1
  70. data/spec/mavenfile_jrubyWar/pom.xml +1 -1
  71. data/spec/pom.xml +3 -3
  72. data/spec/pom_maven_alternative_style/pom.rb +1 -1
  73. data/spec/pom_maven_hash_style/pom.rb +1 -1
  74. data/spec/pom_maven_style/pom.rb +1 -1
  75. metadata +9 -9
data/spec/gemspec/pom.xml CHANGED
@@ -47,8 +47,8 @@
47
47
  </scm>
48
48
  <properties>
49
49
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
50
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
51
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
50
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
51
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
52
52
  </properties>
53
53
  <dependencies>
54
54
  <dependency>
@@ -71,12 +71,12 @@
71
71
  <build>
72
72
  <extensions>
73
73
  <extension>
74
- <groupId>org.torquebox.mojo</groupId>
74
+ <groupId>org.jruby.maven</groupId>
75
75
  <artifactId>mavengem-wagon</artifactId>
76
76
  <version>${mavengem.wagon.version}</version>
77
77
  </extension>
78
78
  <extension>
79
- <groupId>de.saumya.mojo</groupId>
79
+ <groupId>org.jruby.maven</groupId>
80
80
  <artifactId>gem-extension</artifactId>
81
81
  <version>${jruby.plugins.version}</version>
82
82
  </extension>
@@ -84,7 +84,7 @@
84
84
  <directory>${basedir}/pkg</directory>
85
85
  <plugins>
86
86
  <plugin>
87
- <groupId>de.saumya.mojo</groupId>
87
+ <groupId>org.jruby.maven</groupId>
88
88
  <artifactId>gem-maven-plugin</artifactId>
89
89
  <version>${jruby.plugins.version}</version>
90
90
  <configuration>
@@ -7,7 +7,7 @@ describe Maven::Tools::GemspecDependencies do
7
7
  Gem::Specification.new do |s|
8
8
  s.add_dependency 'thor', '>= 0.14.6', '< 2.0'
9
9
  s.add_dependency 'maven-tools', "~> 0.32.3"
10
- s.add_development_dependency 'minitest', '~> 5.0'
10
+ s.add_development_dependency 'minitest', '~> 5.3'
11
11
  s.add_development_dependency 'rake', '~> 10.0'
12
12
  s.requirements << 'jar sdas:das:tes, 123'
13
13
  s.requirements << 'jar sdas:das, 123'
@@ -26,7 +26,7 @@ describe Maven::Tools::GemspecDependencies do
26
26
 
27
27
  it 'should setup artifact' do
28
28
  subject.runtime.must_equal ["rubygems:thor:[0.14.6,2.0)", "rubygems:maven-tools:[0.32.3,0.32.99999]"]
29
- subject.development.must_equal ["rubygems:minitest:[5.0,5.99999]", "rubygems:rake:[10.0,10.99999]"]
29
+ subject.development.must_equal ["rubygems:minitest:[5.3,5.99999]", "rubygems:rake:[10.0,10.99999]"]
30
30
  subject.java_runtime.must_equal [ ["sdas", "das", "jar", "tes", "123"],
31
31
  ["sdas", "das", "jar", "123"],
32
32
  ["sdas.asd", "das", "jar", "123", ["fds:fre"]],
@@ -18,7 +18,7 @@
18
18
  <build>
19
19
  <extensions>
20
20
  <extension>
21
- <groupId>org.torquebox.mojo</groupId>
21
+ <groupId>org.jruby.maven</groupId>
22
22
  <artifactId>mavengem-wagon</artifactId>
23
23
  <version>${mavengem.wagon.version}</version>
24
24
  </extension>
@@ -30,7 +30,7 @@
30
30
  <build>
31
31
  <plugins>
32
32
  <plugin>
33
- <groupId>de.saumya.mojo</groupId>
33
+ <groupId>org.jruby.maven</groupId>
34
34
  <artifactId>gem-maven-plugin</artifactId>
35
35
  <version>${jruby.plugins.version}</version>
36
36
  <configuration>
@@ -41,8 +41,8 @@
41
41
  </build>
42
42
  <properties>
43
43
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
44
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
45
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
44
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
45
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
46
46
  </properties>
47
47
  <dependencies>
48
48
  <dependency>
@@ -30,8 +30,8 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
34
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
33
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
34
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
35
35
  </properties>
36
36
  <dependencies>
37
37
  <dependency>
@@ -54,12 +54,12 @@
54
54
  <build>
55
55
  <extensions>
56
56
  <extension>
57
- <groupId>org.torquebox.mojo</groupId>
57
+ <groupId>org.jruby.maven</groupId>
58
58
  <artifactId>mavengem-wagon</artifactId>
59
59
  <version>${mavengem.wagon.version}</version>
60
60
  </extension>
61
61
  <extension>
62
- <groupId>de.saumya.mojo</groupId>
62
+ <groupId>org.jruby.maven</groupId>
63
63
  <artifactId>gem-extension</artifactId>
64
64
  <version>${jruby.plugins.version}</version>
65
65
  </extension>
@@ -82,7 +82,7 @@
82
82
  </executions>
83
83
  </plugin>
84
84
  <plugin>
85
- <groupId>de.saumya.mojo</groupId>
85
+ <groupId>org.jruby.maven</groupId>
86
86
  <artifactId>gem-maven-plugin</artifactId>
87
87
  <version>${jruby.plugins.version}</version>
88
88
  <configuration>
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.description = 'Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html'
12
12
  s.files = ['README', 'LICENSE.html', 'lib/bouncy-castle-java.rb' ] + Dir['lib/bc*.jar' ]
13
13
 
14
- s.add_development_dependency 'minitest', '~> 4.4'
14
+ s.add_development_dependency 'minitest', '~> 5.3'
15
15
  end
16
16
 
17
17
  # vim: syntax=Ruby
@@ -30,14 +30,14 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
34
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
33
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
34
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
35
35
  </properties>
36
36
  <dependencies>
37
37
  <dependency>
38
38
  <groupId>rubygems</groupId>
39
39
  <artifactId>minitest</artifactId>
40
- <version>[4.4,4.99999]</version>
40
+ <version>[5.3,5.99999]</version>
41
41
  <type>gem</type>
42
42
  <scope>test</scope>
43
43
  </dependency>
@@ -45,12 +45,12 @@
45
45
  <build>
46
46
  <extensions>
47
47
  <extension>
48
- <groupId>org.torquebox.mojo</groupId>
48
+ <groupId>org.jruby.maven</groupId>
49
49
  <artifactId>mavengem-wagon</artifactId>
50
50
  <version>${mavengem.wagon.version}</version>
51
51
  </extension>
52
52
  <extension>
53
- <groupId>de.saumya.mojo</groupId>
53
+ <groupId>org.jruby.maven</groupId>
54
54
  <artifactId>gem-extension</artifactId>
55
55
  <version>${jruby.plugins.version}</version>
56
56
  </extension>
@@ -58,7 +58,7 @@
58
58
  <directory>${basedir}/pkg</directory>
59
59
  <plugins>
60
60
  <plugin>
61
- <groupId>de.saumya.mojo</groupId>
61
+ <groupId>org.jruby.maven</groupId>
62
62
  <artifactId>gem-maven-plugin</artifactId>
63
63
  <version>${jruby.plugins.version}</version>
64
64
  <configuration>
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.description = 'Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html'
12
12
  s.files = ['README', 'LICENSE.html', 'lib/bouncy-castle-java.rb' ] + Dir['lib/bc*.jar' ]
13
13
 
14
- s.add_development_dependency 'minitest', '~> 4.4'
14
+ s.add_development_dependency 'minitest', '~> 5.3'
15
15
  end
16
16
 
17
17
  # vim: syntax=Ruby
@@ -30,14 +30,14 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
34
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
33
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
34
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
35
35
  </properties>
36
36
  <dependencies>
37
37
  <dependency>
38
38
  <groupId>rubygems</groupId>
39
39
  <artifactId>minitest</artifactId>
40
- <version>[4.4,4.99999]</version>
40
+ <version>[5.3,5.99999]</version>
41
41
  <type>gem</type>
42
42
  <scope>test</scope>
43
43
  </dependency>
@@ -51,12 +51,12 @@
51
51
  <build>
52
52
  <extensions>
53
53
  <extension>
54
- <groupId>org.torquebox.mojo</groupId>
54
+ <groupId>org.jruby.maven</groupId>
55
55
  <artifactId>mavengem-wagon</artifactId>
56
56
  <version>${mavengem.wagon.version}</version>
57
57
  </extension>
58
58
  <extension>
59
- <groupId>de.saumya.mojo</groupId>
59
+ <groupId>org.jruby.maven</groupId>
60
60
  <artifactId>gem-extension</artifactId>
61
61
  <version>${jruby.plugins.version}</version>
62
62
  </extension>
@@ -64,7 +64,7 @@
64
64
  <directory>${basedir}/pkg</directory>
65
65
  <plugins>
66
66
  <plugin>
67
- <groupId>de.saumya.mojo</groupId>
67
+ <groupId>org.jruby.maven</groupId>
68
68
  <artifactId>gem-maven-plugin</artifactId>
69
69
  <version>${jruby.plugins.version}</version>
70
70
  <configuration>
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.description = 'Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html'
12
12
  s.files = ['README', 'LICENSE.html', 'lib/bouncy-castle-java.rb' ] + Dir['lib/bc*.jar' ]
13
13
 
14
- s.add_development_dependency 'minitest', '~> 4.4'
14
+ s.add_development_dependency 'minitest', '~> 5.3'
15
15
  end
16
16
 
17
17
  # vim: syntax=Ruby
@@ -30,14 +30,14 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
34
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
33
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
34
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
35
35
  </properties>
36
36
  <dependencies>
37
37
  <dependency>
38
38
  <groupId>rubygems</groupId>
39
39
  <artifactId>minitest</artifactId>
40
- <version>[4.4,4.99999]</version>
40
+ <version>[5.3,5.99999]</version>
41
41
  <type>gem</type>
42
42
  <scope>test</scope>
43
43
  </dependency>
@@ -51,12 +51,12 @@
51
51
  <build>
52
52
  <extensions>
53
53
  <extension>
54
- <groupId>org.torquebox.mojo</groupId>
54
+ <groupId>org.jruby.maven</groupId>
55
55
  <artifactId>mavengem-wagon</artifactId>
56
56
  <version>${mavengem.wagon.version}</version>
57
57
  </extension>
58
58
  <extension>
59
- <groupId>de.saumya.mojo</groupId>
59
+ <groupId>org.jruby.maven</groupId>
60
60
  <artifactId>gem-extension</artifactId>
61
61
  <version>${jruby.plugins.version}</version>
62
62
  </extension>
@@ -64,7 +64,7 @@
64
64
  <directory>${basedir}/pkg</directory>
65
65
  <plugins>
66
66
  <plugin>
67
- <groupId>de.saumya.mojo</groupId>
67
+ <groupId>org.jruby.maven</groupId>
68
68
  <artifactId>gem-maven-plugin</artifactId>
69
69
  <version>${jruby.plugins.version}</version>
70
70
  <configuration>
@@ -30,8 +30,8 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
34
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
33
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
34
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
35
35
  <version_from_model>1.5.0</version_from_model>
36
36
  </properties>
37
37
  <repositories>
@@ -43,12 +43,12 @@
43
43
  <build>
44
44
  <extensions>
45
45
  <extension>
46
- <groupId>org.torquebox.mojo</groupId>
46
+ <groupId>org.jruby.maven</groupId>
47
47
  <artifactId>mavengem-wagon</artifactId>
48
48
  <version>${mavengem.wagon.version}</version>
49
49
  </extension>
50
50
  <extension>
51
- <groupId>de.saumya.mojo</groupId>
51
+ <groupId>org.jruby.maven</groupId>
52
52
  <artifactId>gem-extension</artifactId>
53
53
  <version>${jruby.plugins.version}</version>
54
54
  </extension>
@@ -56,7 +56,7 @@
56
56
  <directory>${basedir}/pkg</directory>
57
57
  <plugins>
58
58
  <plugin>
59
- <groupId>de.saumya.mojo</groupId>
59
+ <groupId>org.jruby.maven</groupId>
60
60
  <artifactId>gem-maven-plugin</artifactId>
61
61
  <version>${jruby.plugins.version}</version>
62
62
  <configuration>
@@ -30,8 +30,8 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
34
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
33
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
34
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
35
35
  </properties>
36
36
  <dependencies>
37
37
  <dependency>
@@ -58,12 +58,12 @@
58
58
  <sourceDirectory>src/java</sourceDirectory>
59
59
  <extensions>
60
60
  <extension>
61
- <groupId>org.torquebox.mojo</groupId>
61
+ <groupId>org.jruby.maven</groupId>
62
62
  <artifactId>mavengem-wagon</artifactId>
63
63
  <version>${mavengem.wagon.version}</version>
64
64
  </extension>
65
65
  <extension>
66
- <groupId>de.saumya.mojo</groupId>
66
+ <groupId>org.jruby.maven</groupId>
67
67
  <artifactId>gem-with-jar-extension</artifactId>
68
68
  <version>${jruby.plugins.version}</version>
69
69
  </extension>
@@ -102,7 +102,7 @@
102
102
  </configuration>
103
103
  </plugin>
104
104
  <plugin>
105
- <groupId>de.saumya.mojo</groupId>
105
+ <groupId>org.jruby.maven</groupId>
106
106
  <artifactId>gem-maven-plugin</artifactId>
107
107
  <version>${jruby.plugins.version}</version>
108
108
  <configuration>
@@ -30,8 +30,8 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
34
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
33
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
34
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
35
35
  </properties>
36
36
  <dependencies>
37
37
  <dependency>
@@ -58,12 +58,12 @@
58
58
  <sourceDirectory>src/java</sourceDirectory>
59
59
  <extensions>
60
60
  <extension>
61
- <groupId>org.torquebox.mojo</groupId>
61
+ <groupId>org.jruby.maven</groupId>
62
62
  <artifactId>mavengem-wagon</artifactId>
63
63
  <version>${mavengem.wagon.version}</version>
64
64
  </extension>
65
65
  <extension>
66
- <groupId>de.saumya.mojo</groupId>
66
+ <groupId>org.jruby.maven</groupId>
67
67
  <artifactId>gem-with-jar-extension</artifactId>
68
68
  <version>${jruby.plugins.version}</version>
69
69
  </extension>
@@ -102,7 +102,7 @@
102
102
  </configuration>
103
103
  </plugin>
104
104
  <plugin>
105
- <groupId>de.saumya.mojo</groupId>
105
+ <groupId>org.jruby.maven</groupId>
106
106
  <artifactId>gem-maven-plugin</artifactId>
107
107
  <version>${jruby.plugins.version}</version>
108
108
  <configuration>
@@ -30,8 +30,8 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
34
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
33
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
34
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
35
35
  <tesla.dump.pom>pom.xml</tesla.dump.pom>
36
36
  <tesla.dump.readonly>true</tesla.dump.readonly>
37
37
  </properties>
@@ -56,12 +56,12 @@
56
56
  <build>
57
57
  <extensions>
58
58
  <extension>
59
- <groupId>org.torquebox.mojo</groupId>
59
+ <groupId>org.jruby.maven</groupId>
60
60
  <artifactId>mavengem-wagon</artifactId>
61
61
  <version>${mavengem.wagon.version}</version>
62
62
  </extension>
63
63
  <extension>
64
- <groupId>de.saumya.mojo</groupId>
64
+ <groupId>org.jruby.maven</groupId>
65
65
  <artifactId>gem-extension</artifactId>
66
66
  <version>${jruby.plugins.version}</version>
67
67
  </extension>
@@ -93,7 +93,7 @@
93
93
  </executions>
94
94
  </plugin>
95
95
  <plugin>
96
- <groupId>de.saumya.mojo</groupId>
96
+ <groupId>org.jruby.maven</groupId>
97
97
  <artifactId>gem-maven-plugin</artifactId>
98
98
  <version>${jruby.plugins.version}</version>
99
99
  <configuration>
@@ -47,8 +47,8 @@
47
47
  </scm>
48
48
  <properties>
49
49
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
50
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
51
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
50
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
51
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
52
52
  </properties>
53
53
  <dependencies>
54
54
  <dependency>
@@ -72,12 +72,12 @@
72
72
  <build>
73
73
  <extensions>
74
74
  <extension>
75
- <groupId>org.torquebox.mojo</groupId>
75
+ <groupId>org.jruby.maven</groupId>
76
76
  <artifactId>mavengem-wagon</artifactId>
77
77
  <version>${mavengem.wagon.version}</version>
78
78
  </extension>
79
79
  <extension>
80
- <groupId>de.saumya.mojo</groupId>
80
+ <groupId>org.jruby.maven</groupId>
81
81
  <artifactId>gem-extension</artifactId>
82
82
  <version>${jruby.plugins.version}</version>
83
83
  </extension>
@@ -85,7 +85,7 @@
85
85
  <directory>${basedir}/pkg</directory>
86
86
  <plugins>
87
87
  <plugin>
88
- <groupId>de.saumya.mojo</groupId>
88
+ <groupId>org.jruby.maven</groupId>
89
89
  <artifactId>gem-maven-plugin</artifactId>
90
90
  <version>${jruby.plugins.version}</version>
91
91
  <configuration>
@@ -47,8 +47,8 @@
47
47
  </scm>
48
48
  <properties>
49
49
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
50
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
51
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
50
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
51
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
52
52
  </properties>
53
53
  <dependencies>
54
54
  <dependency>
@@ -66,12 +66,12 @@
66
66
  <build>
67
67
  <extensions>
68
68
  <extension>
69
- <groupId>org.torquebox.mojo</groupId>
69
+ <groupId>org.jruby.maven</groupId>
70
70
  <artifactId>mavengem-wagon</artifactId>
71
71
  <version>${mavengem.wagon.version}</version>
72
72
  </extension>
73
73
  <extension>
74
- <groupId>de.saumya.mojo</groupId>
74
+ <groupId>org.jruby.maven</groupId>
75
75
  <artifactId>gem-extension</artifactId>
76
76
  <version>${jruby.plugins.version}</version>
77
77
  </extension>
@@ -79,7 +79,7 @@
79
79
  <directory>${basedir}/pkg</directory>
80
80
  <plugins>
81
81
  <plugin>
82
- <groupId>de.saumya.mojo</groupId>
82
+ <groupId>org.jruby.maven</groupId>
83
83
  <artifactId>gem-maven-plugin</artifactId>
84
84
  <version>${jruby.plugins.version}</version>
85
85
  <configuration>
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.description = 'Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html'
12
12
  s.files = ['README', 'LICENSE.html', 'lib/bouncy-castle-java.rb' ] + Dir['lib/bc*.jar' ]
13
13
 
14
- s.add_development_dependency 'minitest', '~> 4.4.alhpa'
14
+ s.add_development_dependency 'minitest', '~> 5.3'
15
15
  end
16
16
 
17
17
  # vim: syntax=Ruby
@@ -30,14 +30,14 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
34
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
33
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
34
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
35
35
  </properties>
36
36
  <dependencies>
37
37
  <dependency>
38
38
  <groupId>rubygems</groupId>
39
39
  <artifactId>minitest</artifactId>
40
- <version>[4.4.alhpa-SNAPSHOT,4.99999]</version>
40
+ <version>[5.3,5.99999]</version>
41
41
  <type>gem</type>
42
42
  <scope>test</scope>
43
43
  </dependency>
@@ -47,26 +47,16 @@
47
47
  <id>mavengems</id>
48
48
  <url>mavengem:https://rubygems.org</url>
49
49
  </repository>
50
- <repository>
51
- <releases>
52
- <enabled>false</enabled>
53
- </releases>
54
- <snapshots>
55
- <enabled>true</enabled>
56
- </snapshots>
57
- <id>rubygems-prereleases</id>
58
- <url>http://rubygems-proxy.torquebox.org/prereleases</url>
59
- </repository>
60
50
  </repositories>
61
51
  <build>
62
52
  <extensions>
63
53
  <extension>
64
- <groupId>org.torquebox.mojo</groupId>
54
+ <groupId>org.jruby.maven</groupId>
65
55
  <artifactId>mavengem-wagon</artifactId>
66
56
  <version>${mavengem.wagon.version}</version>
67
57
  </extension>
68
58
  <extension>
69
- <groupId>de.saumya.mojo</groupId>
59
+ <groupId>org.jruby.maven</groupId>
70
60
  <artifactId>gem-extension</artifactId>
71
61
  <version>${jruby.plugins.version}</version>
72
62
  </extension>
@@ -74,7 +64,7 @@
74
64
  <directory>${basedir}/pkg</directory>
75
65
  <plugins>
76
66
  <plugin>
77
- <groupId>de.saumya.mojo</groupId>
67
+ <groupId>org.jruby.maven</groupId>
78
68
  <artifactId>gem-maven-plugin</artifactId>
79
69
  <version>${jruby.plugins.version}</version>
80
70
  <configuration>
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.description = 'Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html'
12
12
  s.files = ['README', 'LICENSE.html', 'lib/bouncy-castle-java.rb' ] + Dir['lib/bc*.jar' ]
13
13
 
14
- s.add_development_dependency 'minitest', '~> 4.4.alhpa'
14
+ s.add_development_dependency 'minitest', '~> 5.3'
15
15
  end
16
16
 
17
17
  # vim: syntax=Ruby
@@ -30,39 +30,27 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>2.0.1</jruby.plugins.version>
34
- <mavengem.wagon.version>1.0.3</mavengem.wagon.version>
33
+ <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
34
+ <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.version>
35
35
  </properties>
36
36
  <dependencies>
37
37
  <dependency>
38
38
  <groupId>rubygems</groupId>
39
39
  <artifactId>minitest</artifactId>
40
- <version>[4.4.alhpa-SNAPSHOT,4.99999]</version>
40
+ <version>[5.3,5.99999]</version>
41
41
  <type>gem</type>
42
42
  <scope>test</scope>
43
43
  </dependency>
44
44
  </dependencies>
45
- <repositories>
46
- <repository>
47
- <releases>
48
- <enabled>false</enabled>
49
- </releases>
50
- <snapshots>
51
- <enabled>true</enabled>
52
- </snapshots>
53
- <id>rubygems-prereleases</id>
54
- <url>http://rubygems-proxy.torquebox.org/prereleases</url>
55
- </repository>
56
- </repositories>
57
45
  <build>
58
46
  <extensions>
59
47
  <extension>
60
- <groupId>org.torquebox.mojo</groupId>
48
+ <groupId>org.jruby.maven</groupId>
61
49
  <artifactId>mavengem-wagon</artifactId>
62
50
  <version>${mavengem.wagon.version}</version>
63
51
  </extension>
64
52
  <extension>
65
- <groupId>de.saumya.mojo</groupId>
53
+ <groupId>org.jruby.maven</groupId>
66
54
  <artifactId>gem-extension</artifactId>
67
55
  <version>${jruby.plugins.version}</version>
68
56
  </extension>
@@ -70,7 +58,7 @@
70
58
  <directory>${basedir}/pkg</directory>
71
59
  <plugins>
72
60
  <plugin>
73
- <groupId>de.saumya.mojo</groupId>
61
+ <groupId>org.jruby.maven</groupId>
74
62
  <artifactId>gem-maven-plugin</artifactId>
75
63
  <version>${jruby.plugins.version}</version>
76
64
  <configuration>