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 2022/03/23 14:45:02 UTC

[camel-performance-tests] 02/02: Upgrade maven plugins and jmh

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-performance-tests.git

commit 7adc3bf90c57fdf464f19cfde8f4add937a4b6a2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 23 15:42:52 2022 +0100

    Upgrade maven plugins and jmh
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6eba0ae..5e986a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,18 +88,18 @@
         <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.17.0-SNAPSHOT</camel.version>
 
         <!-- Versions -->
-        <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
+        <maven-compiler-plugin-version>3.10.0</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>
+        <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
         <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
-        <jmh-version>1.33</jmh-version>
+        <jmh-version>1.34</jmh-version>
         <osgi-version>6.0.0</osgi-version>
     </properties>