Skip to content

Commit 73a5a87

Browse files
author
Dave Syer
committed
Fix versions in simple sample
1 parent 378f6b7 commit 73a5a87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-samples/spring-boot-sample-simple/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.2.0.BUILD-SNAPSHOT'
3+
springBootVersion = '1.1.6.BUILD-SNAPSHOT'
44
}
55
repositories {
66
// NOTE: You should declare only repositories that you need here

spring-boot-samples/spring-boot-sample-simple/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.2.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.6.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-simple</artifactId>
1111
<name>Spring Boot Simple Sample</name>

0 commit comments

Comments
 (0)