File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ profile :id => 'test-1.7.4' do
148
148
'bc.versions' => supported_bc_versions . join ( ',' )
149
149
end
150
150
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 |
152
152
153
153
profile :id => "test-#{ version } " do
154
154
plugin :invoker , '1.8' do
@@ -164,8 +164,8 @@ profile :id => 'test-9000' do
164
164
plugin :invoker , '1.8' do
165
165
execute_goals ( :install , :run , invoker_run_options )
166
166
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 ' ,
169
169
'bc.versions' => supported_bc_versions . join ( ',' )
170
170
end
171
171
You can’t perform that action at this time.
0 commit comments