From 7c9d423df1f750586df80f6b3d9a35ca5dad4c9b Mon Sep 17 00:00:00 2001 From: "Bruce.Deng" Date: Tue, 28 Nov 2023 14:53:20 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-109627=20=E5=AF=BC=E5=87=BAapi=E4=BD=BF?= =?UTF-8?q?=E7=94=A8maven=E5=BC=95=E5=85=A5jar=E7=89=88=E6=9C=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.xml | 3 ++- pom.xml | 10 ++++++++-- readme.md | 9 ++++----- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/plugin.xml b/plugin.xml index 879bd29..1019e12 100644 --- a/plugin.xml +++ b/plugin.xml @@ -4,12 +4,13 @@ yes no - 1.1.1 + 1.1.2 10.0~ 2018-08-02 finereport [2018-01-25] 发布。
[2018-08-02] 插件适配10 ]]>
diff --git a/pom.xml b/pom.xml index 61099db..7938f36 100644 --- a/pom.xml +++ b/pom.xml @@ -3,10 +3,10 @@ 4.0.0 com.fr.plugin starter - 10.0 + 11.0 pom - 10.0-RELEASE-SNAPSHOT + 11.0-RELEASE-SNAPSHOT ${project.basedir}/webroot/WEB-INF @@ -28,6 +28,12 @@ ${common-version} compile + + com.fr.cbb + fine-cbb + ${common-version} + compile + com.fr.webui fine-webui diff --git a/readme.md b/readme.md index fd6605a..c6f1ef9 100644 --- a/readme.md +++ b/readme.md @@ -19,8 +19,7 @@ ## 修改依赖的jar版本 只需要更改pom.xml中的common-version属性即可。 -|common-version|含义| -|--------------|----| -|10.0-RELEASE-SNAPSHOT|10.0的测试版本快照| -|10.0-SNAPSHOT|10.0的正式版本快照| -|10.0|10.0的正式版本| \ No newline at end of file +| common-version | 含义 | +|-----------------------|-------------| +| 11.0-RELEASE-SNAPSHOT | 11.0的测试版本快照 | +| 11.0-PERSIST-SNAPSHOT | 11.0的正式版本快照 | \ No newline at end of file