commit 2.6.1-patch

This commit is contained in:
bwcx_jzy 2021-07-30 00:34:55 +08:00
parent 2df98eb515
commit 00143d851c
6 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
var version = '2.6.0';
var version = '2.6.1';

View File

@ -1,3 +1,3 @@
{
"tag_name": "v2.6.0"
"tag_name": "v2.6.1"
}

View File

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

View File

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

View File

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