Sfoglia il codice sorgente

prepare to use 2.6.34

knightliao 8 anni fa
parent
commit
47260401ac
5 ha cambiato i file con 10 aggiunte e 10 eliminazioni
  1. 3 3
      README.md
  2. 1 1
      disconf-client/pom.xml
  3. 1 1
      disconf-core/pom.xml
  4. 1 1
      disconf-web/pom.xml
  5. 4 4
      pom.xml

+ 3 - 3
README.md

@@ -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 )
 
@@ -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 使用 ###

+ 1 - 1
disconf-client/pom.xml

@@ -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>

+ 1 - 1
disconf-core/pom.xml

@@ -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>

+ 1 - 1
disconf-web/pom.xml

@@ -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>

+ 4 - 4
pom.xml

@@ -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>
@@ -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>