From a7b1978fb575eafdfc33553598d3c50866890c89 Mon Sep 17 00:00:00 2001
From: wangzilun <964606955@qq.com>
Date: Wed, 26 Jul 2023 17:42:57 +0800
Subject: [PATCH] test5
---
pom.xml | 29 ++++++++++-------------------
1 files changed, 10 insertions(+), 19 deletions(-)
diff --git a/pom.xml b/pom.xml
index 10bb12e..e933921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,19 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hbbohua</groupId>
<artifactId>git_study</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.9.0-SHNPSHOT</version>
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.13</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -25,8 +19,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<!--当前项目版本号-->
- <revision>1.9.0-SNAPSHOT</revision>
- <maven.deploy.skip>true</maven.deploy.skip>
+ <revision>1.9.1-SHNPSHOT</revision>
</properties>
<build>
<plugins>
@@ -37,15 +30,13 @@
<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>
+ <repositories>
+ <repository>
+ <id>maven-public</id>
+ <name>maven-public</name>
+ <url>http://47.92.145.232:8081/repository/maven-public/</url>
+ </repository>
+ </repositories>
</project>
\ No newline at end of file
--
Gitblit v1.9.1