This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch 0.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/0.1-release by this push:
new b69fe56 update dubbo version to 2.7.0
b69fe56 is described below
commit b69fe560343974f3590e2d40d6d4b99a4f891416
Author: nzomkxia <[email protected]>
AuthorDate: Wed Jan 30 11:45:51 2019 +0800
update dubbo version to 2.7.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e1efff0..a2bc6c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<properties>
<main.basedir>${project.basedir}</main.basedir>
<commons-lang3-version>3.7</commons-lang3-version>
- <dubbo-version>2.7.0-SNAPSHOT</dubbo-version>
+ <dubbo-version>2.7.0</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>