From c59c8c5116b47294e2537ac26a298d1f31a0e5b2 Mon Sep 17 00:00:00 2001 From: JensBuehring Date: Mon, 12 Jan 2026 17:25:23 +0100 Subject: [PATCH] =?UTF-8?q?Pom=20dependencies=20and=20plugin=20versions=20?= =?UTF-8?q?centralized=20with=20properties,=20distribution=20repository=20?= =?UTF-8?q?id=20auf=20gitea=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 179a1203..9b882e8d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,10 +12,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs UTF-8 UTF-8 - yyyyMMdd - ${maven.build.timestamp} + yyyy-MM-dd HH:mm:ss Z 22 + + + 3.4.2 + 3.3.1 + 3.3.1 + 3.13.0 + 4.0.5 + + + 5.10.3 @@ -24,12 +33,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.apache.maven.plugins maven-source-plugin - 3.3.0 + ${maven-source-plugin.version} org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + ${maven-compiler-plugin.version} @@ -39,7 +48,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.apache.maven.plugins maven-jar-plugin - 2.3.1 + ${maven-jar-plugin.version} false @@ -47,8 +56,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs true - - ${maven.build.timestamp} ${maven.compiler.release} @@ -59,7 +66,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + ${maven-surefire-plugin.version} @@ -94,7 +101,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.apache.cxf cxf-codegen-plugin - 4.1.3 + ${cxf-codegen-plugin.version} generate-sources @@ -251,8 +258,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.junit.jupiter - junit-jupiter - RELEASE + junit-jupiter-api + ${junit-jupiter.version} test @@ -282,14 +289,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs - gitea-maven-repo + gitea Gitea Release Repository https://gs.kapdion.com/api/v1/packages/KapDion/maven - gitea-maven-repo + gitea Gitea Snapshot Repository https://gs.kapdion.com/api/v1/packages/KapDion/maven + false