We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e8f50 commit e13e09cCopy full SHA for e13e09c
1 file changed
Mavenfile
@@ -148,7 +148,7 @@ profile :id => 'test-1.7.4' do
148
'bc.versions' => supported_bc_versions.join(',')
149
end
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|
+%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
153
profile :id => "test-#{version}" do
154
plugin :invoker, '1.8' do
@@ -164,8 +164,8 @@ profile :id => 'test-9000' do
164
165
execute_goals( :install, :run, invoker_run_options )
166
167
- properties 'jruby.version' => '9.0.0.0.pre2',
168
- 'jruby.versions' => '9.0.0.0.pre2',
+ properties 'jruby.version' => '9.0.0.0.rc2',
+ 'jruby.versions' => '9.0.0.0.rc2',
169
170
171
0 commit comments