Skip to content

Commit

Permalink
Fix #122: correct PCollections module name (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored Oct 16, 2023
1 parent 2dd88a0 commit 112cbc6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pcollections/src/moditect/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module jackson.datatype.pcollections {
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires pcollections;
requires org.pcollections;

exports com.fasterxml.jackson.datatype.pcollections;
exports com.fasterxml.jackson.datatype.pcollections.deser;
Expand Down
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ Joo Hyuk Kim (JooHyukKim@github)
* Contributed fix for #102: (guava) accept lowerCase enums for `Range`
`BoundType` serialization
(2.15.0)

Ethan McCue (@bowbahdoe)
* Reported #122: PCollections module info (`module-info.class`) incorrect
(2.15.4)
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Active Maintainers:
=== Releases ===
------------------------------------------------------------------------

Not yet released:

#122: PCollections module info (`module-info.class`) incorrect
(reported by Ethan M)

2.15.3 (12-Oct-2023)
2.15.2 (30-May-2023)
2.15.1 (16-May-2023)
Expand Down

0 comments on commit 112cbc6

Please sign in to comment.