This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git
The following commit(s) were added to refs/heads/main by this push:
new 37a8a50 Update maven-pmd-plugin configuration to target JDK-11 (#63)
37a8a50 is described below
commit 37a8a504dc35cfd886693d9174b430c828297755
Author: Andriy Redko <[email protected]>
AuthorDate: Fri May 5 18:07:34 2023 -0400
Update maven-pmd-plugin configuration to target JDK-11 (#63)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 00c017d..0aea717 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@
<ruleset>${resources.base.path}cxf-pmd-custom.xml</ruleset>
</rulesets>
<sourceEncoding>UTF-8</sourceEncoding>
- <targetJdk>1.8</targetJdk>
+ <targetJdk>11</targetJdk>
<linkXRef>false</linkXRef>
<includeTests>true</includeTests>
<verbose>true</verbose>