Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit d74a66b

Browse files
authored
Change moia-dev to moia-oss (#158)
1 parent 29e04c3 commit d74a66b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a wrapper around the akka-http-client that adds
99
* logging
1010
* AWS request signing
1111

12-
![Build & Test](https://github.com/moia-dev/scala-http-client/workflows/Build%20&%20Test/badge.svg)
12+
![Build & Test](https://github.com/moia-oss/scala-http-client/workflows/Build%20&%20Test/badge.svg)
1313
[![Scala 2.13](https://img.shields.io/maven-central/v/io.moia/scala-http-client_2.13.svg)](https://search.maven.org/search?q=scala-http-client_2.13)
1414

1515
## Usage
@@ -149,7 +149,7 @@ See [HeaderExample.scala](/src/it/scala/io/moia/scalaHttpClient/HeaderExample.sc
149149

150150
## Publishing
151151

152-
[Tag](https://github.com/moia-dev/scala-http-client/tags) the new version (e.g. `v3.0.0`) and push the tags (`git push origin --tags`).
152+
[Tag](https://github.com/moia-oss/scala-http-client/tags) the new version (e.g. `v3.0.0`) and push the tags (`git push origin --tags`).
153153

154154
You need a [public GPG key](https://www.scala-sbt.org/release/docs/Using-Sonatype.html) with your MOIA email and an account on https://oss.sonatype.org that can [access](https://issues.sonatype.org/browse/OSSRH-52948) the `io.moia` group.
155155

@@ -160,4 +160,4 @@ sbt:scala-http-client> +publishSigned
160160

161161
Then head to https://oss.sonatype.org/#stagingRepositories, select the repository, `Close` and then `Release` it.
162162

163-
Afterwards, add the release to [GitHub](https://github.com/moia-dev/scala-http-client/releases).
163+
Afterwards, add the release to [GitHub](https://github.com/moia-oss/scala-http-client/releases).

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ lazy val root = (project in file("."))
33
name := "scala-http-client",
44
organization := "io.moia",
55
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
6-
scmInfo := Some(ScmInfo(url("https://github.com/moia-dev/scala-http-client"), "scm:git@github.com:moia-dev/scala-http-client.git")),
7-
homepage := Some(url("https://github.com/moia-dev/scala-http-client")),
6+
scmInfo := Some(ScmInfo(url("https://github.com/moia-oss/scala-http-client"), "scm:git@github.com:moia-oss/scala-http-client.git")),
7+
homepage := Some(url("https://github.com/moia-oss/scala-http-client")),
88
scalaVersion := "2.13.4",
99
crossScalaVersions := List("2.13.4", "2.12.13"),
1010
scalacOptions ++= {
@@ -99,7 +99,7 @@ lazy val sonatypeSettings = {
9999
publishTo := sonatypePublishTo.value,
100100
sonatypeProfileName := organization.value,
101101
publishMavenStyle := true,
102-
sonatypeProjectHosting := Some(GitHubHosting("moia-dev", "scala-http-client", "oss-support@moia.io")),
102+
sonatypeProjectHosting := Some(GitHubHosting("moia-oss", "scala-http-client", "oss-support@moia.io")),
103103
credentials += Credentials(Path.userHome / ".sbt" / "sonatype_credential")
104104
)
105105
}

0 commit comments

Comments
 (0)