Skip to content

Commit 4252cae

Browse files
author
zhult13
committed
update to v5.4.0
1 parent dca55b4 commit 4252cae

File tree

61 files changed

+61
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+61
-61
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.zlt</groupId>
77
<artifactId>central-platform</artifactId>
8-
<version>5.3.0</version>
8+
<version>5.4.0</version>
99
<packaging>pom</packaging>
1010

1111
<properties>

zlt-business/code-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.zlt</groupId>
66
<artifactId>zlt-business</artifactId>
7-
<version>5.3.0</version>
7+
<version>5.4.0</version>
88
</parent>
99
<artifactId>code-generator</artifactId>
1010

zlt-business/file-center/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.zlt</groupId>
66
<artifactId>zlt-business</artifactId>
7-
<version>5.3.0</version>
7+
<version>5.4.0</version>
88
</parent>
99
<artifactId>file-center</artifactId>
1010
<description>文件中心</description>

zlt-business/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.zlt</groupId>
66
<artifactId>central-platform</artifactId>
7-
<version>5.3.0</version>
7+
<version>5.4.0</version>
88
</parent>
99
<artifactId>zlt-business</artifactId>
1010
<description>业务中心</description>

zlt-business/search-center/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.zlt</groupId>
66
<artifactId>zlt-business</artifactId>
7-
<version>5.3.0</version>
7+
<version>5.4.0</version>
88
</parent>
99
<artifactId>search-center</artifactId>
1010
<description>搜索中心</description>

zlt-business/search-center/search-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.zlt</groupId>
66
<artifactId>search-center</artifactId>
7-
<version>5.3.0</version>
7+
<version>5.4.0</version>
88
</parent>
99
<artifactId>search-client</artifactId>
1010
<description>搜索中心客户端</description>

zlt-business/search-center/search-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.zlt</groupId>
66
<artifactId>search-center</artifactId>
7-
<version>5.3.0</version>
7+
<version>5.4.0</version>
88
</parent>
99
<artifactId>search-server</artifactId>
1010
<description>搜索中心服务端</description>

zlt-business/user-center/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.zlt</groupId>
66
<artifactId>zlt-business</artifactId>
7-
<version>5.3.0</version>
7+
<version>5.4.0</version>
88
</parent>
99
<artifactId>user-center</artifactId>
1010
<description>用户中心</description>

zlt-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.zlt</groupId>
66
<artifactId>central-platform</artifactId>
7-
<version>5.3.0</version>
7+
<version>5.4.0</version>
88
</parent>
99
<artifactId>zlt-commons</artifactId>
1010
<description>通用组件</description>

zlt-commons/zlt-auth-client-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.zlt</groupId>
77
<artifactId>zlt-commons</artifactId>
8-
<version>5.3.0</version>
8+
<version>5.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)