This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new e9f2a06 CAMEL-13792 - Rename components to default names, Camel-quartz2 to camel-quartz e9f2a06 is described below commit e9f2a06e4886651abe87161e70548333de27094b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Aug 7 08:12:53 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-quartz2 to camel-quartz --- .../archetype-resources/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/resources/application.properties b/archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/resources/application.properties index cb2d0a3..10a7ad0 100644 --- a/archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/resources/application.properties +++ b/archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/resources/application.properties @@ -25,7 +25,7 @@ camel.main.jmx-enabled = false # to configure the camel timer component # here we can configure the options on the component level (and we can use dash-naming-style) -### camel.component.quartz2.start-delayed-seconds = 3 +### camel.component.quartz.start-delayed-seconds = 3 # to configure Hystrix EIP (global and you need to add camel-hystrix to the classpath) ### camel.hystrix.group-key=myGroup