Skip to content

Commit 3bf8e6f

Browse files
authored
Change artifactId of tomcat-jdbc example so it doesn't collide with spring-boot example (#145)
1 parent fc11915 commit 3bf8e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tomcat-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>4.9.0-SNAPSHOT</version>
2828
</parent>
2929

30-
<artifactId>camel-example-spring-boot</artifactId>
30+
<artifactId>camel-example-tomcat-jdbc</artifactId>
3131
<name>Camel SB Examples :: Tomcat JDBC</name>
3232
<description>An example showing how to deploy a Camel Spring Boot application in Tomcat using its JDBC Data Source</description>
3333
<packaging>war</packaging>

0 commit comments

Comments
 (0)