Skip to content

Commit

Permalink
bump jruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Nov 29, 2018
1 parent 91bc1fc commit 80bcb09
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**v1.6.3** Update to jruby-complete-9.2.4.1.

**v1.6.2** Update to jruby-complete-9.2.4.0.

**v1.6.1** Update to jruby-complete-9.2.2.0.
Expand Down
2 changes: 1 addition & 1 deletion lib/jruby_art/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
# A wrapper for version
module JRubyArt
VERSION = '1.6.2'.freeze
VERSION = '1.6.3'.freeze
end
4 changes: 2 additions & 2 deletions pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project 'rp5extras', 'https://github.com/ruby-processing/JRubyArt' do

model_version '4.0.0'
id 'ruby-processing:rp5extras', '1.6.2'
id 'ruby-processing:rp5extras', '1.6.3'
packaging 'jar'

description 'rp5extras for JRubyArt'
Expand Down Expand Up @@ -32,7 +32,7 @@
'jruby.api' => 'http://jruby.org/apidocs/'
)

pom 'org.jruby:jruby:9.2.4.0'
pom 'org.jruby:jruby:9.2.4.1'
jar 'org.processing:core:3.3.7'
jar 'org.processing:video:3.0.2'

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>ruby-processing</groupId>
<artifactId>rp5extras</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
<name>rp5extras</name>
<description>rp5extras for JRubyArt</description>
<url>https://github.com/ruby-processing/JRubyArt</url>
Expand Down Expand Up @@ -50,7 +50,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>9.2.4.0</version>
<version>9.2.4.1</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion vendors/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WARNING = <<-EOS.freeze
EOS


JRUBYC_VERSION = '9.2.4.0'
JRUBYC_VERSION = '9.2.4.1'

EXAMPLES = '3.2'
HOME_DIR = ENV['HOME']
Expand Down

0 comments on commit 80bcb09

Please sign in to comment.