Przeglądaj źródła

Upgrade to Spring Boot 1.1.1.RELEASE

Greg Turnquist 10 lat temu
rodzic
commit
c689a8b1d4
5 zmienionych plików z 5 dodań i 5 usunięć
  1. 1
    1
      README.adoc
  2. 1
    1
      complete/build.gradle
  3. 1
    1
      complete/pom.xml
  4. 1
    1
      initial/build.gradle
  5. 1
    1
      initial/pom.xml

+ 1
- 1
README.adoc Wyświetl plik

@@ -2,7 +2,7 @@
2 2
 tags: [spring-boot, groovy]
3 3
 projects: [spring-boot]
4 4
 ---
5
-:spring_boot_version: 1.1.0.RELEASE
5
+:spring_boot_version: 1.1.1.RELEASE
6 6
 :spring-boot: https://github.com/spring-projects/spring-boot
7 7
 :toc:
8 8
 :icons: font

+ 1
- 1
complete/build.gradle Wyświetl plik

@@ -6,7 +6,7 @@ buildscript {
6 6
         mavenCentral()
7 7
     }
8 8
     dependencies {
9
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.0.RELEASE")
9
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.1.RELEASE")
10 10
     }
11 11
 }
12 12
 

+ 1
- 1
complete/pom.xml Wyświetl plik

@@ -10,7 +10,7 @@
10 10
     <parent>
11 11
         <groupId>org.springframework.boot</groupId>
12 12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>1.1.0.RELEASE</version>
13
+        <version>1.1.1.RELEASE</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>

+ 1
- 1
initial/build.gradle Wyświetl plik

@@ -6,7 +6,7 @@ buildscript {
6 6
         mavenCentral()
7 7
     }
8 8
     dependencies {
9
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.0.RELEASE")
9
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.1.RELEASE")
10 10
     }
11 11
 }
12 12
 

+ 1
- 1
initial/pom.xml Wyświetl plik

@@ -10,7 +10,7 @@
10 10
     <parent>
11 11
         <groupId>org.springframework.boot</groupId>
12 12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>1.1.0.RELEASE</version>
13
+        <version>1.1.1.RELEASE</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>