Skip to content

Commit

Permalink
Manually merge #74 fix (no auto-merging of pom.xml)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 20, 2020
1 parent e8f0ec4 commit a41f291
Showing 1 changed file with 1 addition 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 @@ -20,7 +20,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

0 comments on commit a41f291

Please sign in to comment.