Skip to content

Commit a4bb4e3

Browse files
committed
[maven-release-plugin] prepare release webmagic-parent-0.2.1
1 parent 194f16a commit a4bb4e3

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
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
<groupId>org.sonatype.oss</groupId>
75
<artifactId>oss-parent</artifactId>
86
<version>7</version>
97
</parent>
108
<groupId>us.codecraft</groupId>
11-
<version>0.2.1-SNAPSHOT</version>
9+
<version>0.2.1</version>
1210
<modelVersion>4.0.0</modelVersion>
1311
<packaging>pom</packaging>
1412
<artifactId>webmagic-parent</artifactId>
@@ -34,7 +32,8 @@
3432
<connection>scm:git:[email protected]:code4craft/webmagic.git</connection>
3533
<developerConnection>scm:git:[email protected]:code4craft/webmagic.git</developerConnection>
3634
<url>[email protected]:code4craft/webmagic.git</url>
37-
</scm>
35+
<tag>webmagic-parent-0.2.1</tag>
36+
</scm>
3837
<licenses>
3938
<license>
4039
<name>Apache License, Version 2.0</name>

webmagic-core/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
<groupId>us.codecraft</groupId>
75
<artifactId>webmagic-parent</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
6+
<version>0.2.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

webmagic-extension/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
<groupId>us.codecraft</groupId>
75
<artifactId>webmagic-parent</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
6+
<version>0.2.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

0 commit comments

Comments
 (0)