File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ <details >
2
+ <summary ><b >仓库参考</b ></summary >
3
+
4
+ | ** 模块** | ** search.maven** |
5
+ | ---------| ------------------|
6
+ | simbot-logger | [ v3.0.0-M3] ( https://search.maven.org/artifact/love.forte.simbot/simbot-logger/3.0.0-M3/jar ) |
7
+ | simbot-logger-jvm | [ v3.0.0-M3] ( https://search.maven.org/artifact/love.forte.simbot/simbot-logger-jvm/3.0.0-M3/jar ) |
8
+ | simbot-logger-js | [ v3.0.0-M3] ( https://search.maven.org/artifact/love.forte.simbot/simbot-logger-js/3.0.0-M3/jar ) |
9
+ | simbot-api | [ v3.0.0-M3] ( https://search.maven.org/artifact/love.forte.simbot/simbot-api/3.0.0-M3/jar ) |
10
+ | simbot-core | [ v3.0.0-M3] ( https://search.maven.org/artifact/love.forte.simbot/simbot-core/3.0.0-M3/jar ) |
11
+ | simboot-api | [ v3.0.0-M3] ( https://search.maven.org/artifact/love.forte.simbot.boot/simboot-api/3.0.0-M3/jar ) |
12
+ | simboot-core | [ v3.0.0-M3] ( https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core/3.0.0-M3/jar ) |
13
+ | simboot-core-annotation | [ v3.0.0-M3] ( https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core-annotation/3.0.0-M3/jar ) |
14
+ | simboot-core-spring-boot-starter | [ v3.0.0-M3] ( https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core-spring-boot-starter/3.0.0-M3/jar ) |
15
+
16
+ </details >
17
+
18
+ ## 不兼容
19
+ 本次更新中存在** 不兼容** 更新(主要来自 [ #513 ] ( https://github.com/simple-robot/simpler-robot/pull/513 ) 、[ #516 ] ( https://github.com/simple-robot/simpler-robot/pull/516 ) ),
20
+ 其中 [ #513 ] ( https://github.com/simple-robot/simpler-robot/pull/513 ) 可能主要影响普通开发者,
21
+ 而 [ #516 ] ( https://github.com/simple-robot/simpler-robot/pull/516 ) 则可能会主要影响组件实现的兼容。
22
+
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ sealed class P(override val group: String) : ProjectDetail() {
76
76
init {
77
77
val mainVersion = version(3 , 0 , 0 )
78
78
//
79
- var status = version(" M2 " )
79
+ var status = version(" M3 " )
80
80
versionWithoutSnapshot = mainVersion - status.copy()
81
81
if (isSnapshot()) {
82
82
status = status - Version .SNAPSHOT
You can’t perform that action at this time.
0 commit comments