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

liujun pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.6.x by this push:
     new e9d3555  prepare for 2.6.11 release
e9d3555 is described below

commit e9d35554c788309ffa48218decd432456e01b21d
Author: ken.lj <[email protected]>
AuthorDate: Fri Sep 10 15:41:44 2021 +0800

    prepare for 2.6.11 release
---
 all/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/all/pom.xml b/all/pom.xml
index 2779f76..aa80093 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.11-SNAPSHOT</version>
+        <version>2.6.11</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>dubbo</artifactId>
-    <version>2.6.11-SNAPSHOT</version>
+    <version>2.6.11</version>
     <packaging>jar</packaging>
     <name>dubbo-all</name>
     <description>The all in one project of dubbo</description>

Reply via email to