Skip to content

Commit

Permalink
Prepare for 2.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 9, 2021
1 parent 748d70a commit 7764bd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.11.0</version>
<version>2.12.1</version>
</parent>
```

Expand All @@ -26,7 +26,7 @@ or by importing just the dependencies:
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.11.0</version>
<version>2.12.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
</scm>

<properties>
<jackson.version>2.12.1-SNAPSHOT</jackson.version>
<jackson.version>2.12.1</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 7764bd7

Please sign in to comment.