diff --git a/ContentGrabbingJi-framework-mirai/pom.xml b/ContentGrabbingJi-framework-mirai/pom.xml index fcb968c..60400a0 100644 --- a/ContentGrabbingJi-framework-mirai/pom.xml +++ b/ContentGrabbingJi-framework-mirai/pom.xml @@ -42,6 +42,31 @@ + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + false + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + + net.lamgc diff --git a/ContentGrabbingJi-framework-mirai/src/main/resources/framework.json b/ContentGrabbingJi-framework-mirai/src/main/resources/framework.json index b17343f..08310c4 100644 --- a/ContentGrabbingJi-framework-mirai/src/main/resources/framework.json +++ b/ContentGrabbingJi-framework-mirai/src/main/resources/framework.json @@ -2,7 +2,7 @@ "id": "cgj-mirai", "description": "ContentGrabbingJi官方实现的, 基于 Mirai 框架的QQ平台组件", "version": "3.0.0-alpha", - "requiresVersion": "=>3.0.0", + "requiresVersion": "3.0.0", "provider": "Github@LamGC, Github@mamoe", "license": "AGPL-3.0", "frameworkClass": "net.lamgc.cgj.bot.framework.mirai.MiraiMain",