From 659c848ed50e7d08021a8f8771d85b1c83985252 Mon Sep 17 00:00:00 2001 From: Certseeds <51754303+Certseeds@users.noreply.github.com> Date: Sat, 20 Sep 2025 05:27:37 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D0.0.6=E9=97=AE?= =?UTF-8?q?=E9=A2=98,=20=E5=8F=91=E5=B8=830.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com> --- build_tools/resources/template/parent/top.xml | 53 ++++++++++++++++--- pom.xml | 2 +- 2 files changed, 48 insertions(+), 7 deletions(-) diff --git a/build_tools/resources/template/parent/top.xml b/build_tools/resources/template/parent/top.xml index 0bec6fc..7c7bf1a 100644 --- a/build_tools/resources/template/parent/top.xml +++ b/build_tools/resources/template/parent/top.xml @@ -10,19 +10,40 @@ ${project.artifactId} ${project.artifactId} - 0.0.6-SNAPSHOT + 0.0.7 11 - 3.0.0 - 5.9.2 - 1.0.16 + 3.5.4 + 5.13.4 + 1.0.20 ${java.version} ${java.version} + ${java.version} UTF-8 + 3.14.0 ${maven.compiler.encoding} pom 2020 + https://github.com/Certseeds/algorithm-template-java + + + + AGPL-3.0-or-later + https://spdx.org/licenses/AGPL-3.0-or-later.html + repo + + + + + GitHub Issues + https://github.com/Certseeds/algorithm-template-java/issues + + + GitHub Actions + https://github.com/Certseeds/algorithm-template-java/actions + + org.junit.jupiter @@ -36,6 +57,18 @@ ${junit.version} test + + org.slf4j + slf4j-jdk14 + 2.0.17 + test + + + org.projectlombok + lombok + 1.18.42 + test + @@ -51,13 +84,21 @@ - clean - + clean flatten + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compiler.plugin.version} + + + ${java.version} + + diff --git a/pom.xml b/pom.xml index 59abd01..7d29e8f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ ${project.artifactId} ${project.artifactId} - 0.0.6 + 0.0.7 11 3.5.4 5.13.4