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:15 UTC

[camel] branch min created (now 0207ae98261)

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

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


      at 0207ae98261 CAMEL-19384: Add minimalJavaBuildVersion to pom.xml for maven enforcer plugin

This branch includes the following new commits:

     new 0207ae98261 CAMEL-19384: Add minimalJavaBuildVersion to pom.xml for maven enforcer plugin

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by da...@apache.org.
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>