File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mvn clean install
2525<parent>
2626 <groupId>org.springframework.boot</groupId>
2727 <artifactId>spring-boot-starter-parent</artifactId>
28- <version>1.4.1 .RELEASE</version>
28+ <version>1.4.2 .RELEASE</version>
2929</parent>
3030 ```
3131
@@ -34,7 +34,7 @@ mvn clean install
3434 <dependency>
3535 <groupId>org.springframework.boot</groupId>
3636 <artifactId>spring-boot-starter-curator</artifactId>
37- <version>1.4.1 .RELEASE</version>
37+ <version>1.4.2 .RELEASE</version>
3838 </dependency>
3939 ```
4040
@@ -43,7 +43,7 @@ mvn clean install
4343<plugin>
4444 <groupId>org.springframework.boot</groupId>
4545 <artifactId>spring-boot-maven-plugin</artifactId>
46- <version>1.4.1 .RELEASE</version>
46+ <version>1.4.2 .RELEASE</version>
4747</plugin>
4848```
4949
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mvn clean install
2525<parent>
2626 <groupId>org.springframework.boot</groupId>
2727 <artifactId>spring-boot-starter-parent</artifactId>
28- <version>1.4.1 .RELEASE</version>
28+ <version>1.4.2 .RELEASE</version>
2929</parent>
3030 ```
3131
@@ -34,7 +34,7 @@ mvn clean install
3434 <dependency>
3535 <groupId>org.springframework.boot</groupId>
3636 <artifactId>spring-boot-starter-curator</artifactId>
37- <version>1.4.1 .RELEASE</version>
37+ <version>1.4.2 .RELEASE</version>
3838 </dependency>
3939 ```
4040
@@ -43,7 +43,7 @@ mvn clean install
4343<plugin>
4444 <groupId>org.springframework.boot</groupId>
4545 <artifactId>spring-boot-maven-plugin</artifactId>
46- <version>1.4.1 .RELEASE</version>
46+ <version>1.4.2 .RELEASE</version>
4747</plugin>
4848```
4949
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.springframework.boot</groupId >
99 <artifactId >spring-boot-starter-parent</artifactId >
10- <version >1.4.1 .RELEASE</version >
10+ <version >1.4.2 .RELEASE</version >
1111 </parent >
1212
1313 <artifactId >spring-boot-starter-curator</artifactId >
3232 <properties >
3333 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3434 <java .version>1.7</java .version>
35- <spring-boot .version>1.4.1 .RELEASE</spring-boot .version>
35+ <spring-boot .version>1.4.2 .RELEASE</spring-boot .version>
3636 <curator .version>2.11.1</curator .version>
3737 <zk .version>3.4.9</zk .version>
3838 <lombok .version>1.16.10</lombok .version>
You can’t perform that action at this time.
0 commit comments