Skip to content

Commit faf7e15

Browse files
committed
Update README for the webmagic version.
1 parent cda8467 commit faf7e15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用w
3939
<dependency>
4040
<groupId>us.codecraft</groupId>
4141
<artifactId>webmagic-core</artifactId>
42-
<version>0.7.5</version>
42+
<version>${webmagic.version}</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>us.codecraft</groupId>
4646
<artifactId>webmagic-extension</artifactId>
47-
<version>0.7.5</version>
47+
<version>${webmagic.version}</version>
4848
</dependency>
4949
```
5050

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Add dependencies to your pom.xml:
2525
<dependency>
2626
<groupId>us.codecraft</groupId>
2727
<artifactId>webmagic-core</artifactId>
28-
<version>0.7.5</version>
28+
<version>${webmagic.version}</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>us.codecraft</groupId>
3232
<artifactId>webmagic-extension</artifactId>
33-
<version>0.7.5</version>
33+
<version>${webmagic.version}</version>
3434
</dependency>
3535
```
3636

0 commit comments

Comments
 (0)