Skip to content

Commit 4deb1a1

Browse files
committed
[build] remove profiles which we no longer use
1 parent 498abb2 commit 4deb1a1

File tree

2 files changed

+15
-332
lines changed

2 files changed

+15
-332
lines changed

Mavenfile

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ plugin :deploy, '2.8.1' do
107107
execute_goals( :deploy, :skip => false )
108108
end
109109

110-
supported_bc_versions = %w{ 1.56 1.57 1.58 1.59 1.60 1.61 1.62 1.63 1.64 }
110+
supported_bc_versions = %w{ 1.58 1.59 1.60 1.61 1.62 1.63 1.64 1.65 }
111111

112112
default_bc_version = File.read File.expand_path('lib/jopenssl/version.rb', File.dirname(__FILE__))
113113
default_bc_version = default_bc_version[/BOUNCY_CASTLE_VERSION\s?=\s?'(.*?)'/, 1]
@@ -152,20 +152,7 @@ invoker_run_options = {
152152
'runit.dir' => '${runit.dir}' }
153153
}
154154

155-
jruby_1_7_versions = %w{ 1.7.20 1.7.22 1.7.23 1.7.24 1.7.25 1.7.26 1.7.27 }
156-
157-
jruby_1_7_versions.each { |version|
158-
profile :id => "test-#{version}" do
159-
plugin :invoker, '1.8' do
160-
execute_goals( :install, :run, invoker_run_options )
161-
end
162-
properties 'jruby.versions' => version,
163-
'jruby.modes' => '1.9,2.0',
164-
'bc.versions' => supported_bc_versions.join(',')
165-
end
166-
}
167-
168-
jruby_9_K_versions = %w{ 9.0.1.0 9.0.5.0 9.1.2.0 9.1.8.0 9.1.12.0 9.1.16.0 9.1.17.0 }
155+
jruby_9_K_versions = %w{ 9.0.5.0 9.1.2.0 9.1.8.0 9.1.12.0 9.1.16.0 9.1.17.0 }
169156
jruby_9_K_versions += %w{ 9.2.0.0 9.2.5.0 9.2.6.0 9.2.7.0 9.2.8.0 9.2.9.0 }
170157

171158
jruby_9_K_versions.each { |version|

0 commit comments

Comments
 (0)