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 ec1b843 change version key
ec1b843 is described below
commit ec1b84337421b7e18df243a84f00e7934ffd116c
Author: nzomkxia <[email protected]>
AuthorDate: Wed Jan 16 11:44:33 2019 +0800
change version key
---
.../src/main/java/org/apache/dubbo/admin/common/util/Constants.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-admin-backend/src/main/java/org/apache/dubbo/admin/common/util/Constants.java
b/dubbo-admin-backend/src/main/java/org/apache/dubbo/admin/common/util/Constants.java
index 44febab..ef2ef89 100644
---
a/dubbo-admin-backend/src/main/java/org/apache/dubbo/admin/common/util/Constants.java
+++
b/dubbo-admin-backend/src/main/java/org/apache/dubbo/admin/common/util/Constants.java
@@ -52,7 +52,7 @@ public class Constants {
public static final String VERSION_KEY = "version";
public static final String PROVIDERS_CATEGORY = "providers";
public static final String CONSUMERS_CATEGORY = "consumers";
- public static final String SPECIFICATION_VERSION_KEY = "specVersion";
+ public static final String SPECIFICATION_VERSION_KEY = "release";
public static final String GLOBAL_CONFIG = "global";
public static final Set<String> CONFIGS = new HashSet<>();