From bdb1bcc3ea9e0647269d2e110311d5cfdadf18b6 Mon Sep 17 00:00:00 2001
From: liyanqi <15181887205@163.com>
Date: 星期四, 08 九月 2022 18:21:03 +0800
Subject: [PATCH] 修改无法打包问题

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

diff --git a/pom.xml b/pom.xml
index 0ae9a78..58b221b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
     <groupId>com.ycl</groupId>
     <artifactId>ycl-server</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>ycl-server</name>
     <description>鐖舵ā鍧�</description>
 
@@ -150,14 +150,5 @@
             <version>${jaxb-api.version}</version>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
 
 </project>

--
Gitblit v1.8.0