Skip to content

Commit 43e035a

Browse files
authored
Update pom.rb
bump java and jruby version
1 parent 962fe02 commit 43e035a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • extensions/basic/jruby-ext

extensions/basic/jruby-ext/pom.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project 'jruby-ext' do
22

33
model_version '4.0.0'
4-
id 'com.purbon:jruby-ext:1.1'
4+
id 'com.purbon:jruby-ext:1.2'
55
packaging 'jar'
66

77
description 'example JRuby extension'
@@ -21,21 +21,21 @@
2121
)
2222

2323
properties(
24-
'maven.compiler.source' => '1.7',
25-
'maven.compiler.target' => '1.7',
24+
'maven.compiler.source' => '1.8',
25+
'maven.compiler.target' => '1.8',
2626
'source.directory' => 'src/main/java', # poxy Eclipse folders
2727
'project.build.sourceEncoding' => 'utf-8',
2828
'polyglot.dump.pom' => 'pom.xml',
2929
'jruby.api' => 'http://jruby.org/apidocs/',
3030
)
3131

32-
jar 'org.jruby:jruby:9.1.5.0'
32+
jar 'org.jruby:jruby:9.2.0.0'
3333

3434
plugin_management do
3535
plugin :resources, '2.6'
3636
plugin :dependency, '2.8'
3737
plugin(
38-
:compiler, '3.5.1',
38+
:compiler, '3.8.0',
3939
source: '${maven.compiler.source}',
4040
target: '${maven.compiler.target}'
4141
)

0 commit comments

Comments
 (0)