Skip to content

Commit

Permalink
Rename mode-api to mode-spi (#34352)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Jan 14, 2025
1 parent 1067855 commit eb9c0dc
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mode/node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependencies>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-mode-api</artifactId>
<artifactId>shardingsphere-mode-spi</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion mode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<name>${project.artifactId}</name>

<modules>
<module>api</module>
<module>spi</module>
<module>node</module>
<module>core</module>
<module>type</module>
Expand Down
2 changes: 1 addition & 1 deletion mode/api/pom.xml → mode/spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<artifactId>shardingsphere-mode</artifactId>
<version>5.5.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-mode-api</artifactId>
<artifactId>shardingsphere-mode-spi</artifactId>
<name>${project.artifactId}</name>

<dependencies>
Expand Down

0 comments on commit eb9c0dc

Please sign in to comment.