From 063f40aeaa1586585da0f612fe7bae8e0cbddabb Mon Sep 17 00:00:00 2001 From: cheng <1821349743@qq.com> Date: 星期二, 24 十二月 2024 21:56:22 +0800 Subject: [PATCH] pom 版本升级到 2.1.0-release --- pom.xml | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1b4c851..6327800 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,9 @@ <parent> <groupId>com.lx</groupId> <artifactId>product-server</artifactId> - <version>2.0.0-release</version> + <version>2.1.0-release</version> </parent> - <version>2.0.0-release</version> + <version>2.1.0-release</version> <artifactId>product-server-mobile-core</artifactId> <name>product-server-mobile-core</name> <description>product-server-mobile-core</description> @@ -21,6 +21,14 @@ <groupId>com.lx</groupId> <artifactId>product-server-admin</artifactId> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-flow</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-face</artifactId> + </dependency> <!--releases --> <dependency> <groupId>com.lx</groupId> -- Gitblit v1.9.2