Skip to content

Commit 771b721

Browse files
committed
bump versions
1 parent 48b58f2 commit 771b721

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pom.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
'jogl.version' => '2.3.2',
2727
'jruby.api' => 'http://jruby.org/apidocs/')
2828

29-
pom 'org.jruby:jruby:9.2.11.0'
29+
pom 'org.jruby:jruby:9.2.11.1'
3030
jar 'org.jogamp.jogl:jogl-all:${jogl.version}'
3131
jar 'org.jogamp.gluegen:gluegen-rt-main:${jogl.version}'
3232
jar 'org.processing:video:3.0.2'
3333

3434
overrides do
3535
plugin :resources, '3.1.0'
36-
plugin :dependency, '3.1.1'
36+
plugin :dependency, '3.1.2'
3737
plugin(:compiler, '3.8.1',
3838
'release' => '11')
3939
plugin(:javadoc, '2.10.4',
4040
'detectOfflineLinks' => 'false',
4141
'links' => ['${processing.api}',
4242
'${jruby.api}'])
43-
plugin(:jar, '3.1.1',
43+
plugin(:jar, '3.2.0',
4444
'archive' => {
4545
'manifestEntries' => {
4646
'Class-Path' => 'gluegen-rt.jar jog-all.jar'

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ DO NOT MODIFIY - GENERATED CODE
4646
<dependency>
4747
<groupId>org.jruby</groupId>
4848
<artifactId>jruby</artifactId>
49-
<version>9.2.11.0</version>
49+
<version>9.2.11.1</version>
5050
<type>pom</type>
5151
</dependency>
5252
<dependency>
@@ -93,7 +93,7 @@ DO NOT MODIFIY - GENERATED CODE
9393
</plugin>
9494
<plugin>
9595
<artifactId>maven-dependency-plugin</artifactId>
96-
<version>3.1.1</version>
96+
<version>3.1.2</version>
9797
</plugin>
9898
<plugin>
9999
<artifactId>maven-compiler-plugin</artifactId>
@@ -115,7 +115,7 @@ DO NOT MODIFIY - GENERATED CODE
115115
</plugin>
116116
<plugin>
117117
<artifactId>maven-jar-plugin</artifactId>
118-
<version>3.1.1</version>
118+
<version>3.2.0</version>
119119
<configuration>
120120
<archive>
121121
<manifestEntries>

0 commit comments

Comments
 (0)