Skip to content

Commit

Permalink
Merge branch '2.10' into 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 3, 2020
2 parents aba50b8 + edcf293 commit 74782ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There are two ways to use the BOM pom: either as parent pom:
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
</parent>
```

Expand Down Expand Up @@ -45,5 +45,3 @@ parent pom for Jackson core components. It extends `jackson-bom`, augmenting wit
are only/mostly relevant for Jackson components, but not to things that depend on Jackson in general.
Use of `jackson-base` is not recommended for libraries that are not meant to be coupled with Jackson
release cycle and settings.


0 comments on commit 74782ed

Please sign in to comment.