This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit 8ccdb69023ba259cc05c64cf8e7b6b1c73c56ad7 Author: Andrus Adamchik <[email protected]> AuthorDate: Sat May 9 08:35:46 2026 -0400 root pom cleanup --- pom.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1340e8d8b..269510f18 100644 --- a/pom.xml +++ b/pom.xml @@ -35,8 +35,15 @@ </description> <properties> + <maven.compiler.release>21</maven.compiler.release> + + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <maven.build.timestamp.format>MMM dd yyyy HH:mm:ss</maven.build.timestamp.format> <project.build.datetime>${maven.build.timestamp}</project.build.datetime> + + <!-- Dependency versions --> <slf4j.version>1.7.36</slf4j.version> <ant.version>1.10.15</ant.version> <testcontainers.version>1.21.4</testcontainers.version> @@ -44,11 +51,6 @@ <xmlunit.version>2.9.1</xmlunit.version> <junit.version>5.14.4</junit.version> - <maven.compiler.release>21</maven.compiler.release> - - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <!-- Maven plugin versions --> <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version> <maven-plugin-plugin.version>3.13.1</maven-plugin-plugin.version>
