This commit is contained in:
bwcx_jzy 2022-05-12 23:15:27 +08:00
parent 802081ca66
commit 1355fa934e
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5
7 changed files with 9 additions and 20 deletions

View File

@ -1,6 +1,6 @@
<p align="center">
<a href="https://jpom.io/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/jiangzeyin/Jpom-site/images/jpom_logo.png" width="400" alt="logo">
<img src="https://cdn.jsdelivr.net/gh/dromara/Jpom@docs/images/jpom_logo.png" width="400" alt="logo">
</a>
</p>
<p align="center">
@ -29,7 +29,7 @@
<a target="_blank" href="https://www.codacy.com/gh/dromara/Jpom/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=dromara/Jpom&amp;utm_campaign=Badge_Grade">
<img src="https://app.codacy.com/project/badge/Grade/843b953f1446449c9a075e44ea778336" alt="codacy"/>
</a>
<a target="_blank" href="https://cdn.jsdelivr.net/gh/jiangzeyin/Jpom-site/images/wx-qrcode-praise.png">
<a target="_blank" href="https://cdn.jsdelivr.net/gh/dromara/Jpom@docs/images/wx-qrcode-praise.png">
<img src='https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1%E7%BE%A4(%E8%AF%B7%E5%A4%87%E6%B3%A8%3AJpom)-jpom66-yellowgreen.svg' alt='jpom66 请备注jpom'/>
</a>
</p>
@ -391,18 +391,18 @@ mvn -f xxxx/pom.xml clean package
## 🛠️ 整体架构
![jpom-func-arch](https://cdn.jsdelivr.net/gh/jiangzeyin/Jpom-site/images/jpom-func-arch.jpg)
![jpom-func-arch](https://cdn.jsdelivr.net/gh/dromara/Jpom@docs/images/jpom-func-arch.jpg)
### 🐞 交流讨论 、提供bug反馈或建议
1. 微信群二维码添加小助手备注Jpom 进群)
2. 微信赞赏 [赞赏记录](./docs/praise/praise.md)
3. [码云赞赏: 在码云仓库项目首页下方捐赠、打赏](https://gitee.com/dromara/Jpom)
4. 微信公众号:[CodeGzh](https://cdn.jsdelivr.net/gh/jiangzeyin/Jpom-site/docs/images/CodeGzh-QrCode.jpg) 查看一些基础教程
4. 微信公众号:[CodeGzh](https://cdn.jsdelivr.net/gh/dromara/Jpom@docs/docs/images/CodeGzh-QrCode.jpg) 查看一些基础教程
5. 码云: [issues](https://gitee.com/dromara/Jpom/issues)
6. 邀请您一起贡献教程文档 [文档仓库地址](https://gitee.com/keepbx/Jpom-site)
![wx-qrcode-praise.png](https://cdn.jsdelivr.net/gh/jiangzeyin/Jpom-site/images/wx-qrcode-praise.png)
![wx-qrcode-praise.png](https://cdn.jsdelivr.net/gh/dromara/Jpom@docs/images/wx-qrcode-praise.png)
### 🔔 精品项目推荐

View File

@ -1 +0,0 @@
demo.jpom.io

View File

@ -3,7 +3,7 @@
1. 码云捐赠赞赏
1. [在码云仓库项目首页下方捐赠、打赏](https://gitee.com/dromara/Jpom)
2. 微信二维码赞赏
1. [点击查看二维码](https://cdn.jsdelivr.net/gh/jiangzeyin/Jpom-site/images/wx_praise_small.png)
1. [点击查看二维码](https://cdn.jsdelivr.net/gh/dromara/Jpom@docs/images/wx_praise_small.png)
# 赞赏公示-2022

View File

@ -1,6 +0,0 @@
{
"tag_name": "v2.8.18",
"agentUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/agent-2.8.18-release.zip",
"serverUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/server-2.8.18-release.zip",
"changelogUrl": "https://gitee.com/dromara/Jpom/raw/master/CHANGELOG.md"
}

View File

@ -72,11 +72,11 @@ public class RemoteVersion extends BaseJsonModel {
/**
* url 用于拉取远程版本信息
* <p>
* 1. https://keepbx.gitee.io/jpom-site/docs/release-versions.json
* 1. https://dromara.gitee.io/Jpom/docs/release-versions.json
* <p>
* 2. https://jpom.io/docs/release-versions.json
* <p>
* 3. https://cdn.jsdelivr.net/gh/jiangzeyin/Jpom-site/docs/release-versions.json
* 3. https://cdn.jsdelivr.net/gh/dromara/Jpom@docs/docs/release-versions.json
*/
private static final String DEFAULT_URL = "https://jpom.io/docs/release-versions.json";
/**

View File

@ -5,6 +5,6 @@
},
{
"name": "备用地址",
"url": "yum install -y wget && wget -O install.sh https://cdn.jsdelivr.net/gh/dromara/Jpom/docs/install.sh && bash install.sh Agent jdk"
"url": "yum install -y wget && wget -O install.sh https://cdn.jsdelivr.net/gh/dromara/Jpom@docs/docs/install.sh && bash install.sh Agent jdk"
}
]

View File

@ -50,10 +50,6 @@ fi
# 替换所有模块pom.xml中的版本
cd ../ && mvn versions:set -DnewVersion=$1
# 替换 jpom.io 主页版本号
sed -i.bak "s/${old_version}/${new_version}/g" $pwd/../docs/js/version.js
# 替换远程更新包的版本号
sed -i.bak "s/${old_version}/${new_version}/g" $pwd/../docs/versions.json
# 替换 docker 中的版本
sed -i.bak "s/${old_version}/${new_version}/g" $pwd/../.env