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 <lburgazz...@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>