diff --git a/pom.xml b/pom.xml
index 9f79e46..6aeaf9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
7
us.codecraft
- 0.7.0-SNAPSHOT
+ 0.7.0.alpha-SNAPSHOT
4.0.0
pom
@@ -108,7 +108,7 @@
com.github.dreamhead
moco-core
- 0.9.1
+ 0.11.0
test
@@ -164,8 +164,7 @@
maven-surefire-plugin
2.18
- pertest
- -Xms1024m -Xmx1024m -Xss1m
+ 0
@@ -234,7 +233,7 @@
2.10.4
UTF-8
- WebMagic 0.7.0-SNAPSHOT
+ WebMagic 0.7.0.alpha
en_US
diff --git a/webmagic-core/pom.xml b/webmagic-core/pom.xml
index 7ca5c7b..f21b391 100644
--- a/webmagic-core/pom.xml
+++ b/webmagic-core/pom.xml
@@ -3,7 +3,7 @@
us.codecraft
webmagic-parent
- 0.7.0-SNAPSHOT
+ 0.7.0.alpha-SNAPSHOT
4.0.0
diff --git a/webmagic-core/src/test/java/us/codecraft/webmagic/downloader/HttpClientDownloaderTest.java b/webmagic-core/src/test/java/us/codecraft/webmagic/downloader/HttpClientDownloaderTest.java
index d621c3d..685bdff 100644
--- a/webmagic-core/src/test/java/us/codecraft/webmagic/downloader/HttpClientDownloaderTest.java
+++ b/webmagic-core/src/test/java/us/codecraft/webmagic/downloader/HttpClientDownloaderTest.java
@@ -63,20 +63,20 @@ public class HttpClientDownloaderTest {
@Test
public void testGetHtmlCharset() throws Exception {
- HttpServer server = httpserver(13423);
+ HttpServer server = httpServer(13423);
server.get(by(uri("/header"))).response(header("Content-Type", "text/html; charset=gbk"));
server.get(by(uri("/meta4"))).response(with(text("\n" +
" \n" +
" \n" +
" \n" +
" \n" +
- "")),header("Content-Type",""));
+ "