knightliao 9 anos atrás
pai
commit
3dd9fe1906
3 arquivos alterados com 5 adições e 4 exclusões
  1. 1 1
      disconf-client-spring/README.md
  2. 3 3
      disconf-client-spring/pom.xml
  3. 1 0
      pom.xml

+ 1 - 1
disconf-client-spring/README.md

@@ -1,4 +1,4 @@
-disconf-client
+disconf-client-spring
 =======
 
 分布式配置管理客户端模块

+ 3 - 3
disconf-client-spring/pom.xml

@@ -3,14 +3,14 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>disconf-client</artifactId>
+    <artifactId>disconf-client-spring</artifactId>
     <packaging>jar</packaging>
-    <version>${disconf-client.version}</version>
+    <version>${disconf-client-spring.version}</version>
 
     <parent>
         <groupId>com.baidu.disconf</groupId>
         <artifactId>disconf-base</artifactId>
-        <version>2.6.28</version>
+        <version>2.6.29-SNAPSHOT</version>
     </parent>
 
     <licenses>

+ 1 - 0
pom.xml

@@ -27,6 +27,7 @@
         <!-- 模块版本号 -->
         <disconf-core.version>2.6.29-SNAPSHOT</disconf-core.version>
         <disconf-client.version>2.6.29-SNAPSHOT</disconf-client.version>
+        <disconf-client-spring.version>2.6.29-SNAPSHOT</disconf-client-spring.version>
 
         <!-- Spring項目配置 -->
         <encoding>UTF-8</encoding>