Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Jpom
Commits
978ec48c
Commit
978ec48c
authored
3 years ago
by
bwcx_jzy
Browse files
Options
Download
Email Patches
Plain Diff
commit 2.8.0
parent
34ce7a9b
master
change-tab
dev
v2.9.15
v2.9.14
v2.9.13
v2.9.12
v2.9.11
v2.9.10
v2.9.9
v2.9.9.fix
v2.9.8
v2.9.7
v2.9.6
v2.9.5
v2.9.4
v2.9.3
v2.9.2
v2.9.1
v2.9.0
v2.8.25
v2.8.24
v2.8.23
v2.8.22
v2.8.21
v2.8.20
v2.8.19
v2.8.18
v2.8.17
v2.8.16
v2.8.15
v2.8.14
v2.8.13
v2.8.12
v2.8.11
v2.8.10
v2.8.9
v2.8.8
v2.8.7
v2.8.6
v2.8.5
v2.8.4
v2.8.3
v2.8.2
v2.8.1
v2.8.0
v2.8.0-fix
fix-2.8.0
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+2
-2
CHANGELOG.md
docs/js/version.js
+1
-1
docs/js/version.js
docs/versions.json
+3
-3
docs/versions.json
modules/server/src/test/java/io/jpom/BuildTriggerTest.java
+22
-0
modules/server/src/test/java/io/jpom/BuildTriggerTest.java
script/replaceVersion.sh
+1
-1
script/replaceVersion.sh
with
29 additions
and
7 deletions
+29
-7
CHANGELOG.md
+
2
-
2
View file @
978ec48c
# 版本日志
# 2.8.0
(beta)
# 2.8.0
### 新增功能
...
...
@@ -42,7 +42,7 @@
16.
【agent】修护在线升级插件端提示 [Agent-.jar] 已经存在啦,需要手动到服务器去上传新包
17.
自动注册对节点需要手动绑定工作空间后,节点才能正常使用 (感谢@💎ℳ๓₯㎕斌💎💘)
> 特别感谢:Jpom 社区测试组成员【🐠】、【ʟᴊx】、【hu丶向...🤡】
> 特别感谢:Jpom 社区测试组成员【🐠】、【ʟᴊx】、【hu丶向...🤡】
等参与内测的人员
> 注意:
>
...
...
This diff is collapsed.
Click to expand it.
docs/js/version.js
+
1
-
1
View file @
978ec48c
var
version
=
'
2.
7.3
'
;
var
version
=
'
2.
8.0
'
;
This diff is collapsed.
Click to expand it.
docs/versions.json
+
3
-
3
View file @
978ec48c
{
"tag_name"
:
"v2.
7.3
"
,
"agentUrl"
:
"https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/agent-2.
7.3
-release.zip"
,
"serverUrl"
:
"https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/server-2.
7.3
-release.zip"
,
"tag_name"
:
"v2.
8.0
"
,
"agentUrl"
:
"https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/agent-2.
8.0
-release.zip"
,
"serverUrl"
:
"https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/server-2.
8.0
-release.zip"
,
"changelogUrl"
:
"https://gitee.com/dromara/Jpom/raw/master/CHANGELOG.md"
}
This diff is collapsed.
Click to expand it.
modules/server/src/test/java/io/jpom/BuildTriggerTest.java
+
22
-
0
View file @
978ec48c
/*
* The MIT License (MIT)
*
* Copyright (c) 2019 码之科技工作室
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
* the Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
package
io.jpom
;
import
cn.hutool.http.HttpRequest
;
...
...
This diff is collapsed.
Click to expand it.
script/replaceVersion.sh
+
1
-
1
View file @
978ec48c
...
...
@@ -25,7 +25,7 @@ if [ ! -n "$old_version" ]; then
fi
# 替换所有模块pom.xml中的版本
mvn versions:set
-DnewVersion
=
$1
cd
../
&&
mvn versions:set
-DnewVersion
=
$1
# 替换 jpom.io 主页版本号
sed
-i
"s/
${
old_version
}
/
${
new_version
}
/g"
$pwd
/../docs/js/version.js
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help