Skip to content

Commit 1b6394b

Browse files
committed
version 0.7.2
1 parent 3ee0001 commit 1b6394b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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-SNAPSHOT</version>
9+
<version>0.7.2</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-SNAPSHOT</doctitle>
236+
<doctitle>WebMagic 0.7.2</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-SNAPSHOT</version>
6+
<version>0.7.2</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-SNAPSHOT</version>
6+
<version>0.7.2</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-SNAPSHOT</version>
6+
<version>0.7.2</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-SNAPSHOT</version>
6+
<version>0.7.2</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-SNAPSHOT</version>
6+
<version>0.7.2</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-SNAPSHOT</version>
6+
<version>0.7.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)