Skip to content

Commit fafe261

Browse files
committed
build: Switch to replacement, linked bintray repo
The old one can't be relinked to sbt-plugin-releases.
1 parent 7a2fc58 commit fafe261

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See the [prerequisites](#prerequisites) if this is your first release.
2424
* [ ] Update the MiMa version in `plugins.sbt` and for `mimaPreviousArtifacts`, and clear out `mimaBinaryIssueFilters`.
2525
* [ ] Test the staged artifacts by uncommenting `stagingResolvers` in `plugins.sbt` and `build.sbt` and `reload`ing in sbt and running `mimaReportBinaryIssues`.
2626
* [ ] Recomment `stagingResolvers`, `git commit -am 'Update sbt-mima-plugin to 0.x.y`, and PR it (`hub pull-request`).
27-
* [ ] [Find and release][sonatype/staging-repos] your stating repository.
27+
* [ ] [Find and release][sonatype/staging-repos] your staging repository.
2828
* [ ] [Close][milestones/list] the milestone.
2929
* [ ] [Find and merge][prs/list] your update PR. You may poll [repo1 directly][repo1/list] (note the trailing slash in the URL).
3030
* [ ] Run `git push --follow-tags` to push the tag.
@@ -40,7 +40,7 @@ See the [prerequisites](#prerequisites) if this is your first release.
4040

4141
[RELEASING.md]: https://raw.githubusercontent.com/lightbend/mima/master/RELEASING.md
4242
[repo1/list]: https://repo1.maven.org/maven2/com/typesafe/mima-core_2.12/0.5.0/
43-
[sbt-mima/view]: https://bintray.com/typesafe/sbt-plugins/sbt-mima-plugin/view
43+
[sbt-mima/view]: https://bintray.com/sbt/sbt-plugin-releases/sbt-mima-plugin-imported2/view
4444
[sonatype/guide]: https://central.sonatype.org/pages/releasing-the-deployment.html
4545
[sonatype/staging-repos]: https://oss.sonatype.org/#stagingRepositories
4646
[travis-ci]: https://travis-ci.org/lightbend/mima

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ val sbtplugin = project.enablePlugins(SbtPlugin).dependsOn(core).settings(
5555
scriptedLaunchOpts += s"-Dplugin.version=${version.value}",
5656
scriptedLaunchOpts += s"-Dsbt.boot.directory=${file(sys.props("user.home")) / ".sbt" / "boot"}",
5757
MimaSettings.mimaSettings,
58-
bintrayOrganization := Some("typesafe"),
58+
bintrayOrganization := Some("sbt"),
59+
bintrayRepository := "sbt-plugin-releases",
60+
bintrayPackage := "sbt-mima-plugin-imported2",
5961
bintrayReleaseOnPublish := false,
6062
)
6163

0 commit comments

Comments
 (0)