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 2022/08/18 08:11:25 UTC

[camel-k-runtime] 03/10: chore: remove deprecated configuration from camel-k-catalog module

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

commit d0c0ab78ce8bdd90c59ed174f567507ba74b130a
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Wed Aug 17 17:10:35 2022 +0200

    chore: remove deprecated configuration from camel-k-catalog module
---
 support/camel-k-catalog/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/support/camel-k-catalog/pom.xml b/support/camel-k-catalog/pom.xml
index f59684b2..f97ea84b 100644
--- a/support/camel-k-catalog/pom.xml
+++ b/support/camel-k-catalog/pom.xml
@@ -64,7 +64,6 @@
                         <configuration>
                             <outputPath>${project.build.directory}</outputPath>
                             <outputFile>camel-k-catalog-${project.version}.yaml</outputFile>
-                            <runtime>main</runtime>
                         </configuration>
                     </execution>
                 </executions>