Browse Source

upgrade to 2.6.32 release

knightliao 9 years ago
parent
commit
772adef6a3
4 changed files with 7 additions and 7 deletions
  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>
     <parent>
         <groupId>com.baidu.disconf</groupId>
         <groupId>com.baidu.disconf</groupId>
         <artifactId>disconf-base</artifactId>
         <artifactId>disconf-base</artifactId>
-        <version>2.6.32-SNAPSHOT</version>
+        <version>2.6.32</version>
     </parent>
     </parent>
 
 
     <licenses>
     <licenses>

+ 1 - 1
disconf-core/pom.xml

@@ -13,7 +13,7 @@
     <parent>
     <parent>
         <groupId>com.baidu.disconf</groupId>
         <groupId>com.baidu.disconf</groupId>
         <artifactId>disconf-base</artifactId>
         <artifactId>disconf-base</artifactId>
-        <version>2.6.32-SNAPSHOT</version>
+        <version>2.6.32</version>
     </parent>
     </parent>
 
 
     <licenses>
     <licenses>

+ 1 - 1
disconf-web/pom.xml

@@ -12,7 +12,7 @@
     <parent>
     <parent>
         <groupId>com.baidu.disconf</groupId>
         <groupId>com.baidu.disconf</groupId>
         <artifactId>disconf-base</artifactId>
         <artifactId>disconf-base</artifactId>
-        <version>2.6.32-SNAPSHOT</version>
+        <version>2.6.32</version>
     </parent>
     </parent>
 
 
     <dependencies>
     <dependencies>

+ 4 - 4
pom.xml

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