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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 3bf8e6f Change artifactId of tomcat-jdbc example so it doesn't
collide with spring-boot example (#145)
3bf8e6f is described below
commit 3bf8e6fbea3bbfd2cfac2b1164beed4d0985d525
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Nov 28 05:39:57 2024 -0500
Change artifactId of tomcat-jdbc example so it doesn't collide with
spring-boot example (#145)
---
tomcat-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tomcat-jdbc/pom.xml b/tomcat-jdbc/pom.xml
index d178e56..ec40a1b 100644
--- a/tomcat-jdbc/pom.xml
+++ b/tomcat-jdbc/pom.xml
@@ -27,7 +27,7 @@
<version>4.9.0-SNAPSHOT</version>
</parent>
- <artifactId>camel-example-spring-boot</artifactId>
+ <artifactId>camel-example-tomcat-jdbc</artifactId>
<name>Camel SB Examples :: Tomcat JDBC</name>
<description>An example showing how to deploy a Camel Spring Boot
application in Tomcat using its JDBC Data Source</description>
<packaging>war</packaging>