Skip to content

Commit e276b11

Browse files
committed
vesion 0.7.3
1 parent f3847b7 commit e276b11

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用w
3838
<dependency>
3939
<groupId>us.codecraft</groupId>
4040
<artifactId>webmagic-core</artifactId>
41-
<version>0.7.2</version>
41+
<version>0.7.3</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>us.codecraft</groupId>
4545
<artifactId>webmagic-extension</artifactId>
46-
<version>0.7.2</version>
46+
<version>0.7.3</version>
4747
</dependency>
4848
```
4949

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Add dependencies to your pom.xml:
2323
<dependency>
2424
<groupId>us.codecraft</groupId>
2525
<artifactId>webmagic-core</artifactId>
26-
<version>0.7.2</version>
26+
<version>0.7.3</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>us.codecraft</groupId>
3030
<artifactId>webmagic-extension</artifactId>
31-
<version>0.7.2</version>
31+
<version>0.7.3</version>
3232
</dependency>
3333
```
3434

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>7</version>
77
</parent>
88
<groupId>us.codecraft</groupId>
9-
<version>0.7.2</version>
9+
<version>0.7.3</version>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>pom</packaging>
1212
<properties>
@@ -233,7 +233,7 @@
233233
<version>2.10.4</version>
234234
<configuration>
235235
<encoding>UTF-8</encoding>
236-
<doctitle>WebMagic 0.7.2</doctitle>
236+
<doctitle>WebMagic 0.7.3</doctitle>
237237
<locale>en_US</locale>
238238
</configuration>
239239
<executions>

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

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

0 commit comments

Comments
 (0)