File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 } )
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments