You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by em...@apache.org on 2022/11/10 07:53:43 UTC

[cxf] branch main updated: [CXF-8789]:Configure release 11 to maven compiler plugin

This is an automated email from the ASF dual-hosted git repository.

ema pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new fd2d04c9e6 [CXF-8789]:Configure release 11 to maven compiler plugin
fd2d04c9e6 is described below

commit fd2d04c9e6d53577887d479a701404d7e478458d
Author: Jim Ma <em...@apache.org>
AuthorDate: Wed Nov 9 16:29:56 2022 +0800

    [CXF-8789]:Configure release 11 to maven compiler plugin
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 069942f338..70cbf920e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,8 +217,7 @@
                             <artifactId>maven-compiler-plugin</artifactId>
                             <version>3.10.1</version>
                             <configuration>
-                                <source>${cxf.jdk.version}</source>
-                                <target>${cxf.jdk.version}</target>
+                                <release>${cxf.jdk.version}</release>
                                 <maxmem>256M</maxmem>
                                 <fork>${cxf.compiler.fork}</fork>
                             </configuration>