Browse Source

Fixup incorrect parent version

Inadvertently missed during a 1.0.x merge.
pull/972/merge
Phillip Webb 12 years ago
parent
commit
4417d05f3a
  1. 2
      spring-boot-samples/spring-boot-sample-tomcat8-jsp/pom.xml

2
spring-boot-samples/spring-boot-sample-tomcat8-jsp/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.3.BUILD-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-tomcat8-jsp</artifactId>
<packaging>war</packaging>

Loading…
Cancel
Save