per commit 2.8.1

This commit is contained in:
bwcx_jzy 2021-12-17 15:28:54 +08:00
parent f4dfb93483
commit 96b3fe8cca
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5
11 changed files with 16 additions and 16 deletions

2
.env
View File

@ -1,3 +1,3 @@
JPOM_VERSION=2.8.0
JPOM_VERSION=2.8.1
# Server Token 生产部署请更换
SERVER_TOKEN=7094f673-2c53-4fc1-82e7-86e528449d97

View File

@ -169,7 +169,7 @@ docker run -d -p 2122:2122 --name jpom-server -v /etc/localtime:/etc/localtime:r
1. 访问 [Jpom](https://gitee.com/dromara/Jpom) 的码云主页,拉取最新完整代码(建议使用master分支)
2. 切换到`web-vue`目录 执行`npm install` (vue环境需要提前搭建和安装依赖包详情可以查看web-vue目录下README.md)
3. 执行`npm build`进行vue项目打包(vue环境需要提前搭建和安装依赖包详情可以查看web-vue目录下README.md)
3. 执行`npm run build`进行vue项目打包(vue环境需要提前搭建和安装依赖包详情可以查看web-vue目录下README.md)
4. 切换到项目根目录执行:`mvn clean package`
5. 安装插件端( [流程说明](https://jpom-site.keepbx.cn/docs/#/安装使用/开始安装?id=安装插件端)
1. 查看插件端安装包 modules/agent/target/agent-x.x.x-release

View File

@ -1 +1 @@
var version = '2.8.0';
var version = '2.8.1';

View File

@ -1 +1 @@
2.8.0
2.8.1

View File

@ -1,6 +1,6 @@
{
"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",
"tag_name": "v2.8.1",
"agentUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/agent-2.8.1-release.zip",
"serverUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/server-2.8.1-release.zip",
"changelogUrl": "https://gitee.com/dromara/Jpom/raw/master/CHANGELOG.md"
}

View File

@ -26,7 +26,7 @@ FROM centos:7
ENV LANG en_US.utf8
ENV JPOM_HOME /usr/local/jpom-agent
ENV JPOM_PKG agent-2.8.0-release.zip
ENV JPOM_PKG agent-2.8.1-release.zip
ADD jdk-8u202-linux-x64.tar.gz /usr/local/java/
ENV JAVA_HOME /usr/local/java/jdk1.8.0_202

View File

@ -5,12 +5,12 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>agent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<name>Jpom 插件端</name>
<properties>
<start-class>io.jpom.JpomAgentApplication</start-class>

View File

@ -5,13 +5,13 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Jpom 公共模块</name>
<artifactId>common</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<dependencies>
<!-- 文件编码识别-->

View File

@ -26,7 +26,7 @@ FROM centos:7
ENV LANG en_US.utf8
ENV JPOM_HOME /usr/local/jpom-server
ENV JPOM_PKG server-2.8.0-release.zip
ENV JPOM_PKG server-2.8.1-release.zip
ADD jdk-8u202-linux-x64.tar.gz /usr/local/java/
ENV JAVA_HOME /usr/local/java/jdk1.8.0_202

View File

@ -5,13 +5,13 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Jpom 服务端</name>
<artifactId>server</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<properties>
<start-class>io.jpom.JpomServerApplication</start-class>
</properties>

View File

@ -21,7 +21,7 @@
一款简而轻的低侵入式在线构建、自动部署、日常运维、项目监控软件
</description>
<inceptionYear>2017</inceptionYear>
<version>2.8.0</version>
<version>2.8.1</version>
<url>https://gitee.com/dromara/Jpom</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>