This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new fbd61e5 Upgrade dubbo to 2.7.0 #291
fbd61e5 is described below
commit fbd61e5005f574cc8d3393783208414c8dd93eee
Author: nzomkxia <[email protected]>
AuthorDate: Sun Feb 3 15:23:15 2019 +0800
Upgrade dubbo to 2.7.0 #291
---
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>