Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Sep 11, 2016
1 parent e99a436 commit 923626a
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 @@ -28,7 +28,7 @@ Distributed Configuration Management Platform(分布式配置管理平台)

## 版本

- dev(latest branch): 2.6.36-SNAPSHOT
- dev(latest branch): 2.6.36
- master(cooperate && contribute branch):2.6.35
- stable(release && stable branch): 2.6.35
- 在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.36-SNAPSHOT</version>
<version>2.6.36</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.36-SNAPSHOT</version>
<version>2.6.36</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.36-SNAPSHOT</version>
<version>2.6.36</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.36-SNAPSHOT</version>
<version>2.6.36</version>
<packaging>pom</packaging>

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

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

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

0 comments on commit 923626a

Please sign in to comment.