Преглед на файлове

Upgrade to Spring Boot 1.1.0.RELEASE

Greg Turnquist преди 10 години
родител
ревизия
08f840274e
променени са 5 файла, в които са добавени 11 реда и са изтрити 5 реда
  1. 1
    1
      README.adoc
  2. 4
    1
      complete/build.gradle
  3. 1
    1
      complete/pom.xml
  4. 4
    1
      initial/build.gradle
  5. 1
    1
      initial/pom.xml

+ 1
- 1
README.adoc Целия файл

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

+ 4
- 1
complete/build.gradle Целия файл

@@ -2,9 +2,11 @@ buildscript {
2 2
     repositories {
3 3
         mavenLocal()
4 4
         mavenCentral()
5
+    mavenLocal()
6
+        mavenCentral()
5 7
     }
6 8
     dependencies {
7
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.2.RELEASE")
9
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.0.RELEASE")
8 10
     }
9 11
 }
10 12
 
@@ -19,6 +21,7 @@ jar {
19 21
 }
20 22
 
21 23
 repositories {
24
+    mavenLocal()
22 25
     mavenCentral()
23 26
 }
24 27
 

+ 1
- 1
complete/pom.xml Целия файл

@@ -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.0.2.RELEASE</version>
13
+        <version>1.1.0.RELEASE</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>

+ 4
- 1
initial/build.gradle Целия файл

@@ -2,9 +2,11 @@ buildscript {
2 2
     repositories {
3 3
         mavenLocal()
4 4
         mavenCentral()
5
+    mavenLocal()
6
+        mavenCentral()
5 7
     }
6 8
     dependencies {
7
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.2.RELEASE")
9
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.0.RELEASE")
8 10
     }
9 11
 }
10 12
 
@@ -19,6 +21,7 @@ jar {
19 21
 }
20 22
 
21 23
 repositories {
24
+    mavenLocal()
22 25
     mavenCentral()
23 26
 }
24 27
 

+ 1
- 1
initial/pom.xml Целия файл

@@ -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.0.2.RELEASE</version>
13
+        <version>1.1.0.RELEASE</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>