mirror of https://github.com/sbt/sbt.git
Update organization here or there
This commit is contained in:
parent
cdcb2fa6d0
commit
c25b5517ed
10
build.sbt
10
build.sbt
|
|
@ -426,7 +426,7 @@ lazy val `sbt-shading` = project
|
|||
scala.Console.err.println(
|
||||
s"""Warning: using jarjar $fallback, which doesn't properly shade Scala JARs (classes with '$$' aren't shaded).
|
||||
|See the instructions around
|
||||
|https://github.com/alexarchambault/coursier/blob/630a780487d662dd994ed1c3246895a22c00cf21/scripts/travis.sh#L40
|
||||
|https://github.com/coursier/coursier/blob/630a780487d662dd994ed1c3246895a22c00cf21/scripts/travis.sh#L40
|
||||
|to use a version fine with Scala JARs.""".stripMargin
|
||||
)
|
||||
|
||||
|
|
@ -557,11 +557,11 @@ lazy val `coursier` = project.in(file("."))
|
|||
lazy val releaseSettings = Seq(
|
||||
publishMavenStyle := true,
|
||||
licenses := Seq("Apache 2.0" -> url("http://opensource.org/licenses/Apache-2.0")),
|
||||
homepage := Some(url("https://github.com/alexarchambault/coursier")),
|
||||
homepage := Some(url("https://github.com/coursier/coursier")),
|
||||
scmInfo := Some(ScmInfo(
|
||||
url("https://github.com/alexarchambault/coursier.git"),
|
||||
"scm:git:github.com/alexarchambault/coursier.git",
|
||||
Some("scm:git:git@github.com:alexarchambault/coursier.git")
|
||||
url("https://github.com/coursier/coursier.git"),
|
||||
"scm:git:github.com/coursier/coursier.git",
|
||||
Some("scm:git:git@github.com:coursier/coursier.git")
|
||||
)),
|
||||
pomExtra := {
|
||||
<developers>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SET ERROR_CODE=0
|
|||
SET LAUNCHER_PATH=%~dp0/coursier
|
||||
|
||||
IF NOT EXIST %LAUNCHER_PATH% (
|
||||
bitsadmin /transfer "DownloadCoursierLauncher" https://github.com/alexarchambault/coursier/raw/master/coursier %LAUNCHER_PATH%
|
||||
bitsadmin /transfer "DownloadCoursierLauncher" https://github.com/coursier/coursier/raw/master/coursier %LAUNCHER_PATH%
|
||||
)
|
||||
|
||||
SET CMD_LINE_ARGS=%*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"repository": "https://github.com/alexarchambault/coursier.git",
|
||||
"repository": "https://github.com/coursier/coursier.git",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"cheerio": "0.22.0",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "$1" = "clone" ]; then
|
||||
git clone "https://${GH_TOKEN}@github.com/alexarchambault/coursier.git" -b gh-pages coursier-gh-pages >/dev/null 2>&1
|
||||
git clone "https://${GH_TOKEN}@github.com/coursier/coursier.git" -b gh-pages coursier-gh-pages >/dev/null 2>&1
|
||||
else
|
||||
git push origin gh-pages >/dev/null 2>&1
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -47,11 +47,11 @@
|
|||
<div class="collapse navbar-collapse" id="mainNavBar">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="#demo" data-toggle="tab">Demo</a></li>
|
||||
<li><a href="https://github.com/alexarchambault/coursier/blob/master/USAGE.md">Usage</a></li>
|
||||
<li><a href="https://github.com/coursier/coursier/blob/master/USAGE.md">Usage</a></li>
|
||||
</ul>
|
||||
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a href="https://github.com/alexarchambault/coursier">Github</a></li>
|
||||
<li><a href="https://github.com/coursier/coursier">Github</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
<div class="jumbotron">
|
||||
<h1>Coursier</h1>
|
||||
<p>Pure Scala Artifact Fetching</p>
|
||||
<p><a href="https://github.com/alexarchambault/coursier">Project Page</a></p>
|
||||
<p><a href="https://github.com/coursier/coursier">Project Page</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue