Skip to content

Commit e13e09c

Browse files
committed
include 1.7.21 profile and use rc2 with test-9000
1 parent 30e8f50 commit e13e09c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Mavenfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ profile :id => 'test-1.7.4' do
148148
'bc.versions' => supported_bc_versions.join(',')
149149
end
150150

151-
%w{ 1.7.13 1.7.15 1.7.16 1.7.17 1.7.18 1.7.19 1.7.20 }.each { |version|
151+
%w{ 1.7.13 1.7.15 1.7.16 1.7.18 1.7.19 1.7.20 1.7.21 }.each { |version|
152152

153153
profile :id => "test-#{version}" do
154154
plugin :invoker, '1.8' do
@@ -164,8 +164,8 @@ profile :id => 'test-9000' do
164164
plugin :invoker, '1.8' do
165165
execute_goals( :install, :run, invoker_run_options )
166166
end
167-
properties 'jruby.version' => '9.0.0.0.pre2',
168-
'jruby.versions' => '9.0.0.0.pre2',
167+
properties 'jruby.version' => '9.0.0.0.rc2',
168+
'jruby.versions' => '9.0.0.0.rc2',
169169
'bc.versions' => supported_bc_versions.join(',')
170170
end
171171

0 commit comments

Comments
 (0)