From 05c24636a83d733aa51f4b80c708111b38dbd169 Mon Sep 17 00:00:00 2001
From: shichongfu <shi_chongfu@163.com>
Date: 星期一, 21 八月 2023 10:34:39 +0800
Subject: [PATCH] Merge branch 'master' of http://nonxin.cn:8090/r/product/product-server-mobile-core/V2.0.0

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

diff --git a/pom.xml b/pom.xml
index 58cff5c..89cd2f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,8 +5,8 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.lx</groupId>
-        <artifactId>product-server-mobile</artifactId>
-        <version>1.0.0</version>
+        <artifactId>product-server</artifactId>
+        <version>2.0.0-release</version>
     </parent>
     <artifactId>product-server-mobile-core</artifactId>
     <name>product-server-mobile-core</name>
@@ -15,17 +15,14 @@
         <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>
         <!--releases  -->
         <dependency>
@@ -36,7 +33,6 @@
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-file</artifactId>
-            <version>2.0.0-release</version>
         </dependency>
     </dependencies>
 

--
Gitblit v1.9.2