Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 978ef87

Browse files
author
quding
committed
统一风格命名
1 parent fc7d0ca commit 978ef87

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

Excel-Demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>cn.mrdear.poi</groupId>
8-
<artifactId>poi</artifactId>
8+
<artifactId>Excel-Demo</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010
<name>Excel-Demo</name>
1111
<dependencies>

HtmlUnit-Demo/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>cn.mrdear</groupId>
8-
<artifactId>Html-Unit</artifactId>
8+
<artifactId>Html-Unit-Demo</artifactId>
99
<version>1.0</version>
1010
<packaging>jar</packaging>
11-
<name>Html-Unit</name>
11+
<name>Html-Unit-Demo</name>
1212

1313
<dependencies>
1414

JPA-Demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>cn.mrdear</groupId>
5-
<artifactId>jpa-demo</artifactId>
5+
<artifactId>JPA-Demo</artifactId>
66
<packaging>war</packaging>
77
<version>1.0-SNAPSHOT</version>
88
<name>JPA-Demo</name>

Jersey-Demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>cn.mrdear</groupId>
5-
<artifactId>jersey-demo</artifactId>
5+
<artifactId>Jersey-Demo</artifactId>
66
<packaging>war</packaging>
77
<version>1.0-SNAPSHOT</version>
88
<name>Jersey-Demo</name>

Maven-Demo/haikong-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.0.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
10-
<artifactId>core</artifactId>
10+
<artifactId>haikong-core</artifactId>
1111
<packaging>war</packaging>
1212
<name>haikong-core</name>
1313
<url>http://maven.apache.org</url>

Maven-Demo/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.haikong</groupId>
8-
<artifactId>haikong</artifactId>
8+
<artifactId>Maven-demo</artifactId>
99
<packaging>pom</packaging>
1010
<version>1.0.0</version>
11-
<name>maven-demo</name>
11+
<name>Maven-demo</name>
1212
<modules>
1313
<module>haikong-core</module>
1414
<module>haikong-switch</module>

Pay-Demo/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>cn.mrdear</groupId>
6-
<artifactId>commonpay</artifactId>
6+
<artifactId>Pay-demo</artifactId>
77
<version>1.0.0</version>
88
<packaging>jar</packaging>
99

10-
<name>pay-demo</name>
10+
<name>Pay-demo</name>
1111
<url>http://maven.apache.org</url>
1212

1313
<properties>

Spring-Boot-Demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>cn.mrdear</groupId>
6-
<artifactId>mrdear</artifactId>
6+
<artifactId>Spring-Boot-Demo</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

gRPC-Demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>cn.mrdear.grpc</groupId>
8-
<artifactId>grpc</artifactId>
8+
<artifactId>gRPC-Demo</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010
<name>gRPC-Demo</name>
1111
<properties>

0 commit comments

Comments
 (0)