Skip to content

Commit

Permalink
Fixed #74
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 20, 2020
1 parent b099bae commit 6ccdf9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jr-stree/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ has no other dependencies.
<!-- Looks like we need to be bit careful on OSGi exports, to avoid
accidentally double-exporting jr-objects types
-->
<osgi.export>${project.groupId}.stree;version=${project.version}</osgi.export>
<osgi.export>${project.groupId}.stree.*;version=${project.version}</osgi.export>

<packageVersion.dir>com/fasterxml/jackson/jr/stree</packageVersion.dir>
<packageVersion.package>${project.groupId}.stree</packageVersion.package>
Expand Down
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project: jackson-jr
#72: Duplicate classes from `com.fasterxml.jackson.jr.ob` and
`com.fasterxml.jackson.jr.type` in 2.11.0
(reported by CListery@github)
#74: jackson-jr-stree-2.11.1.jar is missing util package classes
(reported by Turloch O'T)
2.11.0 (26-Apr-2020)
Expand Down

0 comments on commit 6ccdf9f

Please sign in to comment.