knightliao пре 8 година
родитељ
комит
4166ef3d97
5 измењених фајлова са 8 додато и 8 уклоњено
  1. 1 1
      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

+ 1 - 1
README.md

@@ -37,7 +37,7 @@ https://github.com/knightliao/disconf-demos-java
 
 disconf.git branches and Maven version:
 
-- dev(develop branch): 2.6.34
+- dev(develop branch): 2.6.35-SNAPSHOT
 - 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 )

+ 1 - 1
disconf-client/pom.xml

@@ -10,7 +10,7 @@
     <parent>
         <groupId>com.baidu.disconf</groupId>
         <artifactId>disconf-base</artifactId>
-        <version>2.6.34</version>
+        <version>2.6.35-SNAPSHOT</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</version>
+        <version>2.6.35-SNAPSHOT</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</version>
+        <version>2.6.35-SNAPSHOT</version>
     </parent>
 
     <dependencies>

+ 4 - 4
pom.xml

@@ -5,7 +5,7 @@
 
     <groupId>com.baidu.disconf</groupId>
     <artifactId>disconf-base</artifactId>
-    <version>2.6.34</version>
+    <version>2.6.35-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -25,9 +25,9 @@
 
     <properties>
         <!-- 模块版本号 -->
-        <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>
+        <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>