From 8e4b3f3988dc8948c55fa5aecf206e2e181203f8 Mon Sep 17 00:00:00 2001 From: 6c <420680616@qq.com> Date: 星期五, 18 十月 2024 15:50:50 +0800 Subject: [PATCH] 将数据库表结构字段同步至缓存字段表字段 --- pom.xml | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e7a3acb..e02bb1f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ <parent> <artifactId>product-server</artifactId> <groupId>com.lx</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>2.0.0-release</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>product-server-patch</artifactId> <name>product-server-patch</name> - <url>http://maven.apache.org</url> + <version>2.0.0-release</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> @@ -19,17 +19,18 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> - <version>1.0.0-releases</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-common</artifactId> - <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> - <version>1.0.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-table</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.2