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

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


The following commit(s) were added to refs/heads/master by this push:
     new e4ab908  upgrade version manually after merge 2.6.2-release
e4ab908 is described below

commit e4ab9087531e2c97ea51e9e890c10d9c81fa9bc1
Author: ken.lj <ken.lj...@gmail.com>
AuthorDate: Wed Jun 6 09:44:52 2018 +0800

    upgrade version manually after merge 2.6.2-release
---
 distribution/pom.xml                                     | 2 +-
 dubbo-bootstrap/pom.xml                                  | 2 +-
 dubbo-serialization/dubbo-serialization-api/pom.xml      | 2 +-
 dubbo-serialization/dubbo-serialization-hessian2/pom.xml | 2 +-
 dubbo-serialization/dubbo-serialization-jdk/pom.xml      | 2 +-
 dubbo-test/pom.xml                                       | 2 +-
 hessian-lite/pom.xml                                     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index ddfc690..b8590e7 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -243,7 +243,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3</version>
         </dependency>
     </dependencies>
 
diff --git a/dubbo-bootstrap/pom.xml b/dubbo-bootstrap/pom.xml
index bb2b1a4..e4320f0 100644
--- a/dubbo-bootstrap/pom.xml
+++ b/dubbo-bootstrap/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>dubbo-parent</artifactId>
         <groupId>com.alibaba</groupId>
-        <version>2.6.2-SNAPSHOT</version>
+        <version>2.6.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml 
b/dubbo-serialization/dubbo-serialization-api/pom.xml
index 97b2745..1f09c45 100644
--- a/dubbo-serialization/dubbo-serialization-api/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-api/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>2.6.3-SNAPSHOT</version>
+            <version>3.2.3</version>
         </dependency>
         <dependency>
             <groupId>com.alibaba</groupId>
diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml 
b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml
index 8b1e63e..9ab7a6d 100644
--- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>2.6.3-SNAPSHOT</version>
+            <version>3.2.3</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..2b0fd3a 100644
--- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>2.6.3-SNAPSHOT</version>
+            <version>3.2.3</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml
index 7f1d4a1..7505067 100644
--- a/dubbo-test/pom.xml
+++ b/dubbo-test/pom.xml
@@ -179,7 +179,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3</version>
         </dependency>
         <dependency>
             <groupId>com.alibaba</groupId>
diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml
index b03cd47..911e726 100644
--- a/hessian-lite/pom.xml
+++ b/hessian-lite/pom.xml
@@ -23,6 +23,6 @@
     </parent>
     <artifactId>hessian-lite</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.3-SNAPSHOT</version>
+    <version>3.2.3</version>
     <name>Hessian Lite(Alibaba embed version)</name>
 </project>

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

Reply via email to