File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
src/main/java/us/codecraft/webmagic/model/samples Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <groupId >us.codecraft</groupId >
4- <version >0.7.6-SNAPSHOT </version >
4+ <version >0.7.6</version >
55 <modelVersion >4.0.0</modelVersion >
66 <packaging >pom</packaging >
77 <properties >
124124 <dependency >
125125 <groupId >us.codecraft</groupId >
126126 <artifactId >xsoup</artifactId >
127- <version >${xsoup.version} </version >
127+ <version >0.3.6 </version >
128128 </dependency >
129129 <dependency >
130130 <groupId >com.alibaba</groupId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >us.codecraft</groupId >
55 <artifactId >webmagic-parent</artifactId >
6- <version >0.7.6-SNAPSHOT </version >
6+ <version >0.7.6</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >us.codecraft</groupId >
1010 <artifactId >webmagic-parent</artifactId >
11- <version >0.7.6-SNAPSHOT </version >
11+ <version >0.7.6</version >
1212 </parent >
1313
1414 <artifactId >webmagic-coverage</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >us.codecraft</groupId >
55 <artifactId >webmagic-parent</artifactId >
6- <version >0.7.6-SNAPSHOT </version >
6+ <version >0.7.6</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >webmagic-parent</artifactId >
55 <groupId >us.codecraft</groupId >
6- <version >0.7.6-SNAPSHOT </version >
6+ <version >0.7.6</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
4242 <dependency >
4343 <groupId >com.fasterxml.jackson.core</groupId >
4444 <artifactId >jackson-databind</artifactId >
45- <version >2.13.0-rc1 </version >
45+ <version >2.13.4.2 </version >
4646 </dependency >
4747 </dependencies >
4848
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public static void main(String[] args) {
4949
5050 @ Override
5151 public String key () {
52- return author +": " +name ;
52+ return author +"_ " +name ;
5353 }
5454
5555 public String getName () {
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >webmagic-parent</artifactId >
55 <groupId >us.codecraft</groupId >
6- <version >0.7.6-SNAPSHOT </version >
6+ <version >0.7.6</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >webmagic-parent</artifactId >
55 <groupId >us.codecraft</groupId >
6- <version >0.7.6-SNAPSHOT </version >
6+ <version >0.7.6</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
1010 <artifactId >webmagic-scripts</artifactId >
1111 <properties >
12- <kotlin .version>1.1.2-2 </kotlin .version>
12+ <kotlin .version>1.6.0 </kotlin .version>
1313 </properties >
1414
1515 <dependencies >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >webmagic-parent</artifactId >
55 <groupId >us.codecraft</groupId >
6- <version >0.7.6-SNAPSHOT </version >
6+ <version >0.7.6</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
You can’t perform that action at this time.
0 commit comments