You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2019/06/11 05:51:58 UTC

[dubbo-admin] branch develop updated: Update dubbo version to 2.7.3-SNAPSHOT (#422)

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

hyunkun pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 71c9010  Update dubbo version to 2.7.3-SNAPSHOT (#422)
71c9010 is described below

commit 71c9010c9b105f1ad53cdc54941d1cdf409a400a
Author: Huang YunKun <ht...@gmail.com>
AuthorDate: Tue Jun 11 13:51:52 2019 +0800

    Update dubbo version to 2.7.3-SNAPSHOT (#422)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d84c0e9..dbc3623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
 
 	<properties>
 		<main.basedir>${project.basedir}</main.basedir>
-        <commons-lang3-version>3.7</commons-lang3-version>
-		<dubbo-version>2.7.2-SNAPSHOT</dubbo-version>
+                <commons-lang3-version>3.7</commons-lang3-version>
+		<dubbo-version>2.7.3-SNAPSHOT</dubbo-version>
 		<curator-version>2.12.0</curator-version>
 		<curator-test-version>4.1.0</curator-test-version>
 		<fastjson-version>1.2.46</fastjson-version>
@@ -64,7 +64,7 @@
 		<netty-version>4.1.30.Final</netty-version>
 		<jacoco-version>0.8.2</jacoco-version>
 		<jedis-version>2.9.0</jedis-version>
-        <apollo-version>1.2.0</apollo-version>
+                <apollo-version>1.2.0</apollo-version>
 		<snakeyaml-version>1.24</snakeyaml-version>
 		<maven-checkstyle-plugin-version>3.0.0</maven-checkstyle-plugin-version>
 		<spring-boot-version>2.1.4.RELEASE</spring-boot-version>