add <distributionManagement>
This commit is contained in:
parent
1a28e6f0b4
commit
cda0bed5bf
|
|
@ -4,7 +4,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.bonus</groupId>
|
<groupId>com.bonus</groupId>
|
||||||
<artifactId>bonus</artifactId>
|
<artifactId>bonus</artifactId>
|
||||||
<version>3.6.4</version>
|
<version>24.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|
@ -26,5 +26,14 @@
|
||||||
<description>
|
<description>
|
||||||
bonus-common通用模块
|
bonus-common通用模块
|
||||||
</description>
|
</description>
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>bns-releases</id>
|
||||||
|
<url>http://192.168.0.56:8081/repository/maven-releases/</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>bns-snapshots</id>
|
||||||
|
<url>http://192.168.0.56:8081/repository/maven-snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue