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 2023/05/26 08:54:16 UTC

[camel] 01/01: CAMEL-19384: Add minimalJavaBuildVersion to pom.xml for maven enforcer plugin

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

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

commit 0207ae98261f593827efd3223e0a7a807ee4ceff
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri May 26 10:53:38 2023 +0200

    CAMEL-19384: Add minimalJavaBuildVersion to pom.xml for maven enforcer plugin
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 09e88f56995..65bbf92f40d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,6 +114,7 @@
         <maven.compiler.source>${jdk.version}</maven.compiler.source>
         <maven.compiler.target>${jdk.version}</maven.compiler.target>
         <maven.compiler.release>${jdk.version}</maven.compiler.release>
+        <minimalJavaBuildVersion>${jdk.version}</minimalJavaBuildVersion>
 
         <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         <project.build.outputTimestamp>1</project.build.outputTimestamp>