From 3e633c6871ffc4e3b90aa08ee4879170cbdb4c6f Mon Sep 17 00:00:00 2001 From: "yihua.huang" Date: Sat, 21 Jan 2017 11:51:14 +0800 Subject: [PATCH] version --- pom.xml | 2 +- webmagic-core/pom.xml | 2 +- webmagic-extension/pom.xml | 2 +- .../codecraft/webmagic/downloader/PhantomJSDownloader.java | 6 ++---- webmagic-samples/pom.xml | 2 +- webmagic-saxon/pom.xml | 2 +- webmagic-scripts/pom.xml | 2 +- webmagic-selenium/pom.xml | 2 +- 8 files changed, 9 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 987b3c67..e5a40b81 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 7 us.codecraft - 0.6.1 + 0.6.1-SNAPSHOT 4.0.0 pom diff --git a/webmagic-core/pom.xml b/webmagic-core/pom.xml index 8bda0f6b..d789539a 100644 --- a/webmagic-core/pom.xml +++ b/webmagic-core/pom.xml @@ -3,7 +3,7 @@ us.codecraft webmagic-parent - 0.6.1 + 0.6.1-SNAPSHOT 4.0.0 diff --git a/webmagic-extension/pom.xml b/webmagic-extension/pom.xml index 85b869a2..76ee2d99 100644 --- a/webmagic-extension/pom.xml +++ b/webmagic-extension/pom.xml @@ -3,7 +3,7 @@ us.codecraft webmagic-parent - 0.6.1 + 0.6.1-SNAPSHOT 4.0.0 diff --git a/webmagic-extension/src/main/java/us/codecraft/webmagic/downloader/PhantomJSDownloader.java b/webmagic-extension/src/main/java/us/codecraft/webmagic/downloader/PhantomJSDownloader.java index fa271ddd..fd0cc479 100644 --- a/webmagic-extension/src/main/java/us/codecraft/webmagic/downloader/PhantomJSDownloader.java +++ b/webmagic-extension/src/main/java/us/codecraft/webmagic/downloader/PhantomJSDownloader.java @@ -39,7 +39,6 @@ public class PhantomJSDownloader extends AbstractDownloader { * /usr/local/bin/phantomjs 命令的绝对路径,避免因系统环境变量引起的IOException * * @param phantomJsCommand - * @return this */ public PhantomJSDownloader(String phantomJsCommand) { this.initPhantomjsCrawlPath(); @@ -49,7 +48,7 @@ public class PhantomJSDownloader extends AbstractDownloader { /** * 新增构造函数,支持crawl.js路径自定义,因为当其他项目依赖此jar包时,runtime.exec()执行phantomjs命令时无使用法jar包中的crawl.js *
-     * crawl.js start -->>
+     * crawl.js start --
      * 
      *   var system = require('system');
      *   var url = system.args[1];
@@ -69,7 +68,7 @@ public class PhantomJSDownloader extends AbstractDownloader {
      *       phantom.exit();
      *   });
      *   
-     * <<-- crawl.js end
+     * -- crawl.js end
      * 
* 具体项目时可以将以上js代码复制下来使用 * @@ -78,7 +77,6 @@ public class PhantomJSDownloader extends AbstractDownloader { * * @param phantomJsCommand phantomJsCommand * @param crawlJsPath crawlJsPath - * @return this */ public PhantomJSDownloader(String phantomJsCommand, String crawlJsPath) { PhantomJSDownloader.phantomJsCommand = phantomJsCommand; diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml index bc0595d2..8ac4d5ba 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -3,7 +3,7 @@ webmagic-parent us.codecraft - 0.6.1 + 0.6.1-SNAPSHOT 4.0.0 diff --git a/webmagic-saxon/pom.xml b/webmagic-saxon/pom.xml index fbac8223..bfbe4e37 100644 --- a/webmagic-saxon/pom.xml +++ b/webmagic-saxon/pom.xml @@ -3,7 +3,7 @@ webmagic-parent us.codecraft - 0.6.1 + 0.6.1-SNAPSHOT 4.0.0 diff --git a/webmagic-scripts/pom.xml b/webmagic-scripts/pom.xml index 0b334c83..6095a571 100755 --- a/webmagic-scripts/pom.xml +++ b/webmagic-scripts/pom.xml @@ -3,7 +3,7 @@ webmagic-parent us.codecraft - 0.6.1 + 0.6.1-SNAPSHOT 4.0.0 diff --git a/webmagic-selenium/pom.xml b/webmagic-selenium/pom.xml index ccd07e3c..fdd5dfb9 100644 --- a/webmagic-selenium/pom.xml +++ b/webmagic-selenium/pom.xml @@ -3,7 +3,7 @@ webmagic-parent us.codecraft - 0.6.1 + 0.6.1-SNAPSHOT 4.0.0