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 2019/03/27 07:28:25 UTC

[incubator-dubbo] branch 3.x-dev updated: change rsocket parent module version to 2.7.1-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/3.x-dev by this push:
     new 1d74c60  change rsocket parent module version to 2.7.1-SNAPSHOT
1d74c60 is described below

commit 1d74c6027ad6aa8b9cf1bb43998aaffdab1ffa89
Author: ken.lj <ke...@gmail.com>
AuthorDate: Wed Mar 27 15:28:13 2019 +0800

    change rsocket parent module version to 2.7.1-SNAPSHOT
---
 dubbo-rpc/dubbo-rpc-rsocket/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-rpc/dubbo-rpc-rsocket/pom.xml b/dubbo-rpc/dubbo-rpc-rsocket/pom.xml
index b38f74d..c4f749c 100644
--- a/dubbo-rpc/dubbo-rpc-rsocket/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-rsocket/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.dubbo</groupId>
         <artifactId>dubbo-rpc</artifactId>
-        <version>2.7.0-SNAPSHOT</version>
+        <version>2.7.1-SNAPSHOT</version>
     </parent>
     <artifactId>dubbo-rpc-rsocket</artifactId>
     <packaging>jar</packaging>