Bläddra i källkod

Upgrade to Spring Boot 1.2.2.RELEASE

Greg Turnquist 9 år sedan
förälder
incheckning
3ff7ce4672
5 ändrade filer med 5 tillägg och 5 borttagningar
  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 Visa fil

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

+ 1
- 1
complete/build.gradle Visa fil

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

+ 1
- 1
complete/pom.xml Visa fil

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.2.1.RELEASE</version>
13
+        <version>1.2.2.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>

+ 1
- 1
initial/build.gradle Visa fil

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

+ 1
- 1
initial/pom.xml Visa fil

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.2.1.RELEASE</version>
13
+        <version>1.2.2.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>