This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new 9cafc428 set compiler source/release version as well to fix PMD report
9cafc428 is described below
commit 9cafc42873cc3ba3d11a0c08707e2ea006e3749f
Author: Markus Jung <[email protected]>
AuthorDate: Thu Feb 8 09:39:31 2024 +0100
set compiler source/release version as well to fix PMD report
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 74a2c59f..d0709e65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>1698151225</project.build.outputTimestamp>
+
<maven.compiler.release>11</maven.compiler.release>
+ <maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
+ <maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
<jakarta-jsonp-api.version>2.1.1</jakarta-jsonp-api.version>
<jakarta-jsonb-api.version>3.0.0</jakarta-jsonb-api.version>