mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 02:48:17 +08:00
revert 2.4.4
This commit is contained in:
parent
7ba61385aa
commit
76769e2c59
7
PLANS.md
7
PLANS.md
@ -7,4 +7,11 @@
|
||||
* 优化启动(期望能使用到tomcat原生配置文件中的参数)
|
||||
* 在线修改配置
|
||||
* 支持docker容器部署
|
||||
* 优化nginx列表
|
||||
* 节点服务器状态信息存储h2
|
||||
|
||||
|
||||
--------------------
|
||||
|
||||
* 部分服务器ssh不能退格
|
||||
|
||||
|
@ -1 +1 @@
|
||||
var version = '2.4.3';
|
||||
var version = '2.4.4';
|
@ -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>
|
||||
|
@ -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>
|
||||
<!-- 文件编码识别-->
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user