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 <[email protected]>
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>

Reply via email to