Skip to content

Commit 39c61da

Browse files
committed
first commit
1 parent 7403e73 commit 39c61da

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.3.5.RELEASE</version>
28+
<version>1.3.8.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.3.5.RELEASE</version>
37+
<version>1.3.8.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.3.5.RELEASE</version>
46+
<version>1.3.8.RELEASE</version>
4747
</plugin>
4848
```
4949

README_EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.3.5.RELEASE</version>
28+
<version>1.3.8.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.3.5.RELEASE</version>
37+
<version>1.3.8.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.3.5.RELEASE</version>
46+
<version>1.3.8.RELEASE</version>
4747
</plugin>
4848
```
4949

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>1.3.5.RELEASE</version>
10+
<version>1.3.8.RELEASE</version>
1111
</parent>
1212

1313
<artifactId>spring-boot-starter-curator</artifactId>
@@ -32,7 +32,7 @@
3232
<properties>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3434
<java.version>1.7</java.version>
35-
<spring-boot.version>1.3.5.RELEASE</spring-boot.version>
35+
<spring-boot.version>1.3.8.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>

0 commit comments

Comments
 (0)