Skip to content

Commit 467f9e0

Browse files
committed
update maven artifacts
1 parent 54ea154 commit 467f9e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>io.takari.polyglot</groupId>
55
<artifactId>polyglot-ruby</artifactId>
6-
<version>0.1.15</version>
6+
<version>0.1.18</version>
77
</extension>
88
</extensions>

pom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
jar 'args4j:args4j:2.0.31'
3333
jar 'org.processing:core:3.1'
3434

35-
plugin( :compiler, '3.3',
35+
plugin( :compiler, '3.5.1',
3636
'source' => '1.8',
3737
'target' => '1.8' )
38-
plugin( :jar, '2.6',
38+
plugin( :jar, '3.0.2',
3939
'archive' => {
4040
'manifestFile' => 'MANIFEST.MF'
4141
} )

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ DO NOT MODIFIY - GENERATED CODE
7373
<plugins>
7474
<plugin>
7575
<artifactId>maven-compiler-plugin</artifactId>
76-
<version>3.3</version>
76+
<version>3.5.1</version>
7777
<configuration>
7878
<source>1.8</source>
7979
<target>1.8</target>
8080
</configuration>
8181
</plugin>
8282
<plugin>
8383
<artifactId>maven-jar-plugin</artifactId>
84-
<version>2.6</version>
84+
<version>3.0.2</version>
8585
<configuration>
8686
<archive>
8787
<manifestFile>MANIFEST.MF</manifestFile>

0 commit comments

Comments
 (0)