From 05343a246c7bbe014f52e6d39be8c2f0457a49bf Mon Sep 17 00:00:00 2001
From: jenkins <jenkins@hbbh.com>
Date: Mon, 21 Feb 2022 17:22:21 +0800
Subject: [PATCH] add version to 1.9.0-SNAPSHOT-2

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

diff --git a/pom.xml b/pom.xml
index 10bb12e..d13d285 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,15 +37,6 @@
                     <testFailureIgnore>true</testFailureIgnore>
                 </configuration>
             </plugin>
-            <plugin>
-                <artifactId>maven-war-plugin</artifactId>
-                <groupId>org.apache.maven.plugins</groupId>
-                <version>2.2</version>
-                <configuration>
-                    <!--如果想在没有web.xml文件的情况下构建WAR,请设置为false。-->
-                    <failOnMissingWebXml>false</failOnMissingWebXml>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 </project>
\ No newline at end of file

--
Gitblit v1.9.1