Skip to content

Commit 511e36c

Browse files
committed
Update Status section
1 parent a999e6b commit 511e36c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ For more on concept of BOMs, see:
77
* [Using Maven’s Bill of Materials (BOM)](https://reflectoring.io/maven-bom/)
88

99
But the basic idea is that instead of specifying version explicitly for every Jackson
10-
component, as part of dependency definition, one can use a BOM to get a full, complete
11-
set of consistent versions to use.
10+
component, as part of the dependency definition, one can use a BOM to get a full, complete
11+
set of compatible versions to use by specifying a single version number.
1212

1313
## Status
1414

15-
[![Tidelift](https://tidelift.com/badges/package/maven/com.fasterxml.jackson:jackson-bom)](https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-jackson-bom?utm_source=maven-com-fasterxml-jackson-jackson-bom&utm_medium=referral&utm_campaign=readme)
15+
| Type | Status |
16+
| ---- | ------ |
17+
| Build (CI) | [![Build (github)](https://github.com/FasterXML/jackson-bom/actions/workflows/main.yml/badge.svg)](https://github.com/FasterXML/jackson-bom/actions/workflows/main.yml) |
18+
| Artifact | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson/jackson-bom/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson/jackson-bom) |
19+
| OSS Sponsorship | [![Tidelift](https://tidelift.com/badges/package/maven/com.fasterxml.jackson:jackson-bom)](https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-jackson-bom?utm_source=maven-com-fasterxml-jackson-jackson-bom&utm_medium=referral&utm_campaign=readme) |
1620

1721
## Usage
1822

0 commit comments

Comments
 (0)