mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
commit beta 2.11.6.4
This commit is contained in:
parent
91ca133744
commit
fc623de8f8
@ -1,3 +1,3 @@
|
||||
JPOM_VERSION=2.11.6.3
|
||||
JPOM_VERSION=2.11.6.4
|
||||
# Server Token 生产部署请更换
|
||||
SERVER_TOKEN=7094f673-2c53-4fc1-82e7-86e528449d97
|
||||
|
@ -17,7 +17,7 @@
|
||||
<parent>
|
||||
<groupId>org.dromara.jpom.agent-transport</groupId>
|
||||
<artifactId>jpom-agent-transport-parent</artifactId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<parent>
|
||||
<groupId>org.dromara.jpom.agent-transport</groupId>
|
||||
<artifactId>jpom-agent-transport-parent</artifactId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>org.dromara.jpom</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<packaging>pom</packaging>
|
||||
@ -25,7 +25,7 @@
|
||||
<module>agent-transport-http</module>
|
||||
</modules>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<groupId>org.dromara.jpom.agent-transport</groupId>
|
||||
<artifactId>jpom-agent-transport-parent</artifactId>
|
||||
<name>Jpom Agent Transport</name>
|
||||
|
@ -16,12 +16,12 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>org.dromara.jpom</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>agent</artifactId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<name>Jpom Agent</name>
|
||||
<properties>
|
||||
<start-class>org.dromara.jpom.JpomAgentApplication</start-class>
|
||||
|
@ -16,13 +16,13 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>org.dromara.jpom</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Jpom Common</name>
|
||||
<artifactId>common</artifactId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
|
||||
<dependencies>
|
||||
|
||||
|
@ -7,4 +7,4 @@
|
||||
| |
|
||||
|_|
|
||||
➜ Jpom is licensed under Mulan PSL v2.
|
||||
➜ \ (•◡•) / (v2.11.6.3)
|
||||
➜ \ (•◡•) / (v2.11.6.4)
|
||||
|
@ -16,7 +16,7 @@ LABEL maintainer="bwcx-jzy <bwcx_jzy@163.com>"
|
||||
LABEL documentation="https://jpom.top"
|
||||
|
||||
ENV JPOM_HOME /usr/local/jpom-server
|
||||
ENV JPOM_PKG_VERSION 2.11.6.3
|
||||
ENV JPOM_PKG_VERSION 2.11.6.4
|
||||
ENV JPOM_PKG server-${JPOM_PKG_VERSION}-release.tar.gz
|
||||
ENV SHA1_NAME server-${JPOM_PKG_VERSION}-release.tar.gz.sha1
|
||||
|
||||
|
@ -16,7 +16,7 @@ LABEL maintainer="bwcx-jzy <bwcx_jzy@163.com>"
|
||||
LABEL documentation="https://jpom.top"
|
||||
|
||||
ENV JPOM_HOME /usr/local/jpom-server
|
||||
ENV JPOM_PKG_VERSION 2.11.6.3
|
||||
ENV JPOM_PKG_VERSION 2.11.6.4
|
||||
ENV JPOM_PKG server-${JPOM_PKG_VERSION}-release.tar.gz
|
||||
ENV SHA1_NAME server-${JPOM_PKG_VERSION}-release.tar.gz.sha1
|
||||
|
||||
|
@ -16,13 +16,13 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>org.dromara.jpom</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Jpom Server</name>
|
||||
<artifactId>server</artifactId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<properties>
|
||||
<start-class>org.dromara.jpom.JpomServerApplication</start-class>
|
||||
</properties>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>org.dromara.jpom</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<packaging>pom</packaging>
|
||||
@ -28,7 +28,7 @@
|
||||
<module>storage-module-mariadb</module>
|
||||
</modules>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<groupId>org.dromara.jpom.storage-module</groupId>
|
||||
<artifactId>jpom-storage-module-parent</artifactId>
|
||||
<name>Jpom storage module</name>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<parent>
|
||||
<groupId>org.dromara.jpom.storage-module</groupId>
|
||||
<artifactId>jpom-storage-module-parent</artifactId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<parent>
|
||||
<groupId>org.dromara.jpom.storage-module</groupId>
|
||||
<artifactId>jpom-storage-module-parent</artifactId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<parent>
|
||||
<groupId>org.dromara.jpom.storage-module</groupId>
|
||||
<artifactId>jpom-storage-module-parent</artifactId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<parent>
|
||||
<groupId>org.dromara.jpom.storage-module</groupId>
|
||||
<artifactId>jpom-storage-module-parent</artifactId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-storage-module-parent</artifactId>
|
||||
<groupId>org.dromara.jpom.storage-module</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-plugins-parent</artifactId>
|
||||
<groupId>org.dromara.jpom.plugins</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-plugins-parent</artifactId>
|
||||
<groupId>org.dromara.jpom.plugins</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-plugins-parent</artifactId>
|
||||
<groupId>org.dromara.jpom.plugins</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-plugins-parent</artifactId>
|
||||
<groupId>org.dromara.jpom.plugins</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>org.dromara.jpom</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<packaging>pom</packaging>
|
||||
@ -30,7 +30,7 @@
|
||||
<module>ssh-jsch</module>
|
||||
</modules>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<groupId>org.dromara.jpom.plugins</groupId>
|
||||
<artifactId>jpom-plugins-parent</artifactId>
|
||||
<name>Jpom Plugins</name>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-plugins-parent</artifactId>
|
||||
<groupId>org.dromara.jpom.plugins</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<name>plugin-ssh-jsch</name>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-plugins-parent</artifactId>
|
||||
<groupId>org.dromara.jpom.plugins</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<artifactId>jpom-plugins-parent</artifactId>
|
||||
<groupId>org.dromara.jpom.plugins</groupId>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
2
pom.xml
2
pom.xml
@ -36,7 +36,7 @@
|
||||
简而轻的低侵入式在线构建、自动部署、日常运维、项目监控软件
|
||||
</description>
|
||||
<inceptionYear>2017</inceptionYear>
|
||||
<version>2.11.6.3</version>
|
||||
<version>2.11.6.4</version>
|
||||
<url>https://gitee.com/dromara/Jpom</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -1 +1 @@
|
||||
2.11.6.3
|
||||
2.11.6.4
|
||||
|
Loading…
Reference in New Issue
Block a user