Skip to content

Commit eca3f51

Browse files
committed
Adjust publish org to org.virtuslab.scala-cli
1 parent b285d50 commit eca3f51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ trait ScalaJsCliPublishModule extends PublishModule {
220220
import mill.scalalib.publish._
221221
def pomSettings = PomSettings(
222222
description = artifactName(),
223-
organization = "io.github.alexarchambault.tmp",
223+
organization = "org.virtuslab.scala-cli",
224224
url = s"https://github.com/$ghOrg/$ghName",
225225
licenses = Seq(License.`BSD-3-Clause`),
226226
versionControl = VersionControl.github(ghOrg, ghName),
@@ -324,8 +324,8 @@ object ci extends Module {
324324
set.head
325325
}
326326
val publisher = new scalalib.publish.SonatypePublisher(
327-
uri = "https://s01.oss.sonatype.org/service/local",
328-
snapshotUri = "https://s01.oss.sonatype.org/content/repositories/snapshots",
327+
uri = "https://oss.sonatype.org/service/local",
328+
snapshotUri = "https://oss.sonatype.org/content/repositories/snapshots",
329329
credentials = credentials,
330330
signed = true,
331331
// format: off

0 commit comments

Comments
 (0)