From 792bdbb358c3aae04fc3abc3c3eb3934fb6dc0a9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 13 十月 2023 21:23:02 +0800
Subject: [PATCH] 打包配置

---
 server/services/pom.xml |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/server/services/pom.xml b/server/services/pom.xml
index 21d05af..2ec7073 100644
--- a/server/services/pom.xml
+++ b/server/services/pom.xml
@@ -3,15 +3,17 @@
          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>
-
-    <groupId>com.doumee</groupId>
     <artifactId>services</artifactId>
-    <version>1.0-SNAPSHOT</version>
-
     <parent>
         <groupId>com.doumee</groupId>
         <artifactId>parkbike</artifactId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
 
+    <properties>
+        <maven.compiler.source>8</maven.compiler.source>
+        <maven.compiler.target>8</maven.compiler.target>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
 </project>
\ No newline at end of file

--
Gitblit v1.9.3