From 1738593e6df795389747c53b15d136ea85b0f03d Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期一, 21 八月 2023 10:50:54 +0800
Subject: [PATCH] mobile

---
 pom.xml |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 58cff5c..821ac78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,42 +2,40 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
     <parent>
+        <artifactId>product-server</artifactId>
         <groupId>com.lx</groupId>
-        <artifactId>product-server-mobile</artifactId>
-        <version>1.0.0</version>
+        <version>2.0.0-release</version>
     </parent>
+    <modelVersion>4.0.0</modelVersion>
+
     <artifactId>product-server-mobile-core</artifactId>
-    <name>product-server-mobile-core</name>
-    <description>product-server-mobile-core</description>
+
+    <properties>
+        <maven.compiler.source>8</maven.compiler.source>
+        <maven.compiler.target>8</maven.compiler.target>
+    </properties>
     <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>
         <!--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>
     </dependencies>
-
 </project>

--
Gitblit v1.9.2