Skip to content

Commit 194111a

Browse files
committed
bump versions
1 parent 3e811f7 commit 194111a

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.mvn/extensions.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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>

lib/arcball/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ArcBall
3-
VERSION = '1.0'.freeze
3+
VERSION = '1.0.1'.freeze
44
end

pom.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'fileutils'
22
project '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'
@@ -31,14 +31,14 @@
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
)

pom.xml

Lines changed: 4 additions & 4 deletions
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>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>

0 commit comments

Comments
 (0)