Fix artifact id of new Tomcat 8.0 SSL sample

See gh-6164
This commit is contained in:
Andy Wilkinson 2016-06-20 13:50:34 +01:00
parent 97874a0749
commit 5b688de8da
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<artifactId>spring-boot-samples</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-tomcat-ssl</artifactId>
<artifactId>spring-boot-sample-tomcat80-ssl</artifactId>
<name>Spring Boot Tomcat 8.0 SSL Sample</name>
<description>Spring Boot Tomcat 8.0 SSL Sample</description>
<url>http://projects.spring.io/spring-boot/</url>