Skip to content

Commit ae62356

Browse files
committed
[maven-release-plugin] prepare release webmagic-0.4.1
1 parent 7c43b51 commit ae62356

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-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.4.1-SNAPSHOT</version>
9+
<version>0.4.1</version>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>pom</packaging>
1212
<properties>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:[email protected]:code4craft/webmagic.git</connection>
3737
<developerConnection>scm:git:[email protected]:code4craft/webmagic.git</developerConnection>
3838
<url>[email protected]:code4craft/webmagic.git</url>
39-
<tag>HEAD</tag>
39+
<tag>webmagic-0.4.1</tag>
4040
</scm>
4141
<licenses>
4242
<license>

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

webmagic-scripts/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>webmagic-parent</artifactId>
75
<groupId>us.codecraft</groupId>
8-
<version>0.4.1-SNAPSHOT</version>
6+
<version>0.4.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

0 commit comments

Comments
 (0)