Skip to content

Commit 80bcb09

Browse files
committed
bump jruby version
1 parent 91bc1fc commit 80bcb09

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**v1.6.3** Update to jruby-complete-9.2.4.1.
2+
13
**v1.6.2** Update to jruby-complete-9.2.4.0.
24

35
**v1.6.1** Update to jruby-complete-9.2.2.0.

lib/jruby_art/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
# A wrapper for version
33
module JRubyArt
4-
VERSION = '1.6.2'.freeze
4+
VERSION = '1.6.3'.freeze
55
end

pom.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project 'rp5extras', 'https://github.com/ruby-processing/JRubyArt' do
33

44
model_version '4.0.0'
5-
id 'ruby-processing:rp5extras', '1.6.2'
5+
id 'ruby-processing:rp5extras', '1.6.3'
66
packaging 'jar'
77

88
description 'rp5extras for JRubyArt'
@@ -32,7 +32,7 @@
3232
'jruby.api' => 'http://jruby.org/apidocs/'
3333
)
3434

35-
pom 'org.jruby:jruby:9.2.4.0'
35+
pom 'org.jruby:jruby:9.2.4.1'
3636
jar 'org.processing:core:3.3.7'
3737
jar 'org.processing:video:3.0.2'
3838

pom.xml

+2-2
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>rp5extras</artifactId>
14-
<version>1.6.2</version>
14+
<version>1.6.3</version>
1515
<name>rp5extras</name>
1616
<description>rp5extras for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/JRubyArt</url>
@@ -50,7 +50,7 @@ DO NOT MODIFIY - GENERATED CODE
5050
<dependency>
5151
<groupId>org.jruby</groupId>
5252
<artifactId>jruby</artifactId>
53-
<version>9.2.4.0</version>
53+
<version>9.2.4.1</version>
5454
<type>pom</type>
5555
</dependency>
5656
<dependency>

vendors/Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WARNING = <<-EOS.freeze
99
EOS
1010

1111

12-
JRUBYC_VERSION = '9.2.4.0'
12+
JRUBYC_VERSION = '9.2.4.1'
1313

1414
EXAMPLES = '3.2'
1515
HOME_DIR = ENV['HOME']

0 commit comments

Comments
 (0)