You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/06/28 13:35:32 UTC

[camel] branch main updated: (chores) camel-package-maven-plugin: ensure a modern version of the compiler plugin

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e1b58c20d86 (chores) camel-package-maven-plugin: ensure a modern version of the compiler plugin
e1b58c20d86 is described below

commit e1b58c20d8621032d4ed8949a4d954d4d71a3081
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Jun 28 14:56:19 2023 +0200

    (chores) camel-package-maven-plugin: ensure a modern version of the compiler plugin
    
    This should force the integration test to use Java 17 as the base version
---
 .../maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tooling/maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml b/tooling/maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml
index 2e263eb70b9..6146a9bfa52 100644
--- a/tooling/maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml
@@ -66,6 +66,11 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.11.0</version>
+            </plugin>
         </plugins>
     </build>