mirror of https://github.com/sbt/sbt.git
Move GitHub badge to new "Module release sync" page
parent
cf5ad9070d
commit
d5f9eeed83
1
Home.md
1
Home.md
|
|
@ -7,6 +7,7 @@ See [Pages] for the list of current pages.
|
|||
### sbt 1.x development
|
||||
|
||||
- [Module status](Module-status)
|
||||
- [Module release sync](Module-release-sync)
|
||||
- [Pull requests status](Pull-requests-status)
|
||||
- [sbt 1.x plugin migration]
|
||||
- [library sbt 1.x migration]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,37 @@
|
|||
Use badges to verify that GitHub and Maven Central are in sync on what the latest release is.
|
||||
|
||||
* [sbt/sbt][] [![sbt-mvn-b][]][sbt-mvn] [![sbt-rel-b][]][sbt-rel]
|
||||
* [sbt/zinc][] [![zinc-mvn-b][]][zinc-mvn] [![zinc-rel-b][]][zinc-rel]
|
||||
* [sbt/lm][] [![lm-mvn-b][]][lm-mvn] [![lm-rel-b][]][lm-rel]
|
||||
* [sbt/util][] [![util-mvn-b][]][util-mvn] [![util-rel-b][]][util-rel]
|
||||
* [sbt/io][] [![io-mvn-b][]][io-mvn] [![io-rel-b][]][io-rel]
|
||||
|
||||
[sbt/sbt]: https://github.com/sbt/sbt
|
||||
[sbt-rel]: https://github.com/sbt/sbt/releases/latest
|
||||
[sbt-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"sbt"
|
||||
[sbt-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/sbt.svg
|
||||
[sbt-rel-b]: https://img.shields.io/github/release/sbt/sbt.svg
|
||||
|
||||
[sbt/zinc]: https://github.com/sbt/zinc
|
||||
[zinc-rel]: https://github.com/sbt/zinc/releases/latest
|
||||
[zinc-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"zinc_2.12"
|
||||
[zinc-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/zinc_2.12.svg
|
||||
[zinc-rel-b]: https://img.shields.io/github/release/sbt/zinc.svg
|
||||
|
||||
[sbt/lm]: https://github.com/sbt/librarymanagement
|
||||
[lm-rel]: https://github.com/sbt/librarymanagement/releases/latest
|
||||
[lm-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"librarymanagement-core_2.12"
|
||||
[lm-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/librarymanagement-core_2.12.svg
|
||||
[lm-rel-b]: https://img.shields.io/github/release/sbt/librarymanagement.svg
|
||||
|
||||
[sbt/util]: https://github.com/sbt/util
|
||||
[util-rel]: https://github.com/sbt/util/releases/latest
|
||||
[util-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"util-cache_2.12"
|
||||
[util-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/util-cache_2.12.svg
|
||||
[util-rel-b]: https://img.shields.io/github/release/sbt/util.svg
|
||||
|
||||
[sbt/io]: https://github.com/sbt/io
|
||||
[io-rel]: https://github.com/sbt/io/releases/latest
|
||||
[io-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"io_2.12"
|
||||
[io-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/io_2.12.svg
|
||||
[io-rel-b]: https://img.shields.io/github/release/sbt/io.svg
|
||||
|
|
@ -1,40 +1,32 @@
|
|||
* [sbt/sbt][] [![sbt-mvn-b][]][sbt-mvn] [![sbt-rel-b][]][sbt-rel]
|
||||
* [sbt/zinc][] [![zinc-mvn-b][]][zinc-mvn] [![zinc-rel-b][]][zinc-rel]
|
||||
* [sbt/lm][] [![lm-mvn-b][]][lm-mvn] [![lm-rel-b][]][lm-rel]
|
||||
* [sbt/util][] [![util-mvn-b][]][util-mvn] [![util-rel-b][]][util-rel]
|
||||
* [sbt/io][] [![io-mvn-b][]][io-mvn] [![io-rel-b][]][io-rel]
|
||||
* [sbt/sbt][] [![sbt-mvn-b][]][sbt-mvn]
|
||||
* [sbt/zinc][] [![zinc-mvn-b][]][zinc-mvn]
|
||||
* [sbt/lm][] [![lm-mvn-b][]][lm-mvn]
|
||||
* [sbt/util][] [![util-mvn-b][]][util-mvn]
|
||||
* [sbt/io][] [![io-mvn-b][]][io-mvn]
|
||||
|
||||
[sbt/sbt]: https://github.com/sbt/sbt
|
||||
[sbt-rel]: https://github.com/sbt/sbt/releases/latest
|
||||
[sbt-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"sbt"
|
||||
[sbt-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/sbt.svg
|
||||
[sbt-rel-b]: https://img.shields.io/github/release/sbt/sbt.svg
|
||||
|
||||
[sbt/zinc]: https://github.com/sbt/zinc
|
||||
[zinc-rel]: https://github.com/sbt/zinc/releases/latest
|
||||
[zinc-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"zinc_2.12"
|
||||
[zinc-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/zinc_2.12.svg
|
||||
[zinc-rel-b]: https://img.shields.io/github/release/sbt/zinc.svg
|
||||
|
||||
[sbt/lm]: https://github.com/sbt/librarymanagement
|
||||
[lm-rel]: https://github.com/sbt/librarymanagement/releases/latest
|
||||
[lm-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"librarymanagement-core_2.12"
|
||||
[lm-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/librarymanagement-core_2.12.svg
|
||||
[lm-rel-b]: https://img.shields.io/github/release/sbt/librarymanagement.svg
|
||||
|
||||
[sbt/util]: https://github.com/sbt/util
|
||||
[util-rel]: https://github.com/sbt/util/releases/latest
|
||||
[util-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"util-cache_2.12"
|
||||
[util-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/util-cache_2.12.svg
|
||||
[util-rel-b]: https://img.shields.io/github/release/sbt/util.svg
|
||||
|
||||
[sbt/io]: https://github.com/sbt/io
|
||||
[io-rel]: https://github.com/sbt/io/releases/latest
|
||||
[io-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"io_2.12"
|
||||
[io-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/io_2.12.svg
|
||||
[io-rel-b]: https://img.shields.io/github/release/sbt/io.svg
|
||||
|
||||
See also the [Pull requests status](Pull-requests-status) page.
|
||||
See also:
|
||||
* the [Module release sync](Module-release-sync) page
|
||||
* the [Pull requests status](Pull-requests-status) page
|
||||
|
||||
Search across modules:
|
||||
* https://github.com/search?q=fileToRichFile%20repo:sbt/sbt%20repo:sbt/zinc%20repo:sbt/librarymanagement%20repo:sbt/util%20repo:sbt/io&type=Code
|
||||
|
|
|
|||
Loading…
Reference in New Issue