拉取仓库失败 重新修建仓库

pom文件添加私服地址
pom文件修改版本号
master^2
MKing 2023-10-08 09:05:57 +08:00
parent 28f0293588
commit 457407e82e
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>Three</artifactId>
<groupId>com.bwie</groupId>
<version>1.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>Three</artifactId>
<groupId>com.bwie</groupId>
<version>1.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -7,7 +7,7 @@
<groupId>com.bwie</groupId>
<artifactId>Three</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>3.6.0</version>
<modules>
<module>holiday03-common</module>
<module>holiday03-GTP</module>