We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378f6b7 commit 73a5a87Copy full SHA for 73a5a87
spring-boot-samples/spring-boot-sample-simple/build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
ext {
3
- springBootVersion = '1.2.0.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.6.BUILD-SNAPSHOT'
4
}
5
repositories {
6
// NOTE: You should declare only repositories that you need here
spring-boot-samples/spring-boot-sample-simple/pom.xml
@@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-samples</artifactId>
8
- <version>1.2.0.BUILD-SNAPSHOT</version>
+ <version>1.1.6.BUILD-SNAPSHOT</version>
9
</parent>
10
<artifactId>spring-boot-sample-simple</artifactId>
11
<name>Spring Boot Simple Sample</name>
0 commit comments