Skip to content

Commit 2b3c796

Browse files
committed
release: v3.0.0-beta
Signed-off-by: ForteScarlet <[email protected]>
1 parent 77c8d7b commit 2b3c796

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.changelog/v3.0.0-beta.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
期间未有相关反馈,因此发布beta初版。
2+
3+
**仓库参考:**
4+
5+
| **模块** | **repo1.maven** | **search.maven** |
6+
|---------|-----------------|------------------|
7+
| simbot-api | [simbot-api: v3.0.0-beta](https://repo1.maven.org/maven2/love/forte/simbot/simbot-api/3.0.0-beta) | [simbot-api: v3.0.0-beta](https://search.maven.org/artifact/love.forte.simbot/simbot-api/3.0.0-beta/jar) |
8+
| simbot-core | [simbot-core: v3.0.0-beta](https://repo1.maven.org/maven2/love/forte/simbot/simbot-core/3.0.0-beta) | [simbot-core: v3.0.0-beta](https://search.maven.org/artifact/love.forte.simbot/simbot-core/3.0.0-beta/jar) |
9+
| simbot-logger | [simbot-logger: v3.0.0-beta](https://repo1.maven.org/maven2/love/forte/simbot/simbot-logger/3.0.0-beta) | [simbot-logger: v3.0.0-beta](https://search.maven.org/artifact/love.forte.simbot/simbot-logger/3.0.0-beta/jar) |
10+
| simboot-api | [simboot-api: v3.0.0-beta](https://repo1.maven.org/maven2/love/forte/simbot/boot/simboot-api/3.0.0-beta) | [simboot-api: v3.0.0-beta](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-api/3.0.0-beta/jar) |
11+
| simboot-core | [simboot-core: v3.0.0-beta](https://repo1.maven.org/maven2/love/forte/simbot/boot/simboot-core/3.0.0-beta) | [simboot-core: v3.0.0-beta](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core/3.0.0-beta/jar) |
12+
| simboot-core-annotation | [simboot-core-annotation: v3.0.0-beta](https://repo1.maven.org/maven2/love/forte/simbot/boot/simboot-core-annotation/3.0.0-beta) | [simboot-core-annotation: v3.0.0-beta](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core-annotation/3.0.0-beta/jar) |
13+
| simboot-core-spring-boot-starter | [simboot-core-spring-boot-starter: v3.0.0-beta](https://repo1.maven.org/maven2/love/forte/simbot/boot/simboot-core-spring-boot-starter/3.0.0-beta) | [simboot-core-spring-boot-starter: v3.0.0-beta](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core-spring-boot-starter/3.0.0-beta/jar) |
14+
15+
16+

buildSrc/src/main/kotlin/P.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ object P {
6060

6161
val version = Version(
6262
"3", 0, 0,
63-
status = VersionStatus.beta(null, null, "-RC.3"),
63+
status = VersionStatus.beta(null, null, null),
6464
isSnapshot = isSnapshot()
6565
)
6666

0 commit comments

Comments
 (0)