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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new bd364fe8 Polished
bd364fe8 is described below

commit bd364fe8cac16dedb45bc45dc5bdd29024610640
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Nov 24 08:07:09 2021 +0100

    Polished
---
 catalog/camel-catalog/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/catalog/camel-catalog/pom.xml b/catalog/camel-catalog/pom.xml
index d434a7e..d6c5982 100644
--- a/catalog/camel-catalog/pom.xml
+++ b/catalog/camel-catalog/pom.xml
@@ -160,14 +160,13 @@
                 </executions>
             </plugin>
 
-            <!-- sync properties -->
+            <!-- sync properties to camel-dependencies -->
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>sync-properties-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
-                        <!-- prepare the catalog, readme files, etc. -->
                         <goals>
                             <goal>sync-properties</goal>
                         </goals>

Reply via email to