@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >ruby-processing</groupId >
1313 <artifactId >toxiclibs</artifactId >
14- <version >1 .0.1 </version >
14+ <version >2 .0.0 </version >
1515 <name >toxiclibs</name >
1616 <description >toxiclibs-library for JRubyArt</description >
1717 <organization >
@@ -44,10 +44,10 @@ DO NOT MODIFIY - GENERATED CODE
4444 <url >https://github.com/ruby-processing/toxiclibs/issues</url >
4545 </issueManagement >
4646 <properties >
47- <maven .compiler.source>1.8</maven .compiler.source>
4847 <maven .compiler.target>1.8</maven .compiler.target>
4948 <polyglot .dump.pom>pom.xml</polyglot .dump.pom>
5049 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50+ <target .release>11</target .release>
5151 </properties >
5252 <dependencies >
5353 <dependency >
@@ -60,6 +60,11 @@ DO NOT MODIFIY - GENERATED CODE
6060 <artifactId >core</artifactId >
6161 <version >3.3.7</version >
6262 </dependency >
63+ <dependency >
64+ <groupId >javax.xml.bind</groupId >
65+ <artifactId >jaxb-api</artifactId >
66+ <version >2.3.0</version >
67+ </dependency >
6368 </dependencies >
6469 <build >
6570 <sourceDirectory >src</sourceDirectory >
@@ -68,15 +73,14 @@ DO NOT MODIFIY - GENERATED CODE
6873 <plugins >
6974 <plugin >
7075 <artifactId >maven-compiler-plugin</artifactId >
71- <version >3.8.0 </version >
76+ <version >3.8.1 </version >
7277 <configuration >
73- <source >1.8</source >
74- <target >1.8</target >
78+ <release >${target.release} </release >
7579 </configuration >
7680 </plugin >
7781 <plugin >
7882 <artifactId >maven-jar-plugin</artifactId >
79- <version >3.0.2 </version >
83+ <version >3.1.1 </version >
8084 <configuration >
8185 <archive >
8286 <manifestFile >MANIFEST.MF</manifestFile >
@@ -85,11 +89,11 @@ DO NOT MODIFIY - GENERATED CODE
8589 </plugin >
8690 <plugin >
8791 <artifactId >maven-resources-plugin</artifactId >
88- <version >3.0.2 </version >
92+ <version >3.1.0 </version >
8993 </plugin >
9094 <plugin >
9195 <artifactId >maven-dependency-plugin</artifactId >
92- <version >3.0.2 </version >
96+ <version >3.1.1 </version >
9397 <executions >
9498 <execution >
9599 <id >default-cli</id >
0 commit comments