Skip to content

Commit

Permalink
prepare to use 2.6.34
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed May 31, 2016
1 parent 23bcba2 commit 4726040
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ https://github.com/knightliao/disconf-demos-java

disconf.git branches and Maven version:

- dev(develop branch): 2.6.34-SNAPSHOT
- master(stable branch):2.6.33
- dev(develop branch): 2.6.34
- master(stable branch):2.6.34
- [更新日志](https://github.com/knightliao/disconf/wiki/updates)
- 在Maven Central Repository里查看 [com.baidu.disconf](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baidu.disconf%22 )

Expand Down Expand Up @@ -100,7 +100,7 @@ Disconf的功能特点描述图:
<dependency>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-client</artifactId>
<version>2.6.33</version>
<version>2.6.34</version>
</dependency>

### server: disconf-web 使用 ###
Expand Down
2 changes: 1 addition & 1 deletion disconf-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<version>2.6.34-SNAPSHOT</version>
<version>2.6.34</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion disconf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<version>2.6.34-SNAPSHOT</version>
<version>2.6.34</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion disconf-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<version>2.6.34-SNAPSHOT</version>
<version>2.6.34</version>
</parent>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<version>2.6.34-SNAPSHOT</version>
<version>2.6.34</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -25,9 +25,9 @@

<properties>
<!-- 模块版本号 -->
<disconf-core.version>2.6.34-SNAPSHOT</disconf-core.version>
<disconf-client.version>2.6.34-SNAPSHOT</disconf-client.version>
<disconf-client-spring.version>2.6.34-SNAPSHOT</disconf-client-spring.version>
<disconf-core.version>2.6.34</disconf-core.version>
<disconf-client.version>2.6.34</disconf-client.version>
<disconf-client-spring.version>2.6.34</disconf-client-spring.version>

<!-- Spring項目配置 -->
<encoding>UTF-8</encoding>
Expand Down

0 comments on commit 4726040

Please sign in to comment.