# HG changeset patch # User Mike Becker # Date 1689419616 -7200 # Node ID 5432f41c498840a8d0efdfcadb1b78bcd35b9551 # Parent 34ebff7ddd43ea3d83ce8f1451ef7d0f00d548eb require Java 11 and update dependencies to recent versions fixes #263 diff -r 34ebff7ddd43 -r 5432f41c4988 pom.xml --- a/pom.xml Sat Jul 15 13:12:19 2023 +0200 +++ b/pom.xml Sat Jul 15 13:13:36 2023 +0200 @@ -1,5 +1,6 @@ - + 4.0.0 de.unixwork uwproj @@ -7,14 +8,28 @@ jar UTF-8 - 1.8 - 1.8 + + + org.apache.velocity + velocity-engine-core + 2.3 + + - org.apache.maven.plugins + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 11 + + + + org.apache.maven.plugins maven-assembly-plugin + 3.6.0 package @@ -23,11 +38,11 @@ - - - de.unixwork.uwproj.Main - - + + + de.unixwork.uwproj.Main + + jar-with-dependencies @@ -36,13 +51,41 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.3.0 + + + enforce-maven + + enforce + + + + + 3.2.5 + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.4.5 + + + org.codehaus.mojo + versions-maven-plugin + 2.16.0 + - - - org.apache.velocity - velocity-engine-core - 2.0 - - \ No newline at end of file