Fix snapshot deployment maven params
^KT-65944
This commit is contained in:
committed by
Space Team
parent
0ecbbbf1ca
commit
ff2fea390b
@@ -50,8 +50,8 @@
|
||||
neither it is visible in the consumer project.
|
||||
-->
|
||||
<kotlin.version>${project.version}</kotlin.version>
|
||||
<deploy-snapshot-url>sonatype-nexus-staging</deploy-snapshot-url>
|
||||
<deploy-snapshot-repo>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-repo>
|
||||
<deploy-snapshot-repo>sonatype-nexus-staging</deploy-snapshot-repo>
|
||||
<deploy-snapshot-url>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-url>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user