[incubator-dubbo-ops] branch metadata updated: update REAME to get Dubbo 2.7-SNAPSHOT

2018-11-14 Thread min
This is an automated email from the ASF dual-hosted git repository.

min pushed a commit to branch metadata
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/metadata by this push:
 new 3c60d07  update REAME to get Dubbo 2.7-SNAPSHOT
3c60d07 is described below

commit 3c60d07825136aec2399e0f278e3b278f2ccfa5a
Author: nzomkxia 
AuthorDate: Wed Nov 14 16:52:12 2018 +0800

update REAME to get Dubbo 2.7-SNAPSHOT
---
 README.md| 1 +
 README_ZH.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 8b1bb5a..e038cf6 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@
  
  
``` 
+* force update under root path(incubator-dubbo-ops) for the first building: 
`mvn -Dmaven.test.skip=true clean -U package`
 
 
 ### Production Setup
diff --git a/README_ZH.md b/README_ZH.md
index 8bac4ae..668875c 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -35,6 +35,7 @@ English version goes [here](README.md).
   
   
``` 
+* 在项目根目录(incubator-dubbo-ops)第一次构建需要强制更新: `mvn -Dmaven.test.skip=true clean -U 
package`   
 
 
 ### 生产环境配置  



[incubator-dubbo-ops] branch metadata updated: update REAME to get Dubbo 2.7-SNAPSHOT

2018-11-14 Thread min
This is an automated email from the ASF dual-hosted git repository.

min pushed a commit to branch metadata
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/metadata by this push:
 new dc38829  update REAME to get Dubbo 2.7-SNAPSHOT
dc38829 is described below

commit dc38829f98724f959b0887b25ef31661e3ad0560
Author: nzomkxia 
AuthorDate: Wed Nov 14 16:48:41 2018 +0800

update REAME to get Dubbo 2.7-SNAPSHOT
---
 README.md| 17 +
 README_ZH.md | 17 +
 2 files changed, 34 insertions(+)

diff --git a/README.md b/README.md
index dafe58f..8b1bb5a 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,23 @@
 
 * Standard spring boot project
 
+**NOTICE** this branch is based on Dubbo 2.7-SNAPSHOT, since this version is 
not published yet, you need to add a repository to get this dependency: 
+*  add configuration below to your maven `settings.xml` file, in 
`` section:
+
+   ```xml
+ 
+ apache.snapshots.https
+ Apache Development Snapshot Repository
+ 
https://repository.apache.org/content/repositories/snapshots
+ 
+ false
+ 
+ 
+ true
+ 
+ 
+   ``` 
+
 
 ### Production Setup
 
diff --git a/README_ZH.md b/README_ZH.md
index 4caef5a..8bac4ae 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -19,6 +19,23 @@ English version goes [here](README.md).
 
 * 标准spring boot工程  
 
+**注意** 本分支依赖Dubbo2.7-SNAPSHOT版本,该Dubbo版本还未正式发布,因此需要在maven中增加一个仓库配置来获得此依赖。
+* 在maven的配置文件`settings.xml`中,``部分内增加如下配置:  
+
+```xml
+  
+  apache.snapshots.https
+  Apache Development Snapshot Repository
+  
https://repository.apache.org/content/repositories/snapshots
+  
+  false
+  
+  
+  true
+  
+  
+   ``` 
+
 
 ### 生产环境配置