Skip to content

Commit 7ff83bb

Browse files
committed
[maven-release-plugin] prepare release WebMagic-0.5.0
1 parent dc3c175 commit 7ff83bb

File tree

12 files changed

+17
-18
lines changed

12 files changed

+17
-18
lines changed

pom.xml

+2-2
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.5.0-SNAPSHOT</version>
9+
<version>0.5.0</version>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>pom</packaging>
1212
<properties>
@@ -38,7 +38,7 @@
3838
<connection>scm:git:[email protected]:code4craft/webmagic.git</connection>
3939
<developerConnection>scm:git:[email protected]:code4craft/webmagic.git</developerConnection>
4040
<url>[email protected]:code4craft/webmagic.git</url>
41-
<tag>HEAD</tag>
41+
<tag>WebMagic-0.5.0</tag>
4242
</scm>
4343
<licenses>
4444
<license>

webmagic-avalon/forger/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>us.codecraft</groupId>
99
<artifactId>forger</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.1.0</version>
1111
<modelVersion>4.0.0</modelVersion>
1212
<packaging>jar</packaging>
1313
<properties>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:[email protected]:code4craft/forger.git</connection>
3131
<developerConnection>scm:git:[email protected]:code4craft/forger.git</developerConnection>
3232
<url>[email protected]:code4craft/forger.git</url>
33-
<tag>HEAD</tag>
33+
<tag>WebMagic-0.5.0</tag>
3434
</scm>
3535
<licenses>
3636
<license>

webmagic-avalon/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<parent>
54
<artifactId>webmagic-parent</artifactId>
65
<groupId>us.codecraft</groupId>
7-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

@@ -43,7 +42,7 @@
4342
<dependency>
4443
<groupId>us.codecraft</groupId>
4544
<artifactId>forger</artifactId>
46-
<version>0.1.0-SNAPSHOT</version>
45+
<version>0.1.0</version>
4746
</dependency>
4847

4948
<dependency>

webmagic-avalon/webmagic-admin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>webmagic-avalon</artifactId>
55
<groupId>us.codecraft</groupId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

webmagic-avalon/webmagic-avalon-common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>webmagic-avalon</artifactId>
55
<groupId>us.codecraft</groupId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>us.codecraft</groupId>
2828
<artifactId>forger</artifactId>
29-
<version>0.1.0-SNAPSHOT</version>
29+
<version>0.1.0</version>
3030
</dependency>
3131

3232
<dependency>

webmagic-avalon/webmagic-worker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>webmagic-avalon</artifactId>
55
<groupId>us.codecraft</groupId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

webmagic-core/pom.xml

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

webmagic-extension/pom.xml

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

webmagic-samples/pom.xml

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

webmagic-saxon/pom.xml

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

webmagic-scripts/pom.xml

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

webmagic-selenium/pom.xml

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

0 commit comments

Comments
 (0)