This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit ac49abe448a373bf116f1ad8770ddc348c0b91e1 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Fri Jun 18 16:34:09 2021 +0200 Fixed incorrect version for the kamelets-discovery module --- examples/kamelets-discovery/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kamelets-discovery/pom.xml b/examples/kamelets-discovery/pom.xml index caa7c64..782f0cb 100644 --- a/examples/kamelets-discovery/pom.xml +++ b/examples/kamelets-discovery/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>1.9.0-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
