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

Upgrade to Spring Boot 0.5.0.M6

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

+ 2
- 2
README.md Целия файл

@@ -64,7 +64,7 @@ buildscript {
64 64
         mavenLocal()
65 65
     }
66 66
     dependencies {
67
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
67
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
68 68
     }
69 69
 }
70 70
 
@@ -84,7 +84,7 @@ repositories {
84 84
 }
85 85
 
86 86
 dependencies {
87
-    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5")
87
+    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6")
88 88
     testCompile("junit:junit:4.11")
89 89
 }
90 90
 

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

@@ -4,7 +4,7 @@ buildscript {
4 4
         mavenLocal()
5 5
     }
6 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,11 +24,11 @@ repositories {
24 24
 }
25 25
 
26 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 28
         exclude module: "spring-boot-starter-tomcat"
29 29
     }
30
-    compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M5")
31
-    compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M5")
30
+    compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M6")
31
+    compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M6")
32 32
     testCompile("junit:junit:4.11")
33 33
 }
34 34
 

+ 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>0.5.0.M5</version>
13
+        <version>0.5.0.M6</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>

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

@@ -4,7 +4,7 @@ buildscript {
4 4
         mavenLocal()
5 5
     }
6 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,7 +24,7 @@ repositories {
24 24
 }
25 25
 
26 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 28
     testCompile("junit:junit:4.11")
29 29
 }
30 30
 

+ 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>0.5.0.M5</version>
13
+        <version>0.5.0.M6</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>