Skip to content

Commit f5f72d9

Browse files
committed
refactor(maven): 更新项目 groupId
- 将 com.wind.client替换为 com.wind.middleware - 修改受影响的 pom.xml 文件: - tests/pom.xml - wind-client/wind-restful/pom.xml - wind-client/wind-retrofit/pom.xml - wind-client/pom.xml - wind-server/pom.xml - pom.xml
1 parent 8ff20e7 commit f5f72d9

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@
284284
<version>${revision}</version>
285285
</dependency>
286286
<dependency>
287-
<groupId>com.wind.client</groupId>
287+
<groupId>com.wind.middleware</groupId>
288288
<artifactId>wind-restful</artifactId>
289289
<version>${revision}</version>
290290
</dependency>
291291
<dependency>
292-
<groupId>com.wind.client</groupId>
292+
<groupId>com.wind.middleware</groupId>
293293
<artifactId>wind-retrofit</artifactId>
294294
<version>${revision}</version>
295295
</dependency>

tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@
9191
<artifactId>wind-sequence-jdbc</artifactId>
9292
</dependency>
9393
<dependency>
94-
<groupId>com.wind.client</groupId>
94+
<groupId>com.wind.middleware</groupId>
9595
<artifactId>wind-restful</artifactId>
9696
</dependency>
9797
<dependency>
98-
<groupId>com.wind.client</groupId>
98+
<groupId>com.wind.middleware</groupId>
9999
<artifactId>wind-retrofit</artifactId>
100100
</dependency>
101101
<dependency>

wind-client/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<version>${revision}</version>
1010
</parent>
1111

12-
<groupId>com.wind.client</groupId>
1312
<artifactId>wind-client</artifactId>
1413
<packaging>pom</packaging>
1514

wind-client/wind-restful/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>com.wind.client</groupId>
7+
<groupId>com.wind.middleware</groupId>
88
<artifactId>wind-client</artifactId>
99
<version>${revision}</version>
1010
</parent>

wind-client/wind-retrofit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>com.wind.client</groupId>
7+
<groupId>com.wind.middleware</groupId>
88
<artifactId>wind-client</artifactId>
99
<version>${revision}</version>
1010
</parent>

wind-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<artifactId>wind-context-injection</artifactId>
3838
</dependency>
3939
<dependency>
40-
<groupId>com.wind.client</groupId>
40+
<groupId>com.wind.middleware</groupId>
4141
<artifactId>wind-restful</artifactId>
4242
</dependency>
4343
<dependency>

0 commit comments

Comments
 (0)