You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/05/21 14:33:53 UTC

[incubator-dubbo] branch 2.6.2-release updated (5a9ea93 -> 7c07339)

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a change to branch 2.6.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git.


    from 5a9ea93  Polish release notes in CHANGES.md
     new d7b3eaf  Go back to 2.6.2-SNAPSHOT to prepare for the next release.
     new 7c07339  Add source-release assembly config

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 all/pom.xml                                        |  6 ++--
 bom/pom.xml                                        | 11 ++----
 dependencies-bom/pom.xml                           |  3 +-
 distribution/pom.xml                               | 20 ++++++++---
 .../assembly/{release-bin.xml => bin-release.xml}  |  4 +--
 .../{release-bin.xml => source-release.xml}        | 41 +++++++++++-----------
 dubbo-cluster/pom.xml                              |  2 +-
 dubbo-common/pom.xml                               |  4 +--
 dubbo-config/dubbo-config-api/pom.xml              |  2 +-
 dubbo-config/dubbo-config-spring/pom.xml           |  2 +-
 dubbo-config/pom.xml                               |  2 +-
 dubbo-container/dubbo-container-api/pom.xml        |  2 +-
 dubbo-container/dubbo-container-log4j/pom.xml      |  2 +-
 dubbo-container/dubbo-container-logback/pom.xml    |  2 +-
 dubbo-container/dubbo-container-spring/pom.xml     |  2 +-
 dubbo-container/pom.xml                            |  2 +-
 dubbo-demo/dubbo-demo-api/pom.xml                  |  2 +-
 dubbo-demo/dubbo-demo-consumer/pom.xml             |  2 +-
 dubbo-demo/dubbo-demo-provider/pom.xml             |  2 +-
 dubbo-demo/pom.xml                                 |  2 +-
 dubbo-filter/dubbo-filter-cache/pom.xml            |  2 +-
 dubbo-filter/dubbo-filter-validation/pom.xml       |  2 +-
 dubbo-filter/pom.xml                               |  2 +-
 dubbo-monitor/dubbo-monitor-api/pom.xml            |  2 +-
 dubbo-monitor/dubbo-monitor-default/pom.xml        |  2 +-
 dubbo-monitor/pom.xml                              |  2 +-
 dubbo-plugin/dubbo-qos/pom.xml                     |  2 +-
 dubbo-plugin/pom.xml                               |  2 +-
 dubbo-registry/dubbo-registry-api/pom.xml          |  2 +-
 dubbo-registry/dubbo-registry-default/pom.xml      |  2 +-
 dubbo-registry/dubbo-registry-multicast/pom.xml    |  2 +-
 dubbo-registry/dubbo-registry-redis/pom.xml        |  2 +-
 dubbo-registry/dubbo-registry-zookeeper/pom.xml    |  2 +-
 dubbo-registry/pom.xml                             |  2 +-
 dubbo-remoting/dubbo-remoting-api/pom.xml          |  2 +-
 dubbo-remoting/dubbo-remoting-grizzly/pom.xml      |  2 +-
 dubbo-remoting/dubbo-remoting-http/pom.xml         |  2 +-
 dubbo-remoting/dubbo-remoting-mina/pom.xml         |  2 +-
 dubbo-remoting/dubbo-remoting-netty/pom.xml        |  2 +-
 dubbo-remoting/dubbo-remoting-netty4/pom.xml       |  2 +-
 dubbo-remoting/dubbo-remoting-p2p/pom.xml          |  2 +-
 dubbo-remoting/dubbo-remoting-zookeeper/pom.xml    |  2 +-
 dubbo-remoting/pom.xml                             |  2 +-
 dubbo-rpc/dubbo-rpc-api/pom.xml                    |  2 +-
 dubbo-rpc/dubbo-rpc-dubbo/pom.xml                  |  2 +-
 dubbo-rpc/dubbo-rpc-hessian/pom.xml                |  2 +-
 dubbo-rpc/dubbo-rpc-http/pom.xml                   |  2 +-
 dubbo-rpc/dubbo-rpc-injvm/pom.xml                  |  2 +-
 dubbo-rpc/dubbo-rpc-memcached/pom.xml              |  2 +-
 dubbo-rpc/dubbo-rpc-redis/pom.xml                  |  2 +-
 dubbo-rpc/dubbo-rpc-rest/pom.xml                   |  2 +-
 dubbo-rpc/dubbo-rpc-rmi/pom.xml                    |  2 +-
 dubbo-rpc/dubbo-rpc-thrift/pom.xml                 |  2 +-
 dubbo-rpc/dubbo-rpc-webservice/pom.xml             |  2 +-
 dubbo-rpc/pom.xml                                  |  2 +-
 .../dubbo-serialization-api/pom.xml                |  4 +--
 .../dubbo-serialization-fastjson/pom.xml           |  2 +-
 .../dubbo-serialization-fst/pom.xml                |  2 +-
 .../dubbo-serialization-hessian2/pom.xml           |  4 +--
 .../dubbo-serialization-jdk/pom.xml                |  4 +--
 .../dubbo-serialization-kryo/pom.xml               |  2 +-
 dubbo-serialization/pom.xml                        |  2 +-
 dubbo-test/dubbo-test-benchmark/pom.xml            |  2 +-
 .../dubbo-test-spring3/pom.xml                     |  2 +-
 dubbo-test/dubbo-test-compatibility/pom.xml        |  2 +-
 dubbo-test/dubbo-test-examples/pom.xml             |  2 +-
 dubbo-test/dubbo-test-integration/pom.xml          |  2 +-
 dubbo-test/pom.xml                                 |  4 +--
 hessian-lite/pom.xml                               |  4 +--
 pom.xml                                            | 35 +++---------------
 70 files changed, 118 insertions(+), 140 deletions(-)
 copy distribution/src/assembly/{release-bin.xml => bin-release.xml} (94%)
 rename distribution/src/assembly/{release-bin.xml => source-release.xml} (61%)

