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-spring-boot.git

commit b181a8c8c219d690c39bc8d0a03bed943fdd8be5
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jun 27 11:17:15 2023 +0200

    Fix maven WARN
---
 tooling/camel-spring-boot-starter-generator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-starter-generator/pom.xml 
b/tooling/camel-spring-boot-starter-generator/pom.xml
index 406871f17ce..4a53276b429 100644
--- a/tooling/camel-spring-boot-starter-generator/pom.xml
+++ b/tooling/camel-spring-boot-starter-generator/pom.xml
@@ -51,7 +51,7 @@
                     </executions>
                     <configuration>
                         <action>${action}</action>
-                        <name>${name}</name>
+                        <name>${project.name}</name>
                     </configuration>
                 </plugin>
             </plugins>

Reply via email to