Skip to content

Commit

Permalink
submit for 2.6.34-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed May 27, 2016
1 parent a57e9ff commit 2f70455
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ https://github.com/knightliao/disconf-demos-java

disconf.git branches and Maven version:

- dev(develop branch): 2.6.33-SNAPSHOT
- dev(develop branch): 2.6.34-SNAPSHOT
- master(stable branch):2.6.33
- [更新日志](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
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.33</version>
<version>2.6.34-SNAPSHOT</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.33</version>
<version>2.6.34-SNAPSHOT</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.33</version>
<version>2.6.34-SNAPSHOT</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.33</version>
<version>2.6.34-SNAPSHOT</version>
<packaging>pom</packaging>

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

<properties>
<!-- 模块版本号 -->
<disconf-core.version>2.6.33</disconf-core.version>
<disconf-client.version>2.6.33</disconf-client.version>
<disconf-client-spring.version>2.6.33</disconf-client-spring.version>
<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>

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

0 comments on commit 2f70455

Please sign in to comment.