Commit 73a5a873 authored by Dave Syer's avatar Dave Syer

Fix versions in simple sample

parent 378f6b78
buildscript {
ext {
springBootVersion = '1.2.0.BUILD-SNAPSHOT'
springBootVersion = '1.1.6.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here
......
......@@ -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.2.0.BUILD-SNAPSHOT</version>
<version>1.1.6.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-simple</artifactId>
<name>Spring Boot Simple Sample</name>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment