Skip to content

Commit

Permalink
build: upgrade to v15.0.1 and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chivehao committed Sep 23, 2024
1 parent 54b79eb commit 6108f8c
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_jar.yml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

release:
if: github.repository == 'ikaros-dev/plugin-bgmtv'
if: github.repository == 'ikaros-dev/plugin-starter'
name: Build with java 17 and upload
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Server CI
on:
push:
branches:
- master
- main
paths:
- "**"
- '!console/**'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。

# 15.0.1

-

# 0.11.0

## 新特性
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# plugin-starter
ikaros plugin starter template

## version

插件的版本规定

服务端版本.主版本.子版本

插件的服务端版本只取服务端版本的主版本和子版本,忽略第三级别的Bug版本,

比如当前插件适配的服务端是 0.15.5, 那么服务端版本就是15,此时插件的版本就是 15.3.0

如果服务端版本是1.0.0,此时服务端的子版本最大曾是两位数,则,app的服务端版本是 1 * 100 + 0 = 100 ,此时APP的版本就是 100.3.0
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
springContext = '6.0.3'
pf4j = '3.8.0'
lombok = '1.18.24'
libFile = 'lib/api-0.11.4.jar'
libFile = 'lib/api-0.15.10.jar'
}


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=run.ikaros.plugin
description=A starter plugin for ikaros.
version=0.11.0
version=15.0.1
Binary file removed lib/api-0.11.4-sources.jar
Binary file not shown.
Binary file removed lib/api-0.11.4.jar
Binary file not shown.
Binary file added lib/api-0.15.10-sources.jar
Binary file not shown.
Binary file added lib/api-0.15.10.jar
Binary file not shown.

0 comments on commit 6108f8c

Please sign in to comment.