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.source>1.6</maven.compiler.source>
|
||||||
<maven.compiler.target>1.6</maven.compiler.target>
|
<maven.compiler.target>1.6</maven.compiler.target>
|
||||||
<deploy-snapshot-url>sonatype-nexus-staging</deploy-snapshot-url>
|
<deploy-snapshot-repo>sonatype-nexus-staging</deploy-snapshot-repo>
|
||||||
<deploy-snapshot-repo>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-repo>
|
<deploy-snapshot-url>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-url>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<prerequisites>
|
<prerequisites>
|
||||||
|
|||||||
@@ -50,8 +50,8 @@
|
|||||||
neither it is visible in the consumer project.
|
neither it is visible in the consumer project.
|
||||||
-->
|
-->
|
||||||
<kotlin.version>${project.version}</kotlin.version>
|
<kotlin.version>${project.version}</kotlin.version>
|
||||||
<deploy-snapshot-url>sonatype-nexus-staging</deploy-snapshot-url>
|
<deploy-snapshot-repo>sonatype-nexus-staging</deploy-snapshot-repo>
|
||||||
<deploy-snapshot-repo>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-repo>
|
<deploy-snapshot-url>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-url>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|||||||
+2
-2
@@ -50,8 +50,8 @@
|
|||||||
neither it is visible in the consumer project.
|
neither it is visible in the consumer project.
|
||||||
-->
|
-->
|
||||||
<kotlin.version>${project.version}</kotlin.version>
|
<kotlin.version>${project.version}</kotlin.version>
|
||||||
<deploy-snapshot-url>sonatype-nexus-staging</deploy-snapshot-url>
|
<deploy-snapshot-repo>sonatype-nexus-staging</deploy-snapshot-repo>
|
||||||
<deploy-snapshot-repo>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-repo>
|
<deploy-snapshot-url>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-url>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|||||||
+2
-2
@@ -60,8 +60,8 @@
|
|||||||
|
|
||||||
<maven.compiler.source>1.6</maven.compiler.source>
|
<maven.compiler.source>1.6</maven.compiler.source>
|
||||||
<maven.compiler.target>1.6</maven.compiler.target>
|
<maven.compiler.target>1.6</maven.compiler.target>
|
||||||
<deploy-snapshot-url>sonatype-nexus-staging</deploy-snapshot-url>
|
<deploy-snapshot-repo>sonatype-nexus-staging</deploy-snapshot-repo>
|
||||||
<deploy-snapshot-repo>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-repo>
|
<deploy-snapshot-url>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-url>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<prerequisites>
|
<prerequisites>
|
||||||
|
|||||||
Reference in New Issue
Block a user