Skip to content

Commit

Permalink
release: v3.0.0-beta
Browse files Browse the repository at this point in the history
Signed-off-by: ForteScarlet <ForteScarlet@163.com>
  • Loading branch information
ForteScarlet committed Sep 8, 2022
1 parent 77c8d7b commit 2b3c796
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .changelog/v3.0.0-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
期间未有相关反馈,因此发布beta初版。

**仓库参考:**

| **模块** | **repo1.maven** | **search.maven** |
|---------|-----------------|------------------|
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |



2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object P {

val version = Version(
"3", 0, 0,
status = VersionStatus.beta(null, null, "-RC.3"),
status = VersionStatus.beta(null, null, null),
isSnapshot = isSnapshot()
)

Expand Down

0 comments on commit 2b3c796

Please sign in to comment.