Browse Source

Upgrade to Spring Boot 1.1.7.RELEASE

Greg Turnquist 10 years ago
parent
commit
ab78b0b643
5 changed files with 5 additions and 13 deletions
  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 View File

2
 tags: [spring-boot, groovy]
2
 tags: [spring-boot, groovy]
3
 projects: [spring-boot]
3
 projects: [spring-boot]
4
 ---
4
 ---
5
-:spring_boot_version: 1.1.6.RELEASE
5
+:spring_boot_version: 1.1.7.RELEASE
6
 :spring-boot: https://github.com/spring-projects/spring-boot
6
 :spring-boot: https://github.com/spring-projects/spring-boot
7
 :toc:
7
 :toc:
8
 :icons: font
8
 :icons: font

+ 1
- 1
complete/build.gradle View File

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

+ 1
- 5
complete/pom.xml View File

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>
32
 
32
 
33
     <build>
33
     <build>
34
         <plugins>
34
         <plugins>
35
-            <plugin> 
36
-                <artifactId>maven-compiler-plugin</artifactId> 
37
-                <version>2.3.2</version> 
38
-            </plugin>
39
             <plugin>
35
             <plugin>
40
                 <groupId>org.springframework.boot</groupId>
36
                 <groupId>org.springframework.boot</groupId>
41
                 <artifactId>spring-boot-maven-plugin</artifactId>
37
                 <artifactId>spring-boot-maven-plugin</artifactId>

+ 1
- 1
initial/build.gradle View File

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

+ 1
- 5
initial/pom.xml View File

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>
44
 
44
 
45
     <build>
45
     <build>
46
         <plugins>
46
         <plugins>
47
-            <plugin> 
48
-                <artifactId>maven-compiler-plugin</artifactId> 
49
-                <version>2.3.2</version> 
50
-            </plugin>
51
             <plugin>
47
             <plugin>
52
                 <groupId>org.springframework.boot</groupId>
48
                 <groupId>org.springframework.boot</groupId>
53
                 <artifactId>spring-boot-maven-plugin</artifactId>
49
                 <artifactId>spring-boot-maven-plugin</artifactId>