File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments