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

Rebuild with gradle 1.8 and also update to Spring Boot 0.5.0.M5

Greg Turnquist 13 лет назад
Родитель
Сommit
e1eaae8821

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

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

+ 2
- 2
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.M4")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
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.M4")
27
+    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5")
28 28
     compile("com.fasterxml.jackson.core:jackson-databind")
29 29
     testCompile("junit:junit:4.11")
30 30
 }

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

@@ -1,6 +1,6 @@
1
-#Fri Aug 09 11:35:50 CDT 2013
1
+#Wed Oct 30 09:49:34 CDT 2013
2 2
 distributionBase=GRADLE_USER_HOME
3 3
 distributionPath=wrapper/dists
4 4
 zipStoreBase=GRADLE_USER_HOME
5 5
 zipStorePath=wrapper/dists
6
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
6
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip

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

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

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

+ 2
- 2
initial/gradle/wrapper/gradle-wrapper.properties Просмотреть файл

@@ -1,6 +1,6 @@
1
-#Fri Aug 09 11:41:58 CDT 2013
1
+#Wed Oct 30 09:49:40 CDT 2013
2 2
 distributionBase=GRADLE_USER_HOME
3 3
 distributionPath=wrapper/dists
4 4
 zipStoreBase=GRADLE_USER_HOME
5 5
 zipStorePath=wrapper/dists
6
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
6
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip

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