소스 검색

Upgrade to Spring Boot 1.0.0.RC5

Greg Turnquist 12 년 전
부모
커밋
8d1ef64d80
5개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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 파일 보기

6
 :toc:
6
 :toc:
7
 :project_id: gs-rest-service
7
 :project_id: gs-rest-service
8
 :spring_version: current
8
 :spring_version: current
9
-:spring_boot_version: 1.0.0.RC4
9
+:spring_boot_version: 1.0.0.RC5
10
 :icons: font
10
 :icons: font
11
 :source-highlighter: prettify
11
 :source-highlighter: prettify
12
 
12
 

+ 1
- 1
complete/build.gradle 파일 보기

4
         mavenLocal()
4
         mavenLocal()
5
     }
5
     }
6
     dependencies {
6
     dependencies {
7
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC4")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC5")
8
     }
8
     }
9
 }
9
 }
10
 
10
 

+ 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>1.0.0.RC4</version>
13
+        <version>1.0.0.RC5</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>

+ 1
- 1
initial/build.gradle 파일 보기

4
         mavenLocal()
4
         mavenLocal()
5
     }
5
     }
6
     dependencies {
6
     dependencies {
7
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC4")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC5")
8
     }
8
     }
9
 }
9
 }
10
 
10
 

+ 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>1.0.0.RC4</version>
13
+        <version>1.0.0.RC5</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>