Skip to content

Commit e74a761

Browse files
authored
Migrate sonatype endpoint (#103)
Packages published to Maven Central are now being published to a new endpoint. The endpoint has been updated accordingly.
1 parent 3677ece commit e74a761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-spark-sdk/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ publishMavenStyle := true
7272
pomIncludeRepository := { _ => false }
7373
publishArtifact in Test := false
7474
publishTo := {
75-
val nexus = "https://oss.sonatype.org/"
75+
val nexus = "https://aws.oss.sonatype.org/"
7676
if (isSnapshot.value)
7777
Some("snapshots" at nexus + "content/repositories/snapshots")
7878
else

0 commit comments

Comments
 (0)