Skip to content

Commit 94107bc

Browse files
committed
Merge tag 'WebMagic-0.9.0' into develop
Tag release
2 parents ad01092 + fd4a136 commit 94107bc

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

pom.xml

Lines changed: 3 additions & 3 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.8.1-SNAPSHOT</version>
4+
<version>0.9.0</version>
55
<modelVersion>4.0.0</modelVersion>
66
<packaging>pom</packaging>
77
<properties>
@@ -16,13 +16,13 @@
1616
<commons-lang3.version>3.12.0</commons-lang3.version>
1717
<fastjson.version>2.0.19.graal</fastjson.version>
1818
<groovy-all.version>3.0.13</groovy-all.version>
19-
<guava.version>31.1-jre</guava.version>
19+
<guava.version>32.0.0-jre</guava.version>
2020
<htmlcleaner.version>2.26</htmlcleaner.version>
2121
<httpclient.version>4.5.13</httpclient.version>
2222
<httpcore.version>4.4.15</httpcore.version>
2323
<jedis.version>3.7.1</jedis.version>
2424
<jruby.version>9.3.9.0</jruby.version>
25-
<json-path.version>2.7.0</json-path.version>
25+
<json-path.version>2.8.0</json-path.version>
2626
<junit.version>4.13.2</junit.version>
2727
<jython.version>2.7.3</jython.version>
2828
<log4j.version>1.2.17</log4j.version>

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.8.1-SNAPSHOT</version>
6+
<version>0.9.0</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.8.1-SNAPSHOT</version>
11+
<version>0.9.0</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.8.1-SNAPSHOT</version>
6+
<version>0.9.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

webmagic-samples/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.8.1-SNAPSHOT</version>
6+
<version>0.9.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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.8.1-SNAPSHOT</version>
6+
<version>0.9.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

webmagic-scripts/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.8.1-SNAPSHOT</version>
6+
<version>0.9.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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.8.1-SNAPSHOT</version>
6+
<version>0.9.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)