Skip to content

Commit 581784b

Browse files
author
admin
committed
artifactId 修改
1 parent 697190a commit 581784b

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

spring-boot-dubbo/dubbo-api/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>dubbo-spring-boot</artifactId>
6+
<artifactId>spring-boot-dubbo</artifactId>
77
<groupId>io.ymq.example</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
11-
1211
<artifactId>dubbo-api</artifactId>
13-
1412
<version>1.0-SNAPSHOT</version>
15-
1613
<packaging>jar</packaging>
1714

1815
</project>

spring-boot-dubbo/dubbo-consumer/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>dubbo-spring-boot</artifactId>
6+
<artifactId>spring-boot-dubbo</artifactId>
77
<groupId>io.ymq.example</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
11-
1211
<artifactId>dubbo-consumer</artifactId>
13-
1412
<packaging>jar</packaging>
1513

1614
<dependencies>

spring-boot-dubbo/dubbo-provider/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>dubbo-spring-boot</artifactId>
6+
<artifactId>spring-boot-dubbo</artifactId>
77
<groupId>io.ymq.example</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
11-
1211
<artifactId>dubbo-provider</artifactId>
13-
1412
<packaging>jar</packaging>
1513

1614
<dependencies>

0 commit comments

Comments
 (0)