mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 14:17:33 +00:00
[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:
parent
756df33442
commit
c39c239d2d
@ -26,7 +26,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>ContentGrabbingJi-Command-api</artifactId>
|
||||
<artifactId>ContentGrabbingJi-Function-api</artifactId>
|
||||
|
||||
|
||||
</project>
|
@ -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>
|
@ -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>
|
||||
|
||||
|
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user