From bea0d4aebf7479cb77812f3222a64f087c854693 Mon Sep 17 00:00:00 2001
From: cheng <1821349743@qq.com>
Date: 星期二, 24 十二月 2024 21:56:32 +0800
Subject: [PATCH] pom 版本升级到 2.1.0-release

---
 pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0650014..1dbf332 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
     <parent>
         <artifactId>product-server</artifactId>
         <groupId>com.lx</groupId>
-        <version>2.0.0-release</version>
+        <version>2.1.0-release</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>product-server-patch</artifactId>
     <name>product-server-patch</name>
-    <version>2.0.0-release</version>
+    <version>2.1.0-release</version>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>

--
Gitblit v1.9.2