mirror of
https://gitee.com/jfinal/jfinal-weixin.git
synced 2024-12-01 19:37:52 +08:00
ossrh 改 jfinal
This commit is contained in:
parent
331d22a2ac
commit
b73e3c9201
6
pom.xml
6
pom.xml
@ -40,11 +40,11 @@
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>ossrh</id>
|
||||
<id>jfinal</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>ossrh</id>
|
||||
<id>jfinal</id>
|
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
@ -221,7 +221,7 @@
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<!-- 对应 maven settings.xml 中的 server 配置 -->
|
||||
<serverId>ossrh</serverId>
|
||||
<serverId>jfinal</serverId>
|
||||
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
||||
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user