Set release to version 17

Update plugins to current versions
This commit is contained in:
Erik C. Thauvin 2025-03-19 02:13:00 -07:00
parent 14d38fa0da
commit da20cf6fa1
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
@ -27,10 +28,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.14.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>17</release>
<encoding>UTF-8</encoding>
<generatedSourcesDirectory>src/generated/java</generatedSourcesDirectory>
<annotationProcessorPaths>
@ -45,7 +45,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>run</id>
@ -61,4 +61,4 @@
</plugin>
</plugins>
</build>
</project>
</project>