Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webmagic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
沈俊林
webmagic
Commits
aefd0569
Commit
aefd0569
authored
Sep 04, 2013
by
yihua.huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version
parent
194518fd
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
pom.xml
pom.xml
+1
-1
pom.xml
webmagic-core/pom.xml
+1
-1
BaseElementSelector.java
...a/us/codecraft/webmagic/selector/BaseElementSelector.java
+1
-1
ElementSelector.java
.../java/us/codecraft/webmagic/selector/ElementSelector.java
+1
-1
XsoupSelector.java
...in/java/us/codecraft/webmagic/selector/XsoupSelector.java
+1
-1
EnvironmentUtil.java
...ain/java/us/codecraft/webmagic/utils/EnvironmentUtil.java
+1
-1
pom.xml
webmagic-extension/pom.xml
+1
-1
FilePageModelPipeline.java
...us/codecraft/webmagic/pipeline/FilePageModelPipeline.java
+1
-1
pom.xml
webmagic-samples/pom.xml
+1
-1
No files found.
pom.xml
View file @
aefd0569
...
...
@@ -6,7 +6,7 @@
<version>
7
</version>
</parent>
<groupId>
us.codecraft
</groupId>
<version>
0.
2.2
-SNAPSHOT
</version>
<version>
0.
3.0
-SNAPSHOT
</version>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
pom
</packaging>
<properties>
...
...
webmagic-core/pom.xml
View file @
aefd0569
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
us.codecraft
</groupId>
<artifactId>
webmagic-parent
</artifactId>
<version>
0.
2.2
-SNAPSHOT
</version>
<version>
0.
3.0
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
webmagic-core/src/main/java/us/codecraft/webmagic/selector/BaseElementSelector.java
View file @
aefd0569
...
...
@@ -6,7 +6,7 @@ import java.util.List;
/**
* @author code4crafter@gmail.com
* @since 0.
2.2
* @since 0.
3.0
*/
public
abstract
class
BaseElementSelector
implements
Selector
,
ElementSelector
{
...
...
webmagic-core/src/main/java/us/codecraft/webmagic/selector/ElementSelector.java
View file @
aefd0569
...
...
@@ -8,7 +8,7 @@ import java.util.List;
* Selector(extractor) for html elements.<br>
*
* @author code4crafter@gmail.com <br>
* @since 0.
2.2
* @since 0.
3.0
*/
public
interface
ElementSelector
{
...
...
webmagic-core/src/main/java/us/codecraft/webmagic/selector/XsoupSelector.java
View file @
aefd0569
...
...
@@ -10,7 +10,7 @@ import java.util.List;
* XPath selector based on Xsoup.<br>
*
* @author code4crafter@gmail.com <br>
* @since 0.
2.2
* @since 0.
3.0
*/
public
class
XsoupSelector
extends
BaseElementSelector
{
...
...
webmagic-core/src/main/java/us/codecraft/webmagic/utils/EnvironmentUtil.java
View file @
aefd0569
...
...
@@ -6,7 +6,7 @@ import java.util.Properties;
/**
* @author code4crafter@gmail.com
* @since 0.
2.2
* @since 0.
3.0
*/
public
abstract
class
EnvironmentUtil
{
...
...
webmagic-extension/pom.xml
View file @
aefd0569
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
us.codecraft
</groupId>
<artifactId>
webmagic-parent
</artifactId>
<version>
0.
2.2
-SNAPSHOT
</version>
<version>
0.
3.0
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
webmagic-extension/src/main/java/us/codecraft/webmagic/pipeline/FilePageModelPipeline.java
View file @
aefd0569
...
...
@@ -18,7 +18,7 @@ import java.io.PrintWriter;
* Otherwise use SHA1 as file name.
*
* @author code4crafter@gmail.com <br>
* @since 0.
2.2
* @since 0.
3.0
*/
public
class
FilePageModelPipeline
extends
FilePersistentBase
implements
PageModelPipeline
{
...
...
webmagic-samples/pom.xml
View file @
aefd0569
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
webmagic-parent
</artifactId>
<groupId>
us.codecraft
</groupId>
<version>
0.
2.2
-SNAPSHOT
</version>
<version>
0.
3.0
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment