Skip to content

Commit

Permalink
Change artifactId of tomcat-jdbc example so it doesn't collide with s…
Browse files Browse the repository at this point in the history
…pring-boot example
  • Loading branch information
cunningt committed Nov 20, 2024
1 parent 71a2f70 commit 3bfb572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomcat-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3bfb572

Please sign in to comment.