Skip to content

Commit 21de468

Browse files
committed
Merge branch 'release/0.9.1'
2 parents 028f1ed + 07e83a4 commit 21de468

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

pom.xml

+1-1
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.9.0</version>
4+
<version>0.9.1</version>
55
<modelVersion>4.0.0</modelVersion>
66
<packaging>pom</packaging>
77
<properties>

webmagic-core/pom.xml

+1-1
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.9.0</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

webmagic-coverage/pom.xml

+1-1
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.9.0</version>
11+
<version>0.9.1</version>
1212
</parent>
1313

1414
<artifactId>webmagic-coverage</artifactId>

webmagic-extension/pom.xml

+1-1
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.9.0</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

webmagic-samples/pom.xml

+2-2
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.9.0</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.mapdb</groupId>
2929
<artifactId>mapdb</artifactId>
30-
<version>3.0.9</version>
30+
<version>3.0.10</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>

webmagic-saxon/pom.xml

+1-1
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.9.0</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

webmagic-scripts/pom.xml

+1-1
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.9.0</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

webmagic-selenium/pom.xml

+1-1
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.9.0</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)