We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359f83f commit e623981Copy full SHA for e623981
1 file changed
pom.xml
@@ -57,13 +57,13 @@
57
</license>
58
</licenses>
59
<distributionManagement>
60
- <repository>
+ <snapshotRepository>
61
<id>snapshots</id>
62
<url>http://mvn.leancloud.cn/nexus/content/repositories/snapshots/</url>
63
- </repository>
64
- <snapshotRepository>
+ </snapshotRepository>
+ <repository>
65
<id>releases</id>
66
<url>http://mvn.leancloud.cn/nexus/content/repositories/releases/</url>
67
- </snapshotRepository>
+ </repository>
68
</distributionManagement>
69
</project>
0 commit comments