Selaa lähdekoodia

2.6.32-SNAPSHOT

knightliao 9 vuotta sitten
vanhempi
commit
1669116872
4 muutettua tiedostoa jossa 7 lisäystä ja 7 poistoa
  1. 1 1
      disconf-client/pom.xml
  2. 1 1
      disconf-core/pom.xml
  3. 1 1
      disconf-web/pom.xml
  4. 4 4
      pom.xml

+ 1 - 1
disconf-client/pom.xml

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

+ 4 - 4
pom.xml

@@ -5,7 +5,7 @@
 
     <groupId>com.baidu.disconf</groupId>
     <artifactId>disconf-base</artifactId>
-    <version>2.6.31</version>
+    <version>2.6.32-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -25,9 +25,9 @@
 
     <properties>
         <!-- 模块版本号 -->
-        <disconf-core.version>2.6.31</disconf-core.version>
-        <disconf-client.version>2.6.31</disconf-client.version>
-        <disconf-client-spring.version>2.6.31</disconf-client-spring.version>
+        <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>
 
         <!-- Spring項目配置 -->
         <encoding>UTF-8</encoding>