From d7d3e6d3d8add237181db168b21e19b8ffef782d Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期一, 20 十月 2025 15:09:37 +0800
Subject: [PATCH] 注释
---
pom.xml | 26 +++++++++++++++++---------
1 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index b584bf8..97bbcd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,35 +8,43 @@
<artifactId>product-server</artifactId>
<version>2.0.0-release</version>
</parent>
+ <version>2.1.0-release</version>
<artifactId>product-server-mobile-core</artifactId>
<name>product-server-mobile-core</name>
<description>product-server-mobile-core</description>
<dependencies>
<dependency>
<groupId>com.lx</groupId>
- <artifactId>product-server-common</artifactId>
- <version>2.0.0-release</version>
- </dependency>
- <dependency>
- <groupId>com.lx</groupId>
<artifactId>product-server-util</artifactId>
- <version>2.0.0-release</version>
</dependency>
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-admin</artifactId>
- <version>2.0.0-release</version>
+ </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>
<artifactId>product-server-core</artifactId>
- <version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-file</artifactId>
- <version>2.0.0-release</version>
+ </dependency>
+ <dependency>
+ <groupId>com.lx</groupId>
+ <artifactId>product-server-task</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.lx</groupId>
+ <artifactId>product-server-device</artifactId>
</dependency>
</dependencies>
--
Gitblit v1.9.2