Skip to content

Commit

Permalink
2.6.31
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Jan 8, 2016
1 parent 7bc3aac commit c5e1b69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion disconf-spring-boot-demo/disconf-spring-boot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-client</artifactId>
<version>2.6.31-SNAPSHOT</version>
<version>2.6.31</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion disconf-standalone-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-client</artifactId>
<version>2.6.31-SNAPSHOT</version>
<version>2.6.31</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion disconf-standalone-dubbo-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-client</artifactId>
<version>2.6.31-SNAPSHOT</version>
<version>2.6.31</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c5e1b69

Please sign in to comment.