Skip to content

Commit 6ba2256

Browse files
committed
Merge tag 'WebMagic-0.7.6' into develop
Tag release
2 parents d2b2eed + f45a8ff commit 6ba2256

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -124,7 +124,7 @@
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>

webmagic-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

webmagic-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>

webmagic-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

webmagic-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

@@ -42,7 +42,7 @@
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

webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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() {

webmagic-saxon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

webmagic-scripts/pom.xml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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>

webmagic-selenium/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

0 commit comments

Comments
 (0)