This is an automated email from the ASF dual-hosted git repository.
mjk 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 40c713d Update README
40c713d is described below
commit 40c713dd8e0dde6d7a1110fc23fb4ec9f8be5af1
Author: Jinkai Ma <[email protected]>
AuthorDate: Wed Nov 14 17:15:28 2018 +0800
Update README
---
README.md | 18 +-----------------
README_ZH.md | 20 ++------------------
2 files changed, 3 insertions(+), 35 deletions(-)
diff --git a/README.md b/README.md
index e038cf6..b01e9cb 100644
--- a/README.md
+++ b/README.md
@@ -17,23 +17,7 @@
### Backend
* 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
`<repositories>` section:
-
- ```xml
- <repository>
- <id>apache.snapshots.https</id>
- <name>Apache Development Snapshot Repository</name>
-
<url>https://repository.apache.org/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- ```
+* **NOTICE** this branch is based on Dubbo 2.7-SNAPSHOT, since this version is
not published yet, so if you find a dependency error, please clear the dubbo2.7
related files in the local library
* force update under root path(incubator-dubbo-ops) for the first building:
`mvn -Dmaven.test.skip=true clean -U package`
diff --git a/README_ZH.md b/README_ZH.md
index 668875c..a25ec7d 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -17,24 +17,8 @@ English version goes [here](README.md).
### 后端部分
-* 标准spring boot工程
-
-**注意** 本分支依赖Dubbo2.7-SNAPSHOT版本,该Dubbo版本还未正式发布,因此需要在maven中增加一个仓库配置来获得此依赖。
-* 在maven的配置文件`settings.xml`中,`<repositories>`部分内增加如下配置:
-
- ```xml
- <repository>
- <id>apache.snapshots.https</id>
- <name>Apache Development Snapshot Repository</name>
-
<url>https://repository.apache.org/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- ```
+* 标准spring boot工程
+* **注意**
本分支依赖Dubbo2.7-SNAPSHOT版本,该Dubbo版本还未正式发布,因此如果发现依赖方面的错误,请清空本地库中的dubbo2.7相关文件
* 在项目根目录(incubator-dubbo-ops)第一次构建需要强制更新: `mvn -Dmaven.test.skip=true clean -U
package`