You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/09/08 15:04:49 UTC

[camel-quarkus] branch master updated: Fix lingering runing->running typo

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new d608273  Fix lingering runing->running typo
d608273 is described below

commit d6082739e1c459d9bd1db923e479d37d8b0fc987
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Sep 8 16:04:20 2020 +0100

    Fix lingering runing->running typo
---
 integration-tests/weather/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/weather/pom.xml b/integration-tests/weather/pom.xml
index a2e9ef8..44e6929 100644
--- a/integration-tests/weather/pom.xml
+++ b/integration-tests/weather/pom.xml
@@ -65,6 +65,8 @@
             <scope>test</scope>
         </dependency>
 
+        <!-- The following dependencies guarantee that this module is built after them. You can update them by running `mvn process-resources -Pformat -N` from the source tree root directory -->
+
         <!-- The following dependencies guarantee that this module is built after them. You can update them by runing `mvn process-resources -Pformat -N` from the source tree root directory -->
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>