Просмотр исходного кода

Resolves #15: Upgrade to Spring Boot 0.5.0.M6 to fix gradle build issue

Greg Turnquist 13 лет назад
Родитель
Сommit
5629808aa2
5 измененных файлов: 6 добавлений и 6 удалений
  1. 1
    1
      README.md
  2. 2
    2
      complete/build.gradle
  3. 1
    1
      complete/pom.xml
  4. 1
    1
      initial/build.gradle
  5. 1
    1
      initial/pom.xml

+ 1
- 1
README.md Просмотреть файл

101
 }
101
 }
102
 
102
 
103
 dependencies {
103
 dependencies {
104
-    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5")
104
+    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6")
105
     compile("com.fasterxml.jackson.core:jackson-databind")
105
     compile("com.fasterxml.jackson.core:jackson-databind")
106
     testCompile("junit:junit:4.11")
106
     testCompile("junit:junit:4.11")
107
 }
107
 }

+ 2
- 2
complete/build.gradle Просмотреть файл

4
         mavenLocal()
4
         mavenLocal()
5
     }
5
     }
6
     dependencies {
6
     dependencies {
7
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
8
     }
8
     }
9
 }
9
 }
10
 
10
 
24
 }
24
 }
25
 
25
 
26
 dependencies {
26
 dependencies {
27
-    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5")
27
+    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6")
28
     compile("com.fasterxml.jackson.core:jackson-databind")
28
     compile("com.fasterxml.jackson.core:jackson-databind")
29
     testCompile("junit:junit:4.11")
29
     testCompile("junit:junit:4.11")
30
 }
30
 }

+ 1
- 1
complete/pom.xml Просмотреть файл

10
     <parent>
10
     <parent>
11
         <groupId>org.springframework.boot</groupId>
11
         <groupId>org.springframework.boot</groupId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>0.5.0.M5</version>
13
+        <version>0.5.0.M6</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>

+ 1
- 1
initial/build.gradle Просмотреть файл

20
 }
20
 }
21
 
21
 
22
 dependencies {
22
 dependencies {
23
-    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5")
23
+    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6")
24
     compile("com.fasterxml.jackson.core:jackson-databind")
24
     compile("com.fasterxml.jackson.core:jackson-databind")
25
     testCompile("junit:junit:4.11")
25
     testCompile("junit:junit:4.11")
26
 }
26
 }

+ 1
- 1
initial/pom.xml Просмотреть файл

10
     <parent>
10
     <parent>
11
         <groupId>org.springframework.boot</groupId>
11
         <groupId>org.springframework.boot</groupId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>0.5.0.M5</version>
13
+        <version>0.5.0.M6</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>