revert 2.4.4

This commit is contained in:
bwcx_jzy 2019-08-28 02:11:56 -05:00
parent 7ba61385aa
commit 76769e2c59
6 changed files with 15 additions and 8 deletions

View File

@ -7,4 +7,11 @@
* 优化启动(期望能使用到tomcat原生配置文件中的参数)
* 在线修改配置
* 支持docker容器部署
* 优化nginx列表
* 节点服务器状态信息存储h2
--------------------
* 部分服务器ssh不能退格

View File

@ -1 +1 @@
var version = '2.4.3';
var version = '2.4.4';

View File

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

View File

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

View File

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