You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/08/03 20:40:43 UTC

[camel-k-runtime] branch main updated: build(deps): bump apache from 23 to 24

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

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ee6dd5  build(deps): bump apache from 23 to 24
3ee6dd5 is described below

commit 3ee6dd544abd3d0533fbe306a4ca83731395c132
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Tue Aug 3 19:43:15 2021 +0200

    build(deps): bump apache from 23 to 24
---
 support/camel-k-runtime-bom/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml
index 8450f92..95d0404 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>23</version>
+        <version>24</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -33,6 +33,9 @@
 
     <properties>
         <camel-version>3.11.0</camel-version>
+        
+        <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
+        <project.build.outputTimestamp>1</project.build.outputTimestamp>
     </properties>
 
     <developers>