Skip to content

Commit 5b688de

Browse files
committed
Fix artifact id of new Tomcat 8.0 SSL sample
See spring-projectsgh-6164
1 parent 97874a0 commit 5b688de

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-samples/spring-boot-sample-tomcat80-ssl

1 file changed

+1
-1
lines changed

spring-boot-samples/spring-boot-sample-tomcat80-ssl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>spring-boot-samples</artifactId>
88
<version>1.4.0.BUILD-SNAPSHOT</version>
99
</parent>
10-
<artifactId>spring-boot-sample-tomcat-ssl</artifactId>
10+
<artifactId>spring-boot-sample-tomcat80-ssl</artifactId>
1111
<name>Spring Boot Tomcat 8.0 SSL Sample</name>
1212
<description>Spring Boot Tomcat 8.0 SSL Sample</description>
1313
<url>http://projects.spring.io/spring-boot/</url>

0 commit comments

Comments
 (0)