Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bfaaa04

Browse files
committedSep 8, 2013
[maven-release-plugin] prepare release webmagic-parent-0.3.1
1 parent d7c7a78 commit bfaaa04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3.1-SNAPSHOT</version>
9+
<version>0.3.1</version>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>pom</packaging>
1212
<properties>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:git@github.com:code4craft/webmagic.git</connection>
3737
<developerConnection>scm:git:git@github.com:code4craft/webmagic.git</developerConnection>
3838
<url>git@github.com:code4craft/webmagic.git</url>
39-
<tag>HEAD</tag>
39+
<tag>webmagic-parent-0.3.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.3.1-SNAPSHOT</version>
6+
<version>0.3.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.3.1-SNAPSHOT</version>
6+
<version>0.3.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)
Please sign in to comment.