Skip to content

Commit 01795a0

Browse files
committed
[maven-release-plugin] prepare release v1.0
1 parent 212d890 commit 01795a0

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.github.brianway</groupId>
86
<artifactId>webporter-parent</artifactId>
97
<packaging>pom</packaging>
10-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
119
<name>webporter-parent</name>
1210

1311
<properties>
@@ -50,7 +48,8 @@
5048
<connection>scm:git:git@github.com:brianway/webporter.git</connection>
5149
<developerConnection>scm:git:git@github.com:brianway/webporter.git</developerConnection>
5250
<url>git@github.com:brianway/webporter.git</url>
53-
</scm>
51+
<tag>v1.0</tag>
52+
</scm>
5453

5554
<licenses>
5655
<license>

webporter-collector-zhihu/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>webporter-parent</artifactId>
75
<groupId>com.github.brianway</groupId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

webporter-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
<artifactId>webporter-parent</artifactId>
75
<groupId>com.github.brianway</groupId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

webporter-data-elasticsearch/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>webporter-parent</artifactId>
75
<groupId>com.github.brianway</groupId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

0 commit comments

Comments
 (0)