mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-04 16:43:03 +08:00
chore(name): 修改项目模块名
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
</properties>
|
||||
|
||||
<artifactId>minesql-bukkit</artifactId>
|
||||
<artifactId>minesql-platform-bukkit</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>MineSQL-Bukkit</name>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
</properties>
|
||||
|
||||
<artifactId>minesql-bungee</artifactId>
|
||||
<artifactId>minesql-platform-bungee</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>MineSQL-Bungee</name>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
</properties>
|
||||
|
||||
<artifactId>minesql-sponge</artifactId>
|
||||
<artifactId>minesql-platform-sponge</artifactId>
|
||||
|
||||
<name>MineSQL-Sponge</name>
|
||||
<description>轻松(用)SQL的独立运行库Sponge版本插件。</description>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
</properties>
|
||||
|
||||
<artifactId>minesql-velocity</artifactId>
|
||||
<artifactId>minesql-platform-velocity</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>MineSQL-Velocity</name>
|
||||
|
||||
+4
-4
@@ -22,28 +22,28 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>minesql-bukkit</artifactId>
|
||||
<artifactId>minesql-platform-bukkit</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>minesql-bungee</artifactId>
|
||||
<artifactId>minesql-platform-bungee</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>minesql-sponge</artifactId>
|
||||
<artifactId>minesql-platform-sponge</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>minesql-velocity</artifactId>
|
||||
<artifactId>minesql-platform-velocity</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user