Skip to content

Commit 41a4d96

Browse files
committed
Try to fix snapshots deployment
1 parent 35cda39 commit 41a4d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ under the License.
5050
<distributionManagement>
5151
<snapshotRepository>
5252
<id>central</id>
53-
<url>${nexus.url}/content/repositories/snapshots</url>
53+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
5454
</snapshotRepository>
5555
<repository>
5656
<id>central</id>
@@ -100,7 +100,7 @@ under the License.
100100
<scalac-scoverage-plugin.version>2.3.0</scalac-scoverage-plugin.version>
101101
<scalac-scoverage-plugin.scala.version>2.13</scalac-scoverage-plugin.scala.version>
102102

103-
<nexus.url>https://oss.sonatype.org</nexus.url>
103+
<nexus.url>https://ossrh-staging-api.central.sonatype.com</nexus.url>
104104
</properties>
105105

106106
<dependencies>

0 commit comments

Comments
 (0)