Skip to content

Commit

Permalink
fix(starter-websocket) 修复-父pom依赖引入错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengjiaao committed Mar 4, 2022
1 parent e693e7a commit f595b14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion starter-websocket/starter-websocket-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.zja</groupId>
<artifactId>spring-boot-starter-test-root</artifactId>
<artifactId>starter-websocket</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion starter-websocket/starter-websocket-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.zja</groupId>
<artifactId>spring-boot-starter-test-root</artifactId>
<artifactId>starter-websocket</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion starter-websocket/starter-websocket-stomp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.zja</groupId>
<artifactId>spring-boot-starter-test-root</artifactId>
<artifactId>starter-websocket</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>

Expand Down

0 comments on commit f595b14

Please sign in to comment.