This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 93b2528362d Added Title to component starter generator template 93b2528362d is described below commit 93b2528362d997a0913ae9cb405870d3cec83bc1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Sep 1 16:52:03 2023 +0200 Added Title to component starter generator template Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- tooling/camel-spring-boot-starter-generator/template-starter-pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/camel-spring-boot-starter-generator/template-starter-pom.xml b/tooling/camel-spring-boot-starter-generator/template-starter-pom.xml index 765eb95b67f..25091558aa3 100644 --- a/tooling/camel-spring-boot-starter-generator/template-starter-pom.xml +++ b/tooling/camel-spring-boot-starter-generator/template-starter-pom.xml @@ -26,7 +26,7 @@ </parent> <artifactId>camel-%NAME%-starter</artifactId> <packaging>jar</packaging> -<!-- <name>Camel SB Starters :: Name Here</name>--> + <name>Camel SB Starters :: %NAME%</name> <dependencies> <dependency> <groupId>org.springframework.boot</groupId>