You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/01/04 13:39:20 UTC

[camel-quarkus] 01/02: Restore maven-compiler-plugin source & target properties for intellij

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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit e37ecd9cd48aa330d93f5a8f7b79952e9e33aa9a
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Jan 4 10:43:49 2022 +0000

    Restore maven-compiler-plugin source & target properties for intellij
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index e4a3945..f0cc01f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,6 +197,8 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
         <!-- maven-compiler-plugin -->
+        <maven.compiler.source>11</maven.compiler.source>
+        <maven.compiler.target>11</maven.compiler.target>
         <maven.compiler.release>11</maven.compiler.release>
 
         <!-- maven-enforcer-plugin -->