File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 3
3
<extension >
4
4
<groupId >io.takari.polyglot</groupId >
5
5
<artifactId >polyglot-ruby</artifactId >
6
- <version >0.3.1
7
- </version >
6
+ <version >0.3.1.1</version >
8
7
</extension >
9
8
</extensions >
Original file line number Diff line number Diff line change 2
2
project 'rp5extras' , 'https://github.com/ruby-processing/JRubyArt' do
3
3
4
4
model_version '4.0.0'
5
- id 'ruby-processing:rp5extras' , '1.5.2 '
5
+ id 'ruby-processing:rp5extras' , '1.5.4 '
6
6
packaging 'jar'
7
7
8
8
description 'rp5extras for JRubyArt'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >ruby-processing</groupId >
13
13
<artifactId >rp5extras</artifactId >
14
- <version >1.5.2 </version >
14
+ <version >1.5.4 </version >
15
15
<name >rp5extras</name >
16
16
<description >rp5extras for JRubyArt</description >
17
17
<url >https://github.com/ruby-processing/JRubyArt</url >
@@ -39,12 +39,12 @@ DO NOT MODIFIY - GENERATED CODE
39
39
<url >https://github.com/ruby-processing/JRubyArt/issues</url >
40
40
</issueManagement >
41
41
<properties >
42
- <processing .api>http://processing.github.io/processing-javadocs/core/</processing .api>
43
- <polyglot .dump.pom>pom.xml</polyglot .dump.pom>
44
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
45
- <maven .compiler.source>1.8</maven .compiler.source>
46
42
<jruby .api>http://jruby.org/apidocs/</jruby .api>
43
+ <maven .compiler.source>1.8</maven .compiler.source>
47
44
<maven .compiler.target>1.8</maven .compiler.target>
45
+ <polyglot .dump.pom>pom.xml</polyglot .dump.pom>
46
+ <processing .api>http://processing.github.io/processing-javadocs/core/</processing .api>
47
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
48
48
</properties >
49
49
<dependencies >
50
50
<dependency >
You can’t perform that action at this time.
0 commit comments