Skip to content

Commit d9eb1da

Browse files
committed
chore: Remove references to JitPack in favor of Maven Central
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 9ea65f9 commit d9eb1da

File tree

3 files changed

+11
-21
lines changed

3 files changed

+11
-21
lines changed

Diff for: .dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ integrations/jenkins/Jenkinsfile
1313
.codecov.yml
1414
.commitlintrc.yml
1515
.editorconfig
16-
.jitpack.yml
1716
.mailmap
1817
.markdownlint-cli2.yaml
1918
.markdownlint.yaml

Diff for: .jitpack.yml

-6
This file was deleted.

Diff for: README.md

+11-14
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
[![Wrapper Validation][3]][4] [![Static Analysis][5]][6]
88

9-
[![Build and Test][7]][8] [![JitPack build status][9]][10] [![Code coverage][11]][12]
9+
[![Build and Test][7]][8] [![Code coverage][9]][10]
1010

11-
[![REUSE status][13]][14] [![OpenSSF Scorecard][15]][16] [![OpenSSF Best Practices][17]][18]
11+
[![REUSE status][11]][12] [![OpenSSF Scorecard][13]][14] [![OpenSSF Best Practices][15]][16]
1212

1313
[1]: https://img.shields.io/badge/Join_us_on_Slack!-ort--talk-blue.svg?longCache=true&logo=slack
1414
[2]: http://slack.oss-review-toolkit.org
@@ -18,16 +18,14 @@
1818
[6]: https://github.com/oss-review-toolkit/ort/actions/workflows/static-analysis.yml
1919
[7]: https://github.com/oss-review-toolkit/ort/actions/workflows/build-and-test.yml/badge.svg
2020
[8]: https://github.com/oss-review-toolkit/ort/actions/workflows/build-and-test.yml
21-
[9]: https://jitpack.io/v/oss-review-toolkit/ort.svg
22-
[10]: https://jitpack.io/#oss-review-toolkit/ort
23-
[11]: https://codecov.io/gh/oss-review-toolkit/ort/branch/main/graph/badge.svg?token=QD2tCSUTVN
24-
[12]: https://app.codecov.io/gh/oss-review-toolkit/ort
25-
[13]: https://api.reuse.software/badge/github.com/oss-review-toolkit/ort
26-
[14]: https://api.reuse.software/info/github.com/oss-review-toolkit/ort
27-
[15]: https://api.scorecard.dev/projects/github.com/oss-review-toolkit/ort/badge
28-
[16]: https://scorecard.dev/viewer/?uri=github.com/oss-review-toolkit/ort
29-
[17]: https://www.bestpractices.dev/projects/4618/badge
30-
[18]: https://www.bestpractices.dev/projects/4618
21+
[9]: https://codecov.io/gh/oss-review-toolkit/ort/branch/main/graph/badge.svg?token=QD2tCSUTVN
22+
[10]: https://app.codecov.io/gh/oss-review-toolkit/ort
23+
[11]: https://api.reuse.software/badge/github.com/oss-review-toolkit/ort
24+
[12]: https://api.reuse.software/info/github.com/oss-review-toolkit/ort
25+
[13]: https://api.scorecard.dev/projects/github.com/oss-review-toolkit/ort/badge
26+
[14]: https://scorecard.dev/viewer/?uri=github.com/oss-review-toolkit/ort
27+
[15]: https://www.bestpractices.dev/projects/4618/badge
28+
[16]: https://www.bestpractices.dev/projects/4618
3129

3230
# Introduction
3331

@@ -83,8 +81,7 @@ If a package manager is not list listed there, support for it is integrated dire
8381

8482
## From binaries
8583

86-
Preliminary binary artifacts for ORT are currently available via [JitPack](https://jitpack.io/#oss-review-toolkit/ort).
87-
Please note that due to limitations with the JitPack build environment, the reporter is not able to create the Web App report.
84+
Binary artifacts for releases are published to [Maven Central](https://central.sonatype.com/namespace/org.ossreviewtoolkit).
8885

8986
## From sources
9087

0 commit comments

Comments
 (0)