2.4.3 patch

This commit is contained in:
bwcx_jzy 2019-08-27 01:03:19 -05:00
parent 065ef52eec
commit 397520184e
6 changed files with 11 additions and 9 deletions

View File

@ -8,6 +8,8 @@
1. 【Server】新项目打开项目控制台页面报错感谢@黄战虎)
2. 【Server】修改邮箱不及时生效问题感谢@WeChat
3. 【Server】修护发布构建产物路径bug感谢@Sawyer
4. 优化执行命令方式
5. 脚本模板在linux 不添加权限采用sh 方式执行)
-----------------------------------------------------------

View File

@ -5,12 +5,12 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.4.4</version>
<version>2.4.3-patch</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>agent</artifactId>
<version>2.4.4</version>
<version>2.4.3-patch</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.4.4</version>
<version>2.4.3-patch</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Jpom 公共模块</name>
<artifactId>common</artifactId>
<version>2.4.4</version>
<version>2.4.3-patch</version>
<dependencies>
<!-- 文件编码识别-->

View File

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

View File

@ -47,7 +47,7 @@
</tr>
</thead>
<tbody>
<tr th:if="${data?.process}">
<tr th:if="${data?.get('process')}">
<td th:text="${data?.process?.pid}"></td>
<td th:text="${data?.process?.command}"></td>
<td th:text="${data?.process?.user}"></td>
@ -61,7 +61,7 @@
<td th:text="${data?.process?.virt}"></td>
<td th:text="${data?.process?.shr}"></td>
</tr>
<tr th:unless="${data?.process}">
<tr th:unless="${data?.get('process')}">
<td colspan=12 style="text-align:center">无数据</td>
</tr>
</tbody>

View File

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