forked from scanamo/scanamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reflect the move from
guardian
to scanamo
Github organisation
- Loading branch information
Philip Wills
committed
Oct 27, 2017
1 parent
67be2b3
commit 24624d1
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ val commonSettings = Seq( | |
}, | ||
scalacOptions in (Compile, console) := (scalacOptions in Test).value, | ||
autoAPIMappings := true, | ||
apiURL := Some(url("https://guardian.github.io/scanamo/latest/api/")), | ||
apiURL := Some(url("https://scanamo.github.io/scanamo/latest/api/")), | ||
) | ||
|
||
val dynamoTestSettings = Seq( | ||
|
@@ -156,7 +156,7 @@ lazy val docs = (project in file("docs")) | |
|
||
includeFilter in makeSite := "*.html" | "*.css" | "*.png" | "*.jpg" | "*.gif" | "*.js" | "*.yml", | ||
ghpagesNoJekyll := false, | ||
git.remoteRepo := "[email protected]:guardian/scanamo.git", | ||
git.remoteRepo := "[email protected]:scanamo/scanamo.git", | ||
|
||
makeMicrosite := makeMicrosite.dependsOn(unidoc in Compile).value, | ||
addMappingsToSiteDir(mappings in (ScalaUnidoc, packageDoc), siteSubdirName in ScalaUnidoc), | ||
|
@@ -169,13 +169,13 @@ lazy val docs = (project in file("docs")) | |
|
||
import ReleaseTransformations._ | ||
val publishingSettings = Seq( | ||
homepage := Some(url("https://guardian.github.io/scanamo/")), | ||
homepage := Some(url("http://www.scanamo.org/")), | ||
licenses := Seq("Apache V2" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")), | ||
publishMavenStyle := true, | ||
publishArtifact in Test := false, | ||
scmInfo := Some(ScmInfo( | ||
url("https://github.com/guardian/scanamo"), | ||
"scm:git:[email protected]:guardian/scanamo.git" | ||
url("https://github.com/scanamo/scanamo"), | ||
"scm:git:[email protected]:scanamo/scanamo.git" | ||
)), | ||
|
||
pomExtra := { | ||
|
@@ -225,7 +225,7 @@ val micrositeSettings = Seq( | |
micrositeName := "Scanamo", | ||
micrositeDescription := "Scanamo: simpler DynamoDB access for Scala", | ||
micrositeAuthor := "Scanamo Contributors", | ||
micrositeGithubOwner := "guardian", | ||
micrositeGithubOwner := "scanamo", | ||
micrositeGithubRepo := "scanamo", | ||
micrositeBaseUrl := "scanamo", | ||
micrositeDocumentationUrl := "/scanamo/latest/api", | ||
|