[Rename] Function-API(Command-API), Function-Pixiv(Command-Pixiv) 重命名模块;

[Rename] Command-API -> Function-API;
[Rename] Command-Pixiv -> Function-Pixiv;
[Change] Project/pom.xml 适配更改;
[Change] Core/pom.xml 适配更改;
This commit is contained in:
LamGC 2021-03-01 09:05:07 +08:00
parent 756df33442
commit c39c239d2d
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D
4 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ContentGrabbingJi-Command-api</artifactId>
<artifactId>ContentGrabbingJi-Function-api</artifactId>
</project>

View File

@ -26,12 +26,12 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ContentGrabbingJi-Command-pixiv</artifactId>
<artifactId>ContentGrabbingJi-Function-pixiv</artifactId>
<dependencies>
<dependency>
<groupId>net.lamgc</groupId>
<artifactId>ContentGrabbingJi-Command-api</artifactId>
<artifactId>ContentGrabbingJi-Function-api</artifactId>
<version>3.0.0-alpha-SNAPSHOT</version>
</dependency>
<dependency>

View File

@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>net.lamgc</groupId>
<artifactId>ContentGrabbingJi-Command-api</artifactId>
<artifactId>ContentGrabbingJi-Function-api</artifactId>
<version>3.0.0-alpha-SNAPSHOT</version>
</dependency>

View File

@ -36,8 +36,8 @@
<module>ContentGrabbingJi-CacheStore-local</module>
<module>ContentGrabbingJi-common</module>
<module>ContentGrabbingJi-Event-api</module>
<module>ContentGrabbingJi-Command-api</module>
<module>ContentGrabbingJi-Command-pixiv</module>
<module>ContentGrabbingJi-Function-api</module>
<module>ContentGrabbingJi-Function-pixiv</module>
<module>ContentGrabbingJi-framework-telegrambots</module>
<module>ContentGrabbingJi-Template-api</module>
<module>ContentGrabbingJi-framework-OneBot</module>