Commit d1a644c cgw
committed
1 parent 44c53f4 commit d1a644c Copy full SHA for d1a644c
File tree 13 files changed +14
-14
lines changed
13 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ DHorse是一个轻量级的云应用管理平台,界面简洁、操作简单
31
31
32
32
2.下载安装文件
33
33
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 )
35
35
36
36
3.解压
37
37
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.dhorse</groupId >
7
7
<artifactId >dhorse-parent</artifactId >
8
- <version >1.4.1 </version >
8
+ <version >1.4.2 </version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
<artifactId >dhorse-agent</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.dhorse</groupId >
7
7
<artifactId >dhorse-parent</artifactId >
8
- <version >1.4.1 </version >
8
+ <version >1.4.2 </version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
<artifactId >dhorse-api</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.dhorse</groupId >
8
8
<artifactId >dhorse-parent</artifactId >
9
- <version >1.4.1 </version >
9
+ <version >1.4.2 </version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
<artifactId >dhorse-application</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.dhorse</groupId >
8
8
<artifactId >dhorse-parent</artifactId >
9
- <version >1.4.1 </version >
9
+ <version >1.4.2 </version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
<artifactId >dhorse-infrastructure</artifactId >
Original file line number Diff line number Diff line change 7
7
<groupId >org.dhorse</groupId >
8
8
<artifactId >app-node-pnpm</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >1.4.1 </version >
10
+ <version >1.4.2 </version >
11
11
12
12
<build >
13
13
<plugins >
Original file line number Diff line number Diff line change 7
7
<groupId >org.dhorse</groupId >
8
8
<artifactId >app-node</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >1.4.1 </version >
10
+ <version >1.4.2 </version >
11
11
12
12
<build >
13
13
<plugins >
Original file line number Diff line number Diff line change 7
7
<groupId >org.dhorse</groupId >
8
8
<artifactId >app-node-yarn</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >1.4.1 </version >
10
+ <version >1.4.2 </version >
11
11
12
12
<build >
13
13
<plugins >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.dhorse</groupId >
8
8
<artifactId >app-tmp</artifactId >
9
- <version >1.4.1 </version >
9
+ <version >1.4.2 </version >
10
10
11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.dhorse</groupId >
8
8
<artifactId >dhorse-parent</artifactId >
9
- <version >1.4.1 </version >
9
+ <version >1.4.2 </version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
<artifactId >dhorse-rest</artifactId >
Original file line number Diff line number Diff line change 1
- version : 1.4.1
1
+ version : 1.4.2
2
2
spring.jackson.default-property-inclusion : non_null
3
3
spring.jackson.date-format : yyyy-MM-dd HH:mm:ss
4
4
spring.jackson.serialization.FAIL_ON_EMPTY_BEANS : false
Original file line number Diff line number Diff line change 4
4
/ _` | '_ \ / _ \| '__/ __|/ _ \
5
5
| (_| | | | | (_) | | \__ \ __/
6
6
\__,_|_| |_|\___/|_| |___/\___|
7
- :: DHorse :: (v1.4.1 )
7
+ :: DHorse :: (v1.4.2 )
8
8
Original file line number Diff line number Diff line change 5
5
<groupId >org.dhorse</groupId >
6
6
<artifactId >dhorse-parent</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >1.4.1 </version >
8
+ <version >1.4.2 </version >
9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<java .version>1.8</java .version>
17
17
<maven .compiler.source>${java.version} </maven .compiler.source>
18
18
<maven .compiler.target>${java.version} </maven .compiler.target>
19
- <project .version>1.4.1 </project .version>
19
+ <project .version>1.4.2 </project .version>
20
20
<spring .version>5.3.24</spring .version>
21
21
<springboot .version>2.7.6</springboot .version>
22
22
</properties >
You can’t perform that action at this time.
0 commit comments