Skip to content

Commit f8340fa

Browse files
committed
feat:update to v5.6.0
1 parent 70d3d56 commit f8340fa

File tree

62 files changed

+62
-62
lines changed

Some content is hidden

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

62 files changed

+62
-62
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.5.0</version>
8+
<version>5.6.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.5.0</version>
7+
<version>5.6.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.5.0</version>
7+
<version>5.6.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.5.0</version>
7+
<version>5.6.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.5.0</version>
7+
<version>5.6.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.5.0</version>
7+
<version>5.6.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.5.0</version>
7+
<version>5.6.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.5.0</version>
7+
<version>5.6.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.5.0</version>
7+
<version>5.6.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.5.0</version>
8+
<version>5.6.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)