This commit is contained in:
zc
2026-02-27 10:50:07 +08:00
parent 0ee56404c2
commit 86527b9c21
611 changed files with 2741 additions and 2752 deletions

View File

@@ -7,12 +7,12 @@
<artifactId>continew-starter</artifactId>
<version>2.9.0</version>
</parent>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-admin</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-admin</artifactId>
<version>3.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>园区管理系统</description>
<url>https://github.com/ysoft-org/ysoft-admin</url>
<url>https://github.com/wms-org/wms-admin</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
@@ -20,11 +20,11 @@
</license>
</licenses>
<modules>
<module>ysoft-webapi</module>
<module>ysoft-module-system</module>
<module>ysoft-plugin</module>
<module>ysoft-common</module>
<module>ysoft-extension</module>
<module>wms-webapi</module>
<module>wms-module-system</module>
<module>wms-plugin</module>
<module>wms-common</module>
<module>wms-extension</module>
</modules>
<properties>
<revision>3.6.0-SNAPSHOT</revision>
@@ -32,33 +32,33 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-webapi</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-webapi</artifactId>
<version>3.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-module-system</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-module-system</artifactId>
<version>3.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-common</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-common</artifactId>
<version>3.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-plugin-schedule</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-plugin-schedule</artifactId>
<version>3.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-plugin-open</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-plugin-open</artifactId>
<version>3.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-plugin-generator</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-plugin-generator</artifactId>
<version>3.6.0-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -207,7 +207,7 @@
</plugins>
</build>
<properties>
<sonar.projectKey>Charles7c_ysoft-admin</sonar.projectKey>
<sonar.projectKey>Charles7c_wms-admin</sonar.projectKey>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>charles7c</sonar.organization>