Skip to content

Commit

Permalink
Prepare for 2.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 29, 2020
1 parent bab248f commit db62d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-parent</artifactId>
<!-- note: does NOT change for every version of bom -->
<version>2.12-SNAPSHOT</version>
<version>2.12</version>
</parent>

<artifactId>jackson-bom</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
</scm>

<properties>
<jackson.version>2.12.0-SNAPSHOT</jackson.version>
<jackson.version>2.12.0</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
2 changes: 1 addition & 1 deletion release-notes/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.12.0
2.12.0 (29-Nov-2020)

- Add another execution of `maven-replacer-plugin` for "prepare-package" phase
to help with IDE import.
Expand Down

0 comments on commit db62d69

Please sign in to comment.