From ebe82516badb89a3bdd689d2d3f2b71dc7febfe1 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期四, 12 十月 2023 11:38:55 +0800 Subject: [PATCH] create 2.1.0-dev 设备管理开发分支 --- pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 1b4c851..65f2b27 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ <artifactId>product-server</artifactId> <version>2.0.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> @@ -38,6 +38,10 @@ <groupId>com.lx</groupId> <artifactId>product-server-device</artifactId> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-task</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.2