Skip to content

Commit 0412c61

Browse files
committed
Bump java source
1 parent c684e85 commit 0412c61

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+8212
-8248
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**v2.4.2** Update to use jruby-complete-9.2.13
2+
3+
**v2.4.2** Update to use jruby-complete-9.2.12.0
4+
15
**v2.4.0** Update to use jruby-complete-9.2.11.1 recommended java version AdoptOpenJDK-13+ or Openj9-14+
26

37
**v2.3.0** Update to use jruby-complete-9.2.11.0 recommended java version AdoptOpenJDK-13+

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121

2222
desc 'Build gem'
2323
task :gem do
24-
system 'gem build jruby_art.gemspec'
24+
system 'jgem build jruby_art.gemspec'
2525
end
2626

2727
desc 'Compile'

lib/jruby_art/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# A wrapper for version
44
module JRubyArt
5-
VERSION = '2.4.1'
5+
VERSION = '2.4.2'
66
end

pom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
project 'jruby_art', 'https://github.com/ruby-processing/JRubyArt' do
44
model_version '4.0.0'
5-
id 'ruby-processing:jruby_art:2.4.1'
5+
id 'ruby-processing:jruby_art:2.4.2'
66
packaging 'jar'
77

88
description 'Jar for JRubyArt'
@@ -30,7 +30,7 @@
3030
'jogl.version' => '2.3.2',
3131
'jruby.api' => 'http://jruby.org/apidocs/')
3232

33-
pom 'org.jruby:jruby:9.2.12.0'
33+
pom 'org.jruby:jruby:9.2.13.0'
3434
jar 'org.jogamp.jogl:jogl-all:${jogl.version}'
3535
jar 'org.jogamp.gluegen:gluegen-rt-main:${jogl.version}'
3636
jar 'org.processing:video:3.0.2'

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>ruby-processing</groupId>
1313
<artifactId>jruby_art</artifactId>
14-
<version>2.4.1</version>
14+
<version>2.4.2</version>
1515
<name>jruby_art</name>
1616
<description>Jar for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/JRubyArt</url>
@@ -66,7 +66,7 @@ DO NOT MODIFIY - GENERATED CODE
6666
<dependency>
6767
<groupId>org.jruby</groupId>
6868
<artifactId>jruby</artifactId>
69-
<version>9.2.12.0</version>
69+
<version>9.2.13.0</version>
7070
<type>pom</type>
7171
</dependency>
7272
<dependency>

0 commit comments

Comments
 (0)