Fix snapshot deployment maven params

^KT-65944
This commit is contained in:
Bogdan Mukvich
2024-02-20 11:16:26 +01:00
committed by Space Team
parent 0ecbbbf1ca
commit ff2fea390b
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -60,8 +60,8 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<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>
<prerequisites>
+2 -2
View File
@@ -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>