File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 33 <extension >
44 <groupId >io.takari.polyglot</groupId >
55 <artifactId >polyglot-ruby</artifactId >
6- <version >0.1.15</version >
6+ <version >0.3.0
7+ </version >
78 </extension >
89</extensions >
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module ArcBall
3- VERSION = '1.0' . freeze
3+ VERSION = '1.0.1 ' . freeze
44end
Original file line number Diff line number Diff line change 11require 'fileutils'
22project 'arcball' , 'https://github.com/ruby-processing/ArcBall' do
33 model_version '4.0.0'
4- id 'arcball:arcball' , '1.0.0 '
4+ id 'arcball:arcball' , '1.0.1 '
55 packaging 'jar'
66 description 'arcball for arcball'
77 organization 'ruby-processing' , 'https://ruby-processing.github.io'
3131 'jruby.api' => 'http://jruby.org/apidocs/' ,
3232 )
3333
34- pom ( 'org.jruby:jruby:9.1.8 .0' )
35- jar ( 'org.processing:core:3.3.2 ' )
34+ pom ( 'org.jruby:jruby:9.1.17 .0' )
35+ jar ( 'org.processing:core:3.3.7 ' )
3636
3737 plugin_management do
3838 plugin :resources , '2.6'
3939 plugin :dependency , '2.10'
4040
41- plugin ( :compiler , '3.5.1 ' ,
41+ plugin ( :compiler , '3.7.0 ' ,
4242 source : '${maven.compiler.source}' ,
4343 target : '${maven.compiler.target}'
4444 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >arcball</groupId >
1313 <artifactId >arcball</artifactId >
14- <version >1.0.0 </version >
14+ <version >1.0.1 </version >
1515 <name >arcball</name >
1616 <description >arcball for arcball</description >
1717 <url >https://github.com/ruby-processing/ArcBall</url >
@@ -51,13 +51,13 @@ DO NOT MODIFIY - GENERATED CODE
5151 <dependency >
5252 <groupId >org.jruby</groupId >
5353 <artifactId >jruby</artifactId >
54- <version >9.1.8 .0</version >
54+ <version >9.1.17 .0</version >
5555 <type >pom</type >
5656 </dependency >
5757 <dependency >
5858 <groupId >org.processing</groupId >
5959 <artifactId >core</artifactId >
60- <version >3.3.2 </version >
60+ <version >3.3.7 </version >
6161 </dependency >
6262 </dependencies >
6363 <build >
@@ -76,7 +76,7 @@ DO NOT MODIFIY - GENERATED CODE
7676 </plugin >
7777 <plugin >
7878 <artifactId >maven-compiler-plugin</artifactId >
79- <version >3.5.1 </version >
79+ <version >3.7.0 </version >
8080 <configuration >
8181 <source >${maven.compiler.source} </source >
8282 <target >${maven.compiler.target} </target >
You can’t perform that action at this time.
0 commit comments