From 577e2cf58d3ecb6fd6630289a63602485fe7cb72 Mon Sep 17 00:00:00 2001 From: smallbun <2689170096@qq.com> Date: Mon, 28 Aug 2023 22:42:14 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=201.0.1=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eiam-alert/pom.xml | 2 +- eiam-application/eiam-application-all/pom.xml | 2 +- eiam-application/eiam-application-core/pom.xml | 2 +- eiam-application/eiam-application-form/pom.xml | 2 +- eiam-application/eiam-application-jwt/pom.xml | 2 +- eiam-application/eiam-application-oidc/pom.xml | 2 +- eiam-application/pom.xml | 2 +- eiam-audit/pom.xml | 2 +- eiam-authentication/eiam-authentication-alipay/pom.xml | 2 +- eiam-authentication/eiam-authentication-all/pom.xml | 2 +- eiam-authentication/eiam-authentication-core/pom.xml | 2 +- .../eiam-authentication-dingtalk/pom.xml | 2 +- eiam-authentication/eiam-authentication-feishu/pom.xml | 2 +- eiam-authentication/eiam-authentication-gitee/pom.xml | 2 +- eiam-authentication/eiam-authentication-github/pom.xml | 2 +- eiam-authentication/eiam-authentication-mail/pom.xml | 2 +- eiam-authentication/eiam-authentication-qq/pom.xml | 2 +- eiam-authentication/eiam-authentication-sms/pom.xml | 2 +- eiam-authentication/eiam-authentication-wechat/pom.xml | 2 +- .../eiam-authentication-wechatwork/pom.xml | 2 +- eiam-authentication/pom.xml | 2 +- eiam-common/pom.xml | 2 +- eiam-console/pom.xml | 10 +++++----- .../src/main/console-fe/src/components/About/About.tsx | 2 +- eiam-core/pom.xml | 2 +- eiam-identity-source/eiam-identity-source-all/pom.xml | 2 +- eiam-identity-source/eiam-identity-source-core/pom.xml | 2 +- .../eiam-identity-source-dingtalk/pom.xml | 2 +- .../eiam-identity-source-excel/pom.xml | 2 +- .../eiam-identity-source-feishu/pom.xml | 2 +- .../eiam-identity-source-wechatwork/pom.xml | 2 +- eiam-identity-source/pom.xml | 4 ++-- eiam-openapi/pom.xml | 2 +- eiam-portal/pom.xml | 10 +++++----- .../src/main/portal-fe/src/components/About/About.tsx | 2 +- eiam-protocol/eiam-protocol-all/pom.xml | 2 +- eiam-protocol/eiam-protocol-core/pom.xml | 2 +- eiam-protocol/eiam-protocol-form/pom.xml | 2 +- eiam-protocol/eiam-protocol-jwt/pom.xml | 2 +- eiam-protocol/eiam-protocol-oidc/pom.xml | 2 +- eiam-protocol/pom.xml | 2 +- eiam-synchronizer/pom.xml | 2 +- pom.xml | 4 ++-- 43 files changed, 53 insertions(+), 53 deletions(-) diff --git a/eiam-alert/pom.xml b/eiam-alert/pom.xml index bc055e9e..9516f354 100644 --- a/eiam-alert/pom.xml +++ b/eiam-alert/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-application/eiam-application-all/pom.xml b/eiam-application/eiam-application-all/pom.xml index b62eb179..1c173603 100644 --- a/eiam-application/eiam-application-all/pom.xml +++ b/eiam-application/eiam-application-all/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-application - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml jar diff --git a/eiam-application/eiam-application-core/pom.xml b/eiam-application/eiam-application-core/pom.xml index 388c234b..47354a43 100644 --- a/eiam-application/eiam-application-core/pom.xml +++ b/eiam-application/eiam-application-core/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-application - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml jar diff --git a/eiam-application/eiam-application-form/pom.xml b/eiam-application/eiam-application-form/pom.xml index ac36cc81..c4ea41c4 100644 --- a/eiam-application/eiam-application-form/pom.xml +++ b/eiam-application/eiam-application-form/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-application - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml jar diff --git a/eiam-application/eiam-application-jwt/pom.xml b/eiam-application/eiam-application-jwt/pom.xml index 27348ab0..2ef0e1fd 100644 --- a/eiam-application/eiam-application-jwt/pom.xml +++ b/eiam-application/eiam-application-jwt/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-application - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml jar diff --git a/eiam-application/eiam-application-oidc/pom.xml b/eiam-application/eiam-application-oidc/pom.xml index 3e078f6e..f4be67ac 100644 --- a/eiam-application/eiam-application-oidc/pom.xml +++ b/eiam-application/eiam-application-oidc/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-application - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml jar diff --git a/eiam-application/pom.xml b/eiam-application/pom.xml index e83f8786..8064ec3f 100644 --- a/eiam-application/pom.xml +++ b/eiam-application/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml pom diff --git a/eiam-audit/pom.xml b/eiam-audit/pom.xml index 47dc062c..c95693b0 100644 --- a/eiam-audit/pom.xml +++ b/eiam-audit/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml jar diff --git a/eiam-authentication/eiam-authentication-alipay/pom.xml b/eiam-authentication/eiam-authentication-alipay/pom.xml index 309e486a..cabc5df8 100644 --- a/eiam-authentication/eiam-authentication-alipay/pom.xml +++ b/eiam-authentication/eiam-authentication-alipay/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/eiam-authentication-all/pom.xml b/eiam-authentication/eiam-authentication-all/pom.xml index 2c61e7ad..df3ccc55 100644 --- a/eiam-authentication/eiam-authentication-all/pom.xml +++ b/eiam-authentication/eiam-authentication-all/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml jar diff --git a/eiam-authentication/eiam-authentication-core/pom.xml b/eiam-authentication/eiam-authentication-core/pom.xml index 95bb7fa8..3c1aae81 100644 --- a/eiam-authentication/eiam-authentication-core/pom.xml +++ b/eiam-authentication/eiam-authentication-core/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/eiam-authentication-dingtalk/pom.xml b/eiam-authentication/eiam-authentication-dingtalk/pom.xml index d7af1d12..1be76b83 100644 --- a/eiam-authentication/eiam-authentication-dingtalk/pom.xml +++ b/eiam-authentication/eiam-authentication-dingtalk/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/eiam-authentication-feishu/pom.xml b/eiam-authentication/eiam-authentication-feishu/pom.xml index 3dd50ed9..503c81a1 100644 --- a/eiam-authentication/eiam-authentication-feishu/pom.xml +++ b/eiam-authentication/eiam-authentication-feishu/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/eiam-authentication-gitee/pom.xml b/eiam-authentication/eiam-authentication-gitee/pom.xml index 2b7f62e9..395796bd 100644 --- a/eiam-authentication/eiam-authentication-gitee/pom.xml +++ b/eiam-authentication/eiam-authentication-gitee/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/eiam-authentication-github/pom.xml b/eiam-authentication/eiam-authentication-github/pom.xml index 0cd5689b..4eb5a294 100644 --- a/eiam-authentication/eiam-authentication-github/pom.xml +++ b/eiam-authentication/eiam-authentication-github/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/eiam-authentication-mail/pom.xml b/eiam-authentication/eiam-authentication-mail/pom.xml index d2cb8574..e6512bdf 100644 --- a/eiam-authentication/eiam-authentication-mail/pom.xml +++ b/eiam-authentication/eiam-authentication-mail/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/eiam-authentication-qq/pom.xml b/eiam-authentication/eiam-authentication-qq/pom.xml index 93991a0e..4c4e0fc2 100644 --- a/eiam-authentication/eiam-authentication-qq/pom.xml +++ b/eiam-authentication/eiam-authentication-qq/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/eiam-authentication-sms/pom.xml b/eiam-authentication/eiam-authentication-sms/pom.xml index 6109389d..f0dac5b5 100644 --- a/eiam-authentication/eiam-authentication-sms/pom.xml +++ b/eiam-authentication/eiam-authentication-sms/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/eiam-authentication-wechat/pom.xml b/eiam-authentication/eiam-authentication-wechat/pom.xml index 4c35a5d9..ec7e3d9d 100644 --- a/eiam-authentication/eiam-authentication-wechat/pom.xml +++ b/eiam-authentication/eiam-authentication-wechat/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/eiam-authentication-wechatwork/pom.xml b/eiam-authentication/eiam-authentication-wechatwork/pom.xml index 4a30cbe0..f5c94280 100644 --- a/eiam-authentication/eiam-authentication-wechatwork/pom.xml +++ b/eiam-authentication/eiam-authentication-wechatwork/pom.xml @@ -24,7 +24,7 @@ eiam-authentication cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-authentication/pom.xml b/eiam-authentication/pom.xml index e605c0fc..0c19333a 100644 --- a/eiam-authentication/pom.xml +++ b/eiam-authentication/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-common/pom.xml b/eiam-common/pom.xml index cc3106a0..a567a6f7 100644 --- a/eiam-common/pom.xml +++ b/eiam-common/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml jar diff --git a/eiam-console/pom.xml b/eiam-console/pom.xml index c8fac469..4360bba8 100644 --- a/eiam-console/pom.xml +++ b/eiam-console/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 @@ -147,8 +147,8 @@ generate-resources - v18.16.1 - v8.6.12 + v18.17.1 + v8.7.0 https://npm.taobao.org/mirrors/node/ @@ -200,8 +200,8 @@ generate-resources - v18.16.1 - v8.6.12 + v18.17.1 + v8.7.0 https://npm.taobao.org/mirrors/node/ diff --git a/eiam-console/src/main/console-fe/src/components/About/About.tsx b/eiam-console/src/main/console-fe/src/components/About/About.tsx index 8b95a6e3..07bc8531 100644 --- a/eiam-console/src/main/console-fe/src/components/About/About.tsx +++ b/eiam-console/src/main/console-fe/src/components/About/About.tsx @@ -56,7 +56,7 @@ const About: React.FC = () => { 产品:TopIAM 企业数字身份管控平台 - 版本:社区版 1.0.0 + 版本:社区版 1.0.1 https://eiam.topiam.cn diff --git a/eiam-core/pom.xml b/eiam-core/pom.xml index a7c1e8dc..163d141d 100644 --- a/eiam-core/pom.xml +++ b/eiam-core/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml jar diff --git a/eiam-identity-source/eiam-identity-source-all/pom.xml b/eiam-identity-source/eiam-identity-source-all/pom.xml index c7e19d98..026ec1b7 100644 --- a/eiam-identity-source/eiam-identity-source-all/pom.xml +++ b/eiam-identity-source/eiam-identity-source-all/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-identity-source - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-identity-source/eiam-identity-source-core/pom.xml b/eiam-identity-source/eiam-identity-source-core/pom.xml index fb31c4ba..87b6cf98 100644 --- a/eiam-identity-source/eiam-identity-source-core/pom.xml +++ b/eiam-identity-source/eiam-identity-source-core/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-identity-source - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-identity-source/eiam-identity-source-dingtalk/pom.xml b/eiam-identity-source/eiam-identity-source-dingtalk/pom.xml index a72773c7..09fd7cb8 100644 --- a/eiam-identity-source/eiam-identity-source-dingtalk/pom.xml +++ b/eiam-identity-source/eiam-identity-source-dingtalk/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-identity-source - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-identity-source/eiam-identity-source-excel/pom.xml b/eiam-identity-source/eiam-identity-source-excel/pom.xml index edd81ecc..6f2583fa 100644 --- a/eiam-identity-source/eiam-identity-source-excel/pom.xml +++ b/eiam-identity-source/eiam-identity-source-excel/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-identity-source - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-identity-source/eiam-identity-source-feishu/pom.xml b/eiam-identity-source/eiam-identity-source-feishu/pom.xml index 714e14be..733cfbb9 100644 --- a/eiam-identity-source/eiam-identity-source-feishu/pom.xml +++ b/eiam-identity-source/eiam-identity-source-feishu/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-identity-source - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-identity-source/eiam-identity-source-wechatwork/pom.xml b/eiam-identity-source/eiam-identity-source-wechatwork/pom.xml index cc11deb9..10393658 100644 --- a/eiam-identity-source/eiam-identity-source-wechatwork/pom.xml +++ b/eiam-identity-source/eiam-identity-source-wechatwork/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam-identity-source - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-identity-source/pom.xml b/eiam-identity-source/pom.xml index 7e66cfc1..6e796a63 100644 --- a/eiam-identity-source/pom.xml +++ b/eiam-identity-source/pom.xml @@ -24,12 +24,12 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 eiam-identity-source - 1.0.1-SNAPSHOT + 1.0.1 pom diff --git a/eiam-openapi/pom.xml b/eiam-openapi/pom.xml index 2911b339..2fdcca4e 100644 --- a/eiam-openapi/pom.xml +++ b/eiam-openapi/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-portal/pom.xml b/eiam-portal/pom.xml index dcc1d2af..07ca99c0 100644 --- a/eiam-portal/pom.xml +++ b/eiam-portal/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 @@ -130,8 +130,8 @@ generate-resources - v18.16.1 - v8.6.12 + v18.17.1 + v8.7.0 https://npm.taobao.org/mirrors/node/ @@ -183,8 +183,8 @@ generate-resources - v18.16.1 - v8.6.12 + v18.17.1 + v8.7.0 https://npm.taobao.org/mirrors/node/ diff --git a/eiam-portal/src/main/portal-fe/src/components/About/About.tsx b/eiam-portal/src/main/portal-fe/src/components/About/About.tsx index b39d94c9..c75b11a3 100644 --- a/eiam-portal/src/main/portal-fe/src/components/About/About.tsx +++ b/eiam-portal/src/main/portal-fe/src/components/About/About.tsx @@ -56,7 +56,7 @@ const About: React.FC = () => { 产品:TopIAM 企业数字身份管控平台 - 版本:社区版 1.0.0 + 版本:社区版 1.0.1 https://eiam.topiam.cn diff --git a/eiam-protocol/eiam-protocol-all/pom.xml b/eiam-protocol/eiam-protocol-all/pom.xml index 97bda38e..7494818c 100644 --- a/eiam-protocol/eiam-protocol-all/pom.xml +++ b/eiam-protocol/eiam-protocol-all/pom.xml @@ -24,7 +24,7 @@ eiam-protocol cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-protocol/eiam-protocol-core/pom.xml b/eiam-protocol/eiam-protocol-core/pom.xml index a9a32bf8..6263d6c0 100644 --- a/eiam-protocol/eiam-protocol-core/pom.xml +++ b/eiam-protocol/eiam-protocol-core/pom.xml @@ -24,7 +24,7 @@ eiam-protocol cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-protocol/eiam-protocol-form/pom.xml b/eiam-protocol/eiam-protocol-form/pom.xml index 9d54a85a..70053aff 100644 --- a/eiam-protocol/eiam-protocol-form/pom.xml +++ b/eiam-protocol/eiam-protocol-form/pom.xml @@ -24,7 +24,7 @@ eiam-protocol cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-protocol/eiam-protocol-jwt/pom.xml b/eiam-protocol/eiam-protocol-jwt/pom.xml index 71c448f0..d96fb6cd 100644 --- a/eiam-protocol/eiam-protocol-jwt/pom.xml +++ b/eiam-protocol/eiam-protocol-jwt/pom.xml @@ -24,7 +24,7 @@ eiam-protocol cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-protocol/eiam-protocol-oidc/pom.xml b/eiam-protocol/eiam-protocol-oidc/pom.xml index 479be263..62a844b3 100644 --- a/eiam-protocol/eiam-protocol-oidc/pom.xml +++ b/eiam-protocol/eiam-protocol-oidc/pom.xml @@ -24,7 +24,7 @@ eiam-protocol cn.topiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-protocol/pom.xml b/eiam-protocol/pom.xml index 6b736e46..336a9496 100644 --- a/eiam-protocol/pom.xml +++ b/eiam-protocol/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/eiam-synchronizer/pom.xml b/eiam-synchronizer/pom.xml index 39d6a6f8..3347a254 100644 --- a/eiam-synchronizer/pom.xml +++ b/eiam-synchronizer/pom.xml @@ -24,7 +24,7 @@ cn.topiam eiam - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index f092763e..cf5dcda0 100644 --- a/pom.xml +++ b/pom.xml @@ -25,11 +25,11 @@ cn.topiam eiam-support-parent - 1.0.1-SNAPSHOT + 1.0.1 eiam - 1.0.1-SNAPSHOT + 1.0.1 pom TopIAM Employee Employee Identity and Access Management