Skip to content

Commit

Permalink
1.0.4Release
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuhcy committed Feb 2, 2016
1 parent 564b8dc commit bd05365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SpiderBeanContext包括需要该SpiderBean的渲染类(目前支持HTML、JSON
<dependency>
<groupId>com.geccocrawler</groupId>
<artifactId>gecco</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>

##QuikStart
Expand Down Expand Up @@ -210,7 +210,7 @@ SpiderBeanContext包括需要该SpiderBean的渲染类(目前支持HTML、JSON
<dependency>
<groupId>com.geccocrawler</groupId>
<artifactId>gecco-spring</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>

>四、通过redis支持分布式抓取
Expand All @@ -222,7 +222,7 @@ SpiderBeanContext包括需要该SpiderBean的渲染类(目前支持HTML、JSON
<dependency>
<groupId>com.geccocrawler</groupId>
<artifactId>gecco-redis</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>

>五、支持多UserAgent随机选择
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.geccocrawler</groupId>
<artifactId>gecco</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>

<name>Gecco</name>
<description>Easy to use lightweight web crawler</description>
Expand Down

0 comments on commit bd05365

Please sign in to comment.