Skip to content

Commit

Permalink
upgrade to 2.6.32 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Mar 27, 2016
1 parent 79bb359 commit 772adef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.32-SNAPSHOT</version>
<version>2.6.32</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.32-SNAPSHOT</version>
<version>2.6.32</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.32-SNAPSHOT</version>
<version>2.6.32</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.32-SNAPSHOT</version>
<version>2.6.32</version>
<packaging>pom</packaging>

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

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

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

0 comments on commit 772adef

Please sign in to comment.