From 90814cfa0867b3421eb6bf86022469b8d9e80c9f Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期一, 02 二月 2026 17:05:18 +0800
Subject: [PATCH] 版本升级
---
pom.xml | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0a65447..ba4707f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,17 +6,12 @@
<parent>
<groupId>com.lx</groupId>
<artifactId>product-server</artifactId>
- <version>2.0.0-release</version>
+ <version>2.5.0-release</version>
</parent>
- <version>2.0.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>
- </dependency>
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-util</artifactId>
@@ -24,6 +19,14 @@
<dependency>
<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>
@@ -37,13 +40,10 @@
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-task</artifactId>
- <version>2.1.0</version>
- <classifier>release</classifier>
</dependency>
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-device</artifactId>
- <version>2.1.0-release</version>
</dependency>
</dependencies>
--
Gitblit v1.9.2