From fe06f8eb9d51cc339a43b2bf82a0acbbd34bf65c Mon Sep 17 00:00:00 2001 From: Arne Franken Date: Mon, 6 Jan 2025 13:18:43 +0100 Subject: [PATCH] Prepare releases in 2025 The "license-maven-plugin" configuration expects all changed files to have a copyright ending the year they are modified. A maven release updates all POMs, we need to update the copyright at the start of every year... --- build-config/pom.xml | 2 +- docker/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 2 +- server/pom.xml | 2 +- testsupport/common/pom.xml | 2 +- testsupport/junit4/pom.xml | 2 +- testsupport/junit5/pom.xml | 2 +- testsupport/pom.xml | 2 +- testsupport/testcontainers/pom.xml | 2 +- testsupport/testng/pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build-config/pom.xml b/build-config/pom.xml index ed5948554..d236b7e5b 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -1,7 +1,7 @@