Skip to content

Commit

Permalink
Prepare for 2.10.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 2, 2020
1 parent b38f356 commit 8e363ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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.


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</scm>

<properties>
<jackson.version>2.10.3-SNAPSHOT</jackson.version>
<jackson.version>2.10.3</jackson.version>

<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
of annotations BUT they are all identical, content-wise.
Expand Down

0 comments on commit 8e363ea

Please sign in to comment.