File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 plugin_management do
3939 plugin :resources , '2.6'
4040 plugin :dependency , '2.8'
41- plugin ( :compiler , '3.1 ' ,
41+ plugin ( :compiler , '3.3 ' ,
4242 'source' => '1.8' ,
4343 'target' => '1.8' )
4444 plugin ( :javadoc , '2.10.3' ,
4545 'detectOfflineLinks' => 'false' ,
4646 'links' => [ '${processing.api}' , '${jruby.api}' ]
4747 )
48- plugin ( :jar , '2.4 ' ,
48+ plugin ( :jar , '2.6 ' ,
4949 'archive' => {
5050 'manifestFile' => 'MANIFEST.MF'
5151 }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33
4- Auto-generated do not edit
4+
5+ DO NOT MODIFIY - GENERATED CODE
6+
57
68-->
79<project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
@@ -54,7 +56,7 @@ Auto-generated do not edit
5456 <dependency >
5557 <groupId >org.jruby</groupId >
5658 <artifactId >jruby</artifactId >
57- <version >9.0.4 .0</version >
59+ <version >9.0.5 .0</version >
5860 <type >pom</type >
5961 </dependency >
6062 <dependency >
@@ -79,7 +81,7 @@ Auto-generated do not edit
7981 </plugin >
8082 <plugin >
8183 <artifactId >maven-compiler-plugin</artifactId >
82- <version >3.1 </version >
84+ <version >3.3 </version >
8385 <configuration >
8486 <source >1.8</source >
8587 <target >1.8</target >
@@ -98,7 +100,7 @@ Auto-generated do not edit
98100 </plugin >
99101 <plugin >
100102 <artifactId >maven-jar-plugin</artifactId >
101- <version >2.4 </version >
103+ <version >2.6 </version >
102104 <configuration >
103105 <archive >
104106 <manifestFile >MANIFEST.MF</manifestFile >
You can’t perform that action at this time.
0 commit comments