Pārlūkot izejas kodu

Upgrade to Spring Boot 1.1.7.RELEASE

Greg Turnquist 12 gadus atpakaļ
vecāks
revīzija
fa1e043446
5 mainītis faili ar 5 papildinājumiem un 13 dzēšanām
  1. 1
    1
      README.adoc
  2. 1
    1
      complete/build.gradle
  3. 1
    5
      complete/pom.xml
  4. 1
    1
      initial/build.gradle
  5. 1
    5
      initial/pom.xml

+ 1
- 1
README.adoc Parādīt failu

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.1.6.RELEASE
9
+:spring_boot_version: 1.1.7.RELEASE
10
 :icons: font
10
 :icons: font
11
 :source-highlighter: prettify
11
 :source-highlighter: prettify
12
 
12
 

+ 1
- 1
complete/build.gradle Parādīt failu

5
         mavenCentral()
5
         mavenCentral()
6
     }
6
     }
7
     dependencies {
7
     dependencies {
8
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.6.RELEASE")
8
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.7.RELEASE")
9
     }
9
     }
10
 }
10
 }
11
 
11
 

+ 1
- 5
complete/pom.xml Parādīt failu

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.1.6.RELEASE</version>
13
+        <version>1.1.7.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>
26
 
26
 
27
     <build>
27
     <build>
28
         <plugins>
28
         <plugins>
29
-            <plugin> 
30
-                <artifactId>maven-compiler-plugin</artifactId> 
31
-                <version>2.3.2</version> 
32
-            </plugin>
33
             <plugin>
29
             <plugin>
34
                 <groupId>org.springframework.boot</groupId>
30
                 <groupId>org.springframework.boot</groupId>
35
                 <artifactId>spring-boot-maven-plugin</artifactId>
31
                 <artifactId>spring-boot-maven-plugin</artifactId>

+ 1
- 1
initial/build.gradle Parādīt failu

5
         mavenCentral()
5
         mavenCentral()
6
     }
6
     }
7
     dependencies {
7
     dependencies {
8
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.6.RELEASE")
8
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.7.RELEASE")
9
     }
9
     }
10
 }
10
 }
11
 
11
 

+ 1
- 5
initial/pom.xml Parādīt failu

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.1.6.RELEASE</version>
13
+        <version>1.1.7.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>
26
 
26
 
27
     <build>
27
     <build>
28
         <plugins>
28
         <plugins>
29
-            <plugin> 
30
-                <artifactId>maven-compiler-plugin</artifactId> 
31
-                <version>2.3.2</version> 
32
-            </plugin>
33
             <plugin>
29
             <plugin>
34
                 <groupId>org.springframework.boot</groupId>
30
                 <groupId>org.springframework.boot</groupId>
35
                 <artifactId>spring-boot-maven-plugin</artifactId>
31
                 <artifactId>spring-boot-maven-plugin</artifactId>