Skip to content

Commit

Permalink
update sonatype urls
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjkl authored Nov 1, 2022
1 parent cedadf2 commit 112de07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ trait BaseModule extends Module with HeaderModule {
trait BasePublishModule extends BaseModule with CiReleaseModule {
def artifactName =
s"smithytranslate-${millModuleSegments.parts.mkString("-")}"

override def sonatypeUri = "https://s01.oss.sonatype.org/service/local"
override def sonatypeSnapshotUri =
"https://s01.oss.sonatype.org/content/repositories/snapshots"

def pomSettings = PomSettings(
description = "A smithy-translation toolkit",
Expand Down

0 comments on commit 112de07

Please sign in to comment.