You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/24 14:02:11 UTC

[camel-karaf-examples] branch main updated: Drop Java 8

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3f2d885  Drop Java 8
3f2d885 is described below

commit 3f2d88500d9193f0bb2cba90c49db5fcdcd7d520
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 24 15:02:04 2021 +0100

    Drop Java 8
---
 examples/pom.xml | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index f272e4d..e9d1cc6 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -104,7 +104,7 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
         <site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url>
-        <jdk.version>1.8</jdk.version>
+        <jdk.version>11</jdk.version>
         <compiler.fork>false</compiler.fork>
 
         <camel.version>3.15.0-SNAPSHOT</camel.version>
@@ -123,7 +123,7 @@
         <pax-exam-version>4.13.2</pax-exam-version>
         <pax-url-aether>2.6.2</pax-url-aether>
         <jaxb-version>2.3.0</jaxb-version>
-        <karaf4-version>4.2.8</karaf4-version>
+        <karaf4-version>4.3.4</karaf4-version>
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
         <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
@@ -328,19 +328,6 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <attach>true</attach>
-                    <source>${jdk.version}</source>
-                    <quiet>true</quiet>
-                    <bottom>Apache Camel</bottom>
-                    <detectOfflineLinks>false</detectOfflineLinks>
-                    <javadocVersion>1.8.0</javadocVersion>
-                    <encoding>UTF-8</encoding>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
                 <configuration>
                     <encoding>UTF-8</encoding>