diff --git a/README-zh.md b/README-zh.md
index c5ebe15b..62b3c9a5 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -1,9 +1,10 @@

+[](https://maven-badges.herokuapp.com/maven-central/us.codecraft/webmagic-parent/)
+[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://travis-ci.org/code4craft/webmagic)
-
官方网站[http://webmagic.io/](http://webmagic.io/)
>webmagic是一个开源的Java垂直爬虫框架,目标是简化爬虫的开发流程,让开发者专注于逻辑功能的开发。webmagic的核心非常简单,但是覆盖爬虫的整个流程,也是很好的学习爬虫开发的材料。
@@ -38,12 +39,12 @@ webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用w
us.codecraft
webmagic-core
- 0.7.4
+ 0.7.5
us.codecraft
webmagic-extension
- 0.7.4
+ 0.7.5
```
diff --git a/README.md b/README.md
index e5cd511d..14aeac7b 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
[Readme in Chinese](https://github.com/code4craft/webmagic/tree/master/README-zh.md)
+[](https://maven-badges.herokuapp.com/maven-central/us.codecraft/webmagic-parent/)
+[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://travis-ci.org/code4craft/webmagic)
>A scalable crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content extraction and persistent. It can simplify the development of a specific crawler.
@@ -23,12 +25,12 @@ Add dependencies to your pom.xml:
us.codecraft
webmagic-core
- 0.7.4
+ 0.7.5
us.codecraft
webmagic-extension
- 0.7.4
+ 0.7.5
```
diff --git a/pom.xml b/pom.xml
index 6a237e64..51e6fdb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
us.codecraft
- 0.7.4
+ 0.7.5
4.0.0
pom
@@ -275,7 +275,7 @@
3.2.0
UTF-8
- WebMagic 0.7.4
+ WebMagic ${project.version}
en_US
diff --git a/webmagic-core/pom.xml b/webmagic-core/pom.xml
index 820651a4..ec718a1e 100644
--- a/webmagic-core/pom.xml
+++ b/webmagic-core/pom.xml
@@ -3,7 +3,7 @@
us.codecraft
webmagic-parent
- 0.7.4
+ 0.7.5
4.0.0
diff --git a/webmagic-coverage/pom.xml b/webmagic-coverage/pom.xml
index b1998a31..16ed1b45 100644
--- a/webmagic-coverage/pom.xml
+++ b/webmagic-coverage/pom.xml
@@ -8,7 +8,7 @@
us.codecraft
webmagic-parent
- 0.7.4
+ 0.7.5
webmagic-coverage
diff --git a/webmagic-extension/pom.xml b/webmagic-extension/pom.xml
index 87900efd..85d5c639 100644
--- a/webmagic-extension/pom.xml
+++ b/webmagic-extension/pom.xml
@@ -3,7 +3,7 @@
us.codecraft
webmagic-parent
- 0.7.4
+ 0.7.5
4.0.0
diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml
index bdca2b62..dda18216 100644
--- a/webmagic-samples/pom.xml
+++ b/webmagic-samples/pom.xml
@@ -3,7 +3,7 @@
webmagic-parent
us.codecraft
- 0.7.4
+ 0.7.5
4.0.0
diff --git a/webmagic-saxon/pom.xml b/webmagic-saxon/pom.xml
index d3a57f25..119e50f1 100644
--- a/webmagic-saxon/pom.xml
+++ b/webmagic-saxon/pom.xml
@@ -3,7 +3,7 @@
webmagic-parent
us.codecraft
- 0.7.4
+ 0.7.5
4.0.0
diff --git a/webmagic-scripts/pom.xml b/webmagic-scripts/pom.xml
index 85b735fe..1aca5b3a 100755
--- a/webmagic-scripts/pom.xml
+++ b/webmagic-scripts/pom.xml
@@ -3,7 +3,7 @@
webmagic-parent
us.codecraft
- 0.7.4
+ 0.7.5
4.0.0
diff --git a/webmagic-selenium/pom.xml b/webmagic-selenium/pom.xml
index d0cb77c0..42a6da90 100644
--- a/webmagic-selenium/pom.xml
+++ b/webmagic-selenium/pom.xml
@@ -3,7 +3,7 @@
webmagic-parent
us.codecraft
- 0.7.4
+ 0.7.5
4.0.0