This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6b8eb754ff049b9749902e772d0f9dc5a7b8743a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Aug 6 11:34:03 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-quartz2 to camel-quartz - Fixed more references --- .../camel-main-maven-plugin/src/main/docs/camel-main-maven-plugin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/camel-main-maven-plugin/src/main/docs/camel-main-maven-plugin.adoc b/catalog/camel-main-maven-plugin/src/main/docs/camel-main-maven-plugin.adoc index b904168..7481400 100644 --- a/catalog/camel-main-maven-plugin/src/main/docs/camel-main-maven-plugin.adoc +++ b/catalog/camel-main-maven-plugin/src/main/docs/camel-main-maven-plugin.adoc @@ -78,7 +78,7 @@ and 1 mapping was created in the `autowire.properties` file [INFO] --- camel-main-maven-plugin:3.0.0-SNAPSHOT:generate (generate) @ camel-example-main-artemis --- [INFO] Detected Camel version used in project: 3.0.0-SNAPSHOT [INFO] Pre-scanning using Camel version: 3.0.0-SNAPSHOT -[INFO] Discovered 29 Camel components from classpath: [bean, browse, class, controlbus, dataformat, dataset, dataset-test, direct, direct-vm, file, jms, language, log, mock, properties, quartz, quartz2, ref, rest, rest-api, saga, scheduler, seda, spring-event, stub, timer, validator, vm, xslt] +[INFO] Discovered 29 Camel components from classpath: [bean, browse, class, controlbus, dataformat, dataset, dataset-test, direct, direct-vm, file, jms, language, log, mock, properties, quartz, ref, rest, rest-api, saga, scheduler, seda, spring-event, stub, timer, validator, vm, xslt] [INFO] Created file: /Users/davsclaus/workspace/camel/examples/camel-example-main-artemis/target/classes/META-INF/services/org/apache/camel/autowire.properties (autowire by classpath: 1) ----