Fix snapshot deployment maven params
^KT-65944
This commit is contained in:
committed by
Space Team
parent
0ecbbbf1ca
commit
ff2fea390b
+2
-2
@@ -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>
|
||||
|
||||
@@ -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