Commit b03fe071 authored by fangzhipeng's avatar fangzhipeng

增加提价

parent 11a3bf5b
...@@ -220,13 +220,13 @@ ...@@ -220,13 +220,13 @@
http://www.trinea.cn/dev-tools/upload-java-jar-or-android-aar-to-maven-center-repository/ http://www.trinea.cn/dev-tools/upload-java-jar-or-android-aar-to-maven-center-repository/
--> -->
<distributionManagement> <distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository> <repository>
<id>ossrh</id> <id>maven-releases</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> <url>http://nexus.yuceyi.com/repository/maven-releases/</url>
</repository> </repository>
<snapshotRepository>
<id>maven-snapshots</id>
<url>http://nexus.yuceyi.com/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement> </distributionManagement>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment