Skip to content

Commit 657405d

Browse files
committed
sorted properties polyglot maven
1 parent 09164f9 commit 657405d

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.mvn/extensions.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<extension>
44
<groupId>io.takari.polyglot</groupId>
55
<artifactId>polyglot-ruby</artifactId>
6-
<version>0.3.1
7-
</version>
6+
<version>0.3.1.1</version>
87
</extension>
98
</extensions>

pom.rb

+1-1
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.5.2'
5+
id 'ruby-processing:rp5extras', '1.5.4'
66
packaging 'jar'
77

88
description 'rp5extras for JRubyArt'

pom.xml

+5-5
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.5.2</version>
14+
<version>1.5.4</version>
1515
<name>rp5extras</name>
1616
<description>rp5extras for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/JRubyArt</url>
@@ -39,12 +39,12 @@ DO NOT MODIFIY - GENERATED CODE
3939
<url>https://github.com/ruby-processing/JRubyArt/issues</url>
4040
</issueManagement>
4141
<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>
4642
<jruby.api>http://jruby.org/apidocs/</jruby.api>
43+
<maven.compiler.source>1.8</maven.compiler.source>
4744
<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>
4848
</properties>
4949
<dependencies>
5050
<dependency>

0 commit comments

Comments
 (0)