Skip to content

Commit 697fe47

Browse files
authored
Update pom.rb
Update versions
1 parent 2548df5 commit 697fe47

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • extensions/basic/jruby-ext

extensions/basic/jruby-ext/pom.rb

Lines changed: 6 additions & 6 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.2'
4+
id 'com.purbon:jruby-ext:1.2.1'
55
packaging 'jar'
66

77
description 'example JRuby extension'
@@ -29,13 +29,13 @@
2929
'jruby.api' => 'http://jruby.org/apidocs/',
3030
)
3131

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

3434
plugin_management do
35-
plugin :resources, '2.6'
36-
plugin :dependency, '2.8'
35+
plugin :resources, '3.1.0'
36+
plugin :dependency, '3.1.1'
3737
plugin(
38-
:compiler, '3.8.0',
38+
:compiler, '3.8.1',
3939
source: '${maven.compiler.source}',
4040
target: '${maven.compiler.target}'
4141
)
@@ -45,7 +45,7 @@
4545
links: ['${jruby.api}']
4646
)
4747
plugin(
48-
:jar, '3.0.2',
48+
:jar, '3.1.1',
4949
archive: {
5050
manifestFile: 'MANIFEST.MF' # camel case reqd
5151
}

0 commit comments

Comments
 (0)