This is an automated email from the ASF dual-hosted git repository.
jamesnetherton 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 b7938a0 Fix camel-dependencies parent version
b7938a0 is described below
commit b7938a0c34360a0baf156b9ee4c7e7b8050f89e7
Author: James Netherton <[email protected]>
AuthorDate: Tue Oct 12 10:57:10 2021 +0100
Fix camel-dependencies parent version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f2a43a4..da99cbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>3.11.1</version>
+ <version>3.11.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>