-- 
To stop receiving notification emails like this one, please contact
liujun@apache.org.

[incubator-dubbo] 02/02: Add source-release assembly config

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch 2.6.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git

commit 7c07339c55e9790eaed579a3aef93c51de45ab73
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon May 21 22:33:28 2018 +0800

    Add source-release assembly config
---
 distribution/pom.xml                               | 18 ++++++++--
 .../assembly/{release-bin.xml => bin-release.xml}  |  4 +--
 .../{release-bin.xml => source-release.xml}        | 41 +++++++++++-----------
 pom.xml                                            | 27 --------------
 4 files changed, 38 insertions(+), 52 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 42ef107..fe9ea25 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -249,21 +249,33 @@
     </dependencies>
 
     <build>
-        <finalName>dubbo-incubating</finalName>
+        <finalName>dubbo-incubating-${project.version}</finalName>
         <plugins>
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <version>3.1.0</version>
                 <executions>
                     <execution>
-                        <id>release-bin</id>
+                        <id>bin-release</id>
                         <phase>package</phase>
                         <goals>
                             <goal>single</goal>
                         </goals>
                         <configuration>
                             <descriptors>
-                                <descriptor>src/assembly/release-bin.xml</descriptor>
+                                <descriptor>src/assembly/bin-release.xml</descriptor>
+                            </descriptors>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>source-release</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                        <configuration>
+                            <descriptors>
+                                <descriptor>src/assembly/source-release.xml</descriptor>
                             </descriptors>
                         </configuration>
                     </execution>
diff --git a/distribution/src/assembly/release-bin.xml b/distribution/src/assembly/bin-release.xml
similarity index 94%
copy from distribution/src/assembly/release-bin.xml
copy to distribution/src/assembly/bin-release.xml
index 5e63907..2146b78 100644
--- a/distribution/src/assembly/release-bin.xml
+++ b/distribution/src/assembly/bin-release.xml
@@ -16,12 +16,12 @@
   -->
 <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
-    <id>release-bin</id>
+    <id>bin-release</id>
     <formats>
         <format>zip</format>
     </formats>
     <includeBaseDirectory>true</includeBaseDirectory>
-    <baseDirectory>${project.build.finalName}-${project.version}-bin-release</baseDirectory>
+    <baseDirectory>${project.build.finalName}-bin-release</baseDirectory>
     <fileSets>
         <fileSet>
             <directory>../</directory>
diff --git a/distribution/src/assembly/release-bin.xml b/distribution/src/assembly/source-release.xml
similarity index 61%
rename from distribution/src/assembly/release-bin.xml
rename to distribution/src/assembly/source-release.xml
index 5e63907..d2bc2b7 100644
--- a/distribution/src/assembly/release-bin.xml
+++ b/distribution/src/assembly/source-release.xml
@@ -16,35 +16,36 @@
   -->
 <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
-    <id>release-bin</id>
+    <id>source-release</id>
     <formats>
         <format>zip</format>
     </formats>
     <includeBaseDirectory>true</includeBaseDirectory>
-    <baseDirectory>${project.build.finalName}-${project.version}-bin-release</baseDirectory>
+    <baseDirectory>${project.build.finalName}-source-release</baseDirectory>
+
     <fileSets>
         <fileSet>
             <directory>../</directory>
+            <useDefaultExcludes>true</useDefaultExcludes>
             <includes>
-                <include>DISCLAIMER</include>
-                <include>NOTICE</include>
-                <include>LICENSE</include>
-            </includes>
-        </fileSet>
-    </fileSets>
-
-    <dependencySets>
-        <dependencySet>
-            <useProjectArtifact>true</useProjectArtifact>
-            <unpack>false</unpack>
-            <outputDirectory>/libs</outputDirectory>
-            <scope>runtime</scope>
-            <includes>
-                <include>com.alibaba:*</include>
+                <include>**/*</include>
             </includes>
             <excludes>
-                <exclude>com.alibaba:fastjson</exclude>
+                <exclude>**/target/**</exclude>
+                <exclude>**/build/**</exclude>
+                <exclude>**/eclipse-classes/**</exclude>
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/**</exclude>
+                <exclude>*.enc</exclude>
+                <exclude>*.gpg</exclude>
+                <exclude>**/surefire*</exclude>
+                <exclude>**/svn-commit*</exclude>
+                <exclude>**/.idea/**</exclude>
+                <exclude>**/*.iml</exclude>
+                <exclude>**/*.ipr</exclude>
+                <exclude>**/*.iws</exclude>
+                <exclude>**/cobertura.ser</exclude>
             </excludes>
-        </dependencySet>
-    </dependencySets>
+        </fileSet>
+    </fileSets>
 </assembly>
diff --git a/pom.xml b/pom.xml
index fd348f2..411db8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -530,33 +530,6 @@
                     <goals>deploy</goals>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.apache.resources</groupId>
-                        <artifactId>apache-source-release-assembly-descriptor</artifactId>
-                        <version>1.0.6</version>
-                    </dependency>
-                </dependencies>
-                <executions>
-                    <execution>
-                        <id>source-release-assembly</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                        <configuration>
-                            <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                            <descriptorRefs>
-                                <descriptorRef>source-release</descriptorRef>
-                            </descriptorRefs>
-                            <tarLongFileMode>gnu</tarLongFileMode>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
 
         <pluginManagement>

-- 
To stop receiving notification emails like this one, please contact
liujun@apache.org.

[incubator-dubbo] 01/02: Go back to 2.6.2-SNAPSHOT to prepare for the next release.

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch 2.6.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git

commit d7b3eaffd9f710b1726120dd40d8b2a14d383525
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon May 21 21:20:46 2018 +0800

    Go back to 2.6.2-SNAPSHOT to prepare for the next release.
---
 all/pom.xml                                                   |  6 +++---
 bom/pom.xml                                                   | 11 ++---------
 dependencies-bom/pom.xml                                      |  3 +--
 distribution/pom.xml                                          |  2 +-
 dubbo-cluster/pom.xml                                         |  2 +-
 dubbo-common/pom.xml                                          |  4 ++--
 dubbo-config/dubbo-config-api/pom.xml                         |  2 +-
 dubbo-config/dubbo-config-spring/pom.xml                      |  2 +-
 dubbo-config/pom.xml                                          |  2 +-
 dubbo-container/dubbo-container-api/pom.xml                   |  2 +-
 dubbo-container/dubbo-container-log4j/pom.xml                 |  2 +-
 dubbo-container/dubbo-container-logback/pom.xml               |  2 +-
 dubbo-container/dubbo-container-spring/pom.xml                |  2 +-
 dubbo-container/pom.xml                                       |  2 +-
 dubbo-demo/dubbo-demo-api/pom.xml                             |  2 +-
 dubbo-demo/dubbo-demo-consumer/pom.xml                        |  2 +-
 dubbo-demo/dubbo-demo-provider/pom.xml                        |  2 +-
 dubbo-demo/pom.xml                                            |  2 +-
 dubbo-filter/dubbo-filter-cache/pom.xml                       |  2 +-
 dubbo-filter/dubbo-filter-validation/pom.xml                  |  2 +-
 dubbo-filter/pom.xml                                          |  2 +-
 dubbo-monitor/dubbo-monitor-api/pom.xml                       |  2 +-
 dubbo-monitor/dubbo-monitor-default/pom.xml                   |  2 +-
 dubbo-monitor/pom.xml                                         |  2 +-
 dubbo-plugin/dubbo-qos/pom.xml                                |  2 +-
 dubbo-plugin/pom.xml                                          |  2 +-
 dubbo-registry/dubbo-registry-api/pom.xml                     |  2 +-
 dubbo-registry/dubbo-registry-default/pom.xml                 |  2 +-
 dubbo-registry/dubbo-registry-multicast/pom.xml               |  2 +-
 dubbo-registry/dubbo-registry-redis/pom.xml                   |  2 +-
 dubbo-registry/dubbo-registry-zookeeper/pom.xml               |  2 +-
 dubbo-registry/pom.xml                                        |  2 +-
 dubbo-remoting/dubbo-remoting-api/pom.xml                     |  2 +-
 dubbo-remoting/dubbo-remoting-grizzly/pom.xml                 |  2 +-
 dubbo-remoting/dubbo-remoting-http/pom.xml                    |  2 +-
 dubbo-remoting/dubbo-remoting-mina/pom.xml                    |  2 +-
 dubbo-remoting/dubbo-remoting-netty/pom.xml                   |  2 +-
 dubbo-remoting/dubbo-remoting-netty4/pom.xml                  |  2 +-
 dubbo-remoting/dubbo-remoting-p2p/pom.xml                     |  2 +-
 dubbo-remoting/dubbo-remoting-zookeeper/pom.xml               |  2 +-
 dubbo-remoting/pom.xml                                        |  2 +-
 dubbo-rpc/dubbo-rpc-api/pom.xml                               |  2 +-
 dubbo-rpc/dubbo-rpc-dubbo/pom.xml                             |  2 +-
 dubbo-rpc/dubbo-rpc-hessian/pom.xml                           |  2 +-
 dubbo-rpc/dubbo-rpc-http/pom.xml                              |  2 +-
 dubbo-rpc/dubbo-rpc-injvm/pom.xml                             |  2 +-
 dubbo-rpc/dubbo-rpc-memcached/pom.xml                         |  2 +-
 dubbo-rpc/dubbo-rpc-redis/pom.xml                             |  2 +-
 dubbo-rpc/dubbo-rpc-rest/pom.xml                              |  2 +-
 dubbo-rpc/dubbo-rpc-rmi/pom.xml                               |  2 +-
 dubbo-rpc/dubbo-rpc-thrift/pom.xml                            |  2 +-
 dubbo-rpc/dubbo-rpc-webservice/pom.xml                        |  2 +-
 dubbo-rpc/pom.xml                                             |  2 +-
 dubbo-serialization/dubbo-serialization-api/pom.xml           |  4 ++--
 dubbo-serialization/dubbo-serialization-fastjson/pom.xml      |  2 +-
 dubbo-serialization/dubbo-serialization-fst/pom.xml           |  2 +-
 dubbo-serialization/dubbo-serialization-hessian2/pom.xml      |  4 ++--
 dubbo-serialization/dubbo-serialization-jdk/pom.xml           |  4 ++--
 dubbo-serialization/dubbo-serialization-kryo/pom.xml          |  2 +-
 dubbo-serialization/pom.xml                                   |  2 +-
 dubbo-test/dubbo-test-benchmark/pom.xml                       |  2 +-
 .../dubbo-test-compatibility/dubbo-test-spring3/pom.xml       |  2 +-
 dubbo-test/dubbo-test-compatibility/pom.xml                   |  2 +-
 dubbo-test/dubbo-test-examples/pom.xml                        |  2 +-
 dubbo-test/dubbo-test-integration/pom.xml                     |  2 +-
 dubbo-test/pom.xml                                            |  4 ++--
 hessian-lite/pom.xml                                          |  4 ++--
 pom.xml                                                       |  8 ++++----
 68 files changed, 80 insertions(+), 88 deletions(-)

diff --git a/all/pom.xml b/all/pom.xml
index 874f476..52cc14e 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -19,11 +19,11 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>dubbo</artifactId>
-    <version>2.6.3-SNAPSHOT</version>
+    <version>2.6.2-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>dubbo-all</name>
     <description>The all in one project of dubbo</description>
@@ -321,7 +321,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>2.6.3-SNAPSHOT</version>
+            <version>2.6.2-SNAPSHOT</version>
             <scope>compile</scope>
             <optional>true</optional>
         </dependency>
diff --git a/bom/pom.xml b/bom/pom.xml
index 872eef1..ca08bc9 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -3,12 +3,6 @@
 
     <modelVersion>4.0.0</modelVersion>
 
-    <!--<parent>-->
-    <!--<artifactId>dubbo-parent</artifactId>-->
-    <!--<groupId>com.alibaba</groupId>-->
-    <!--<version>2.6.2-SNAPSHOT-SNAPSHOT</version>-->
-    <!--<relativePath>../pom.xml</relativePath>-->
-    <!--</parent>-->
     <parent>
         <groupId>org.sonatype.oss</groupId>
         <artifactId>oss-parent</artifactId>
@@ -17,7 +11,7 @@
 
     <groupId>com.alibaba</groupId>
     <artifactId>dubbo-bom</artifactId>
-    <version>2.6.3-SNAPSHOT</version>
+    <version>2.6.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>dubbo-bom</name>
@@ -45,7 +39,6 @@
         <url>https://github.com/alibaba/dubbo/tree/master</url>
         <connection>scm:git:git://github.com/alibaba/dubbo.git</connection>
         <developerConnection>scm:git:git@github.com:alibaba/dubbo.git</developerConnection>
-      <tag>dubbo-2.6.2-SNAPSHOT</tag>
   </scm>
     <mailingLists>
         <mailingList>
@@ -284,7 +277,7 @@
             <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>hessian-lite</artifactId>
-                <version>2.6.3-SNAPSHOT</version>
+                <version>2.6.2-SNAPSHOT</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index 1a8013c..1c22e0a 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>com.alibaba</groupId>
     <artifactId>dubbo-dependencies-bom</artifactId>
-    <version>2.6.3-SNAPSHOT</version>
+    <version>2.6.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>dubbo-dependencies-bom</name>
@@ -38,7 +38,6 @@
         <url>https://github.com/alibaba/dubbo/tree/master</url>
         <connection>scm:git:git://github.com/alibaba/dubbo.git</connection>
         <developerConnection>scm:git:git@github.com:alibaba/dubbo.git</developerConnection>
-      <tag>dubbo-2.6.2-SNAPSHOT</tag>
   </scm>
     <mailingLists>
         <mailingList>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6f0e407..42ef107 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.2-SNAPSHOT-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml
index 4891dc3..18b484c 100644
--- a/dubbo-cluster/pom.xml
+++ b/dubbo-cluster/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-cluster</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml
index 3a23443..0105932 100644
--- a/dubbo-common/pom.xml
+++ b/dubbo-common/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-common</artifactId>
     <packaging>jar</packaging>
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>2.6.3-SNAPSHOT</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.alibaba</groupId>
diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml
index dd0b9ed..a753a9c 100644
--- a/dubbo-config/dubbo-config-api/pom.xml
+++ b/dubbo-config/dubbo-config-api/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-config</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-config-api</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml
index 9752313..419071b 100644
--- a/dubbo-config/dubbo-config-spring/pom.xml
+++ b/dubbo-config/dubbo-config-spring/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-config</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-config-spring</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml
index 13fb0cc..cdbe055 100644
--- a/dubbo-config/pom.xml
+++ b/dubbo-config/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-config</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml
index 3897225..21fd488 100644
--- a/dubbo-container/dubbo-container-api/pom.xml
+++ b/dubbo-container/dubbo-container-api/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-container</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-container-api</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml
index 712101a..af8c331 100644
--- a/dubbo-container/dubbo-container-log4j/pom.xml
+++ b/dubbo-container/dubbo-container-log4j/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-container</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-container-log4j</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml
index 74b0170..a68bc18 100644
--- a/dubbo-container/dubbo-container-logback/pom.xml
+++ b/dubbo-container/dubbo-container-logback/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-container</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-container-logback</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml
index 3fd343d..f38fd18 100644
--- a/dubbo-container/dubbo-container-spring/pom.xml
+++ b/dubbo-container/dubbo-container-spring/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-container</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-container-spring</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml
index a846bf5..0b81298 100644
--- a/dubbo-container/pom.xml
+++ b/dubbo-container/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-container</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml
index 468af17..6464523 100644
--- a/dubbo-demo/dubbo-demo-api/pom.xml
+++ b/dubbo-demo/dubbo-demo-api/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-demo</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-demo-api</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml
index 2cb01d8..37d70fa 100644
--- a/dubbo-demo/dubbo-demo-consumer/pom.xml
+++ b/dubbo-demo/dubbo-demo-consumer/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-demo</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-demo-consumer</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml
index 801e7de..e3cd677 100644
--- a/dubbo-demo/dubbo-demo-provider/pom.xml
+++ b/dubbo-demo/dubbo-demo-provider/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-demo</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-demo-provider</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml
index 6e9faf0..1ff1a25 100644
--- a/dubbo-demo/pom.xml
+++ b/dubbo-demo/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-demo</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml
index d0a756f..13d8c29 100644
--- a/dubbo-filter/dubbo-filter-cache/pom.xml
+++ b/dubbo-filter/dubbo-filter-cache/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-filter</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-filter-cache</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml
index 614fd24..d6de86f 100644
--- a/dubbo-filter/dubbo-filter-validation/pom.xml
+++ b/dubbo-filter/dubbo-filter-validation/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-filter</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-filter-validation</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml
index 1a3add3..49c826d 100644
--- a/dubbo-filter/pom.xml
+++ b/dubbo-filter/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-filter</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml
index cfca8b4..d085338 100644
--- a/dubbo-monitor/dubbo-monitor-api/pom.xml
+++ b/dubbo-monitor/dubbo-monitor-api/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-monitor</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-monitor-api</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml
index 75e6dba..ddf2c94 100644
--- a/dubbo-monitor/dubbo-monitor-default/pom.xml
+++ b/dubbo-monitor/dubbo-monitor-default/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-monitor</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-monitor-default</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml
index 2c3be2b..36d7d5c 100644
--- a/dubbo-monitor/pom.xml
+++ b/dubbo-monitor/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-monitor</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml
index 1a6257f..3c6a9a4 100644
--- a/dubbo-plugin/dubbo-qos/pom.xml
+++ b/dubbo-plugin/dubbo-qos/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-plugin</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml
index 54c44c2..d571744 100644
--- a/dubbo-plugin/pom.xml
+++ b/dubbo-plugin/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>dubbo-parent</artifactId>
         <groupId>com.alibaba</groupId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml
index adefa0b..e4a0b15 100644
--- a/dubbo-registry/dubbo-registry-api/pom.xml
+++ b/dubbo-registry/dubbo-registry-api/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-registry</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-registry-api</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml
index f4512b4..b9bc907 100644
--- a/dubbo-registry/dubbo-registry-default/pom.xml
+++ b/dubbo-registry/dubbo-registry-default/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-registry</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-registry-default</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml
index 0f974a4..3a5766d 100644
--- a/dubbo-registry/dubbo-registry-multicast/pom.xml
+++ b/dubbo-registry/dubbo-registry-multicast/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-registry</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-registry-multicast</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml
index 7a0a129..604daf8 100644
--- a/dubbo-registry/dubbo-registry-redis/pom.xml
+++ b/dubbo-registry/dubbo-registry-redis/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-registry</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-registry-redis</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml
index 818f9d9..5c96119 100644
--- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml
+++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-registry</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-registry-zookeeper</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml
index 0110561..b44714d 100644
--- a/dubbo-registry/pom.xml
+++ b/dubbo-registry/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-registry</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml
index 122edc5..41c5c8c 100644
--- a/dubbo-remoting/dubbo-remoting-api/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-api/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-remoting</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-remoting-api</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml
index b29b1d8..aa29fb2 100644
--- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-remoting</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-remoting-grizzly</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml
index cc390d4..88e84bf 100644
--- a/dubbo-remoting/dubbo-remoting-http/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-http/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-remoting</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-remoting-http</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml
index 82e9a82..c46c045 100644
--- a/dubbo-remoting/dubbo-remoting-mina/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-remoting</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-remoting-mina</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml
index 297d467..3894fe7 100644
--- a/dubbo-remoting/dubbo-remoting-netty/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-remoting</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-remoting-netty</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml
index 786771c..170dd3b 100644
--- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>dubbo-remoting</artifactId>
         <groupId>com.alibaba</groupId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml
index d0f71d6..76fad55 100644
--- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-remoting</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-remoting-p2p</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml
index bbae582..395b44e 100644
--- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-remoting</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-remoting-zookeeper</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml
index 54ce614..c9bdb6f 100644
--- a/dubbo-remoting/pom.xml
+++ b/dubbo-remoting/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-remoting</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml
index 16449a8..b713a36 100644
--- a/dubbo-rpc/dubbo-rpc-api/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-api/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-api</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml
index 5a91bf0..a43eb0e 100644
--- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-dubbo</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml
index ff221f1..bab2eed 100644
--- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-hessian</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml
index f967345..c7941f6 100644
--- a/dubbo-rpc/dubbo-rpc-http/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-http/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-http</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml
index 3904685..55fd84a 100644
--- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-injvm</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml
index 9778315..007934e 100644
--- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-memcached</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml
index 27e1fc1..c703239 100644
--- a/dubbo-rpc/dubbo-rpc-redis/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-redis</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml
index f568cfb..56a0842 100644
--- a/dubbo-rpc/dubbo-rpc-rest/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml
@@ -18,7 +18,7 @@
 	<parent>
 		<groupId>com.alibaba</groupId>
 		<artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
 	</parent>
 	<artifactId>dubbo-rpc-rest</artifactId>
 	<packaging>jar</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml
index d20e9fb..2c2006f 100644
--- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-rmi</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml
index f7cc6c8..0656682 100644
--- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-thrift</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml
index 88b81ea..be7fcd0 100644
--- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-webservice</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml
index 389d592..69b401e 100644
--- a/dubbo-rpc/pom.xml
+++ b/dubbo-rpc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml
index 97b2745..591adc0 100644
--- a/dubbo-serialization/dubbo-serialization-api/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-api/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-serialization</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-serialization-api</artifactId>
     <packaging>jar</packaging>
@@ -38,7 +38,7 @@ limitations under the License.
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>2.6.3-SNAPSHOT</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.alibaba</groupId>
diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml
index ac98621..f6a10bd 100644
--- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-serialization</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-serialization-fastjson</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml
index 4274f52..677041e 100644
--- a/dubbo-serialization/dubbo-serialization-fst/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-serialization</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-serialization-fst</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml
index 8b1e63e..c4c4ed6 100644
--- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-serialization</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-serialization-hessian2</artifactId>
     <packaging>jar</packaging>
@@ -38,7 +38,7 @@ limitations under the License.
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>2.6.3-SNAPSHOT</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml
index 36eb59b..51f459e 100644
--- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-serialization</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-serialization-jdk</artifactId>
     <packaging>jar</packaging>
@@ -38,7 +38,7 @@ limitations under the License.
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>2.6.3-SNAPSHOT</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml
index a868862..33915c6 100644
--- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-serialization</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-serialization-kryo</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml
index f5b3edd..e0a0b1d 100644
--- a/dubbo-serialization/pom.xml
+++ b/dubbo-serialization/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-serialization</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml
index cc4877a..53c451a 100644
--- a/dubbo-test/dubbo-test-benchmark/pom.xml
+++ b/dubbo-test/dubbo-test-benchmark/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-test</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-test-benchmark</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml
index 2600f4a..7760a7d 100644
--- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml
+++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>dubbo-test-compatibility</artifactId>
         <groupId>com.alibaba</groupId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml
index 733069b..b16d59c 100644
--- a/dubbo-test/dubbo-test-compatibility/pom.xml
+++ b/dubbo-test/dubbo-test-compatibility/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-test</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-test-compatibility</artifactId>
     <packaging>pom</packaging>
diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml
index 6d9fd8b..6077ab1 100644
--- a/dubbo-test/dubbo-test-examples/pom.xml
+++ b/dubbo-test/dubbo-test-examples/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-test</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-test-examples</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml
index 391a5c7..e2215a7 100644
--- a/dubbo-test/dubbo-test-integration/pom.xml
+++ b/dubbo-test/dubbo-test-integration/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-test</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-test-integration</artifactId>
     <packaging>jar</packaging>
diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml
index eff133a..9786ace 100644
--- a/dubbo-test/pom.xml
+++ b/dubbo-test/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-test</artifactId>
     <packaging>pom</packaging>
@@ -179,7 +179,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>2.6.3-SNAPSHOT</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.hibernate</groupId>
diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml
index b03cd47..c8bacd6 100644
--- a/hessian-lite/pom.xml
+++ b/hessian-lite/pom.xml
@@ -19,10 +19,10 @@
     <parent>
         <groupId>com.alibaba</groupId>
         <artifactId>dubbo-parent</artifactId>
-        <version>2.6.3-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>hessian-lite</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.3-SNAPSHOT</version>
+    <version>2.6.2-SNAPSHOT</version>
     <name>Hessian Lite(Alibaba embed version)</name>
 </project>
diff --git a/pom.xml b/pom.xml
index f008d46..fd348f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>com.alibaba</groupId>
     <artifactId>dubbo-parent</artifactId>
-    <version>2.6.3-SNAPSHOT</version>
+    <version>2.6.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>${project.artifactId}</name>
@@ -45,8 +45,7 @@
         <url>https://github.com/apache/incubator-dubbo</url>
         <connection>scm:git:https://github.com/apache/incubator-dubbo.git</connection>
         <developerConnection>scm:git:https://github.com/apache/incubator-dubbo.git</developerConnection>
-      <tag>dubbo-2.6.2-SNAPSHOT</tag>
-  </scm>
+    </scm>
     <mailingLists>
         <mailingList>
             <name>Development List</name>
@@ -135,6 +134,7 @@
         <module>dependencies-bom</module>
         <module>bom</module>
         <module>all</module>
+        <module>distribution</module>
     </modules>
 
     <dependencyManagement>
@@ -142,7 +142,7 @@
             <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>dubbo-dependencies-bom</artifactId>
-                <version>2.6.3-SNAPSHOT</version>
+                <version>2.6.2-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

-- 
To stop receiving notification emails like this one, please contact
liujun@apache.org.