Skip to content

Commit d1a644c

Browse files
author
cgw
committed
v1.4.2
1 parent 44c53f4 commit d1a644c

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ DHorse是一个轻量级的云应用管理平台,界面简洁、操作简单
3131

3232
2.下载安装文件
3333

34-
[最新稳定版](https://gitee.com/i512team/dhorse/releases/download/v1.4.1/dhorse-v1.4.1-bin.tar.gz)
34+
[最新稳定版](https://gitee.com/i512team/dhorse/releases/download/v1.4.2/dhorse-v1.4.2-bin.tar.gz)
3535

3636
3.解压
3737

dhorse-agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dhorse</groupId>
77
<artifactId>dhorse-parent</artifactId>
8-
<version>1.4.1</version>
8+
<version>1.4.2</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>dhorse-agent</artifactId>

dhorse-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dhorse</groupId>
77
<artifactId>dhorse-parent</artifactId>
8-
<version>1.4.1</version>
8+
<version>1.4.2</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>dhorse-api</artifactId>

dhorse-application/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.dhorse</groupId>
88
<artifactId>dhorse-parent</artifactId>
9-
<version>1.4.1</version>
9+
<version>1.4.2</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>dhorse-application</artifactId>

dhorse-infrastructure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.dhorse</groupId>
88
<artifactId>dhorse-parent</artifactId>
9-
<version>1.4.1</version>
9+
<version>1.4.2</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>dhorse-infrastructure</artifactId>

dhorse-infrastructure/src/main/resources/maven/app_node_pnpm_pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.dhorse</groupId>
88
<artifactId>app-node-pnpm</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.4.1</version>
10+
<version>1.4.2</version>
1111

1212
<build>
1313
<plugins>

dhorse-infrastructure/src/main/resources/maven/app_node_pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.dhorse</groupId>
88
<artifactId>app-node</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.4.1</version>
10+
<version>1.4.2</version>
1111

1212
<build>
1313
<plugins>

dhorse-infrastructure/src/main/resources/maven/app_node_yarn_pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.dhorse</groupId>
88
<artifactId>app-node-yarn</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.4.1</version>
10+
<version>1.4.2</version>
1111

1212
<build>
1313
<plugins>

dhorse-infrastructure/src/main/resources/maven/app_tmp_pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.dhorse</groupId>
88
<artifactId>app-tmp</artifactId>
9-
<version>1.4.1</version>
9+
<version>1.4.2</version>
1010

1111
<parent>
1212
<groupId>org.springframework.boot</groupId>

dhorse-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.dhorse</groupId>
88
<artifactId>dhorse-parent</artifactId>
9-
<version>1.4.1</version>
9+
<version>1.4.2</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>dhorse-rest</artifactId>

dhorse-rest/src/main/resources/application-private.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.4.1
1+
version: 1.4.2
22
spring.jackson.default-property-inclusion: non_null
33
spring.jackson.date-format: yyyy-MM-dd HH:mm:ss
44
spring.jackson.serialization.FAIL_ON_EMPTY_BEANS: false

dhorse-rest/src/main/resources/banner.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
/ _` | '_ \ / _ \| '__/ __|/ _ \
55
| (_| | | | | (_) | | \__ \ __/
66
\__,_|_| |_|\___/|_| |___/\___|
7-
:: DHorse :: (v1.4.1)
7+
:: DHorse :: (v1.4.2)
88

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.dhorse</groupId>
66
<artifactId>dhorse-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.4.1</version>
8+
<version>1.4.2</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -16,7 +16,7 @@
1616
<java.version>1.8</java.version>
1717
<maven.compiler.source>${java.version}</maven.compiler.source>
1818
<maven.compiler.target>${java.version}</maven.compiler.target>
19-
<project.version>1.4.1</project.version>
19+
<project.version>1.4.2</project.version>
2020
<spring.version>5.3.24</spring.version>
2121
<springboot.version>2.7.6</springboot.version>
2222
</properties>

0 commit comments

Comments
 (0)