Skip to content

Commit 3a92922

Browse files
committed
bump maven compiler
1 parent 3fb187f commit 3a92922

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'jogl.version' => '2.3.2'
3333
)
3434

35-
pom 'org.jruby:jruby:9.1.16.0'
35+
pom 'org.jruby:jruby:9.2.0.0'
3636
jar 'org.processing:core:3.3.7'
3737
jar 'org.processing:video:3.0.2'
3838
jar('org.jogamp.jogl:jogl-all:${jogl.version}')
@@ -86,7 +86,7 @@
8686
)
8787
end
8888

89-
plugin( :compiler, '3.7.0',
89+
plugin( :compiler, '3.8.0',
9090
source: '${maven.compiler.source}',
9191
target: '${maven.compiler.target}'
9292
)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ DO NOT MODIFIY - GENERATED CODE
5858
<dependency>
5959
<groupId>org.jruby</groupId>
6060
<artifactId>jruby</artifactId>
61-
<version>9.1.16.0</version>
61+
<version>9.2.0.0</version>
6262
<type>pom</type>
6363
</dependency>
6464
<dependency>
@@ -153,7 +153,7 @@ DO NOT MODIFIY - GENERATED CODE
153153
</plugin>
154154
<plugin>
155155
<artifactId>maven-compiler-plugin</artifactId>
156-
<version>3.7.0</version>
156+
<version>3.8.0</version>
157157
<configuration>
158158
<source>${maven.compiler.source}</source>
159159
<target>${maven.compiler.target}</target>

0 commit comments

Comments
 (0)