mirror of https://gitee.com/stylefeng/roses
更新仓库地址配置
parent
1bc56341c4
commit
0585d28a19
8
pom.xml
8
pom.xml
|
@ -423,12 +423,12 @@
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>center</id>
|
<id>company-hosted</id>
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
<url>http://192.168.31.121:8081/repository/company-hosted</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>center</id>
|
<id>company-hosted</id>
|
||||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
<url>http://192.168.31.121:8081/repository/company-hosted</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue