Skip to content

Commit 98c0071

Browse files
committed
set-up test-9000 profile to use JRuby 9.0.0.0 final
1 parent fafdd1e commit 98c0071

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Mavenfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.rc2',
168-
'jruby.versions' => '9.0.0.0.rc2',
167+
properties 'jruby.version' => '9.0.0.0',
168+
'jruby.versions' => '9.0.0.0',
169169
'bc.versions' => supported_bc_versions.join(',')
170170
end
171171

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@
729729
</build>
730730
<properties>
731731
<bc.versions>1.47,1.48,1.49,1.50,1.51</bc.versions>
732-
<jruby.version>9.0.0.0.pre2</jruby.version>
733-
<jruby.versions>9.0.0.0.pre2</jruby.versions>
732+
<jruby.version>9.0.0.0</jruby.version>
733+
<jruby.versions>9.0.0.0</jruby.versions>
734734
</properties>
735735
</profile>
736736
<profile>

0 commit comments

Comments
 (0)