Skip to content

Commit

Permalink
sorted properties polyglot maven
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Oct 18, 2018
1 parent 09164f9 commit 657405d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<extension>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.3.1
</version>
<version>0.3.1.1</version>
</extension>
</extensions>
2 changes: 1 addition & 1 deletion 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.5.2'
id 'ruby-processing:rp5extras', '1.5.4'
packaging 'jar'

description 'rp5extras for JRubyArt'
Expand Down
10 changes: 5 additions & 5 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.5.2</version>
<version>1.5.4</version>
<name>rp5extras</name>
<description>rp5extras for JRubyArt</description>
<url>https://github.com/ruby-processing/JRubyArt</url>
Expand Down Expand Up @@ -39,12 +39,12 @@ DO NOT MODIFIY - GENERATED CODE
<url>https://github.com/ruby-processing/JRubyArt/issues</url>
</issueManagement>
<properties>
<processing.api>http://processing.github.io/processing-javadocs/core/</processing.api>
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<jruby.api>http://jruby.org/apidocs/</jruby.api>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
<processing.api>http://processing.github.io/processing-javadocs/core/</processing.api>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 657405d

Please sign in to comment.