Skip to content

Commit

Permalink
Fixed Export-Package OSGI header. (jakartaee#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Kraus <[email protected]>
  • Loading branch information
Tomas-Kraus authored and lukasj committed Nov 9, 2018
1 parent ceb13aa commit 0f3fcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
<Specification-Version>${spec.specification.version}</Specification-Version>
<Specification-Vendor>${vendor.name}</Specification-Vendor>
<_nodefaultversion>false</_nodefaultversion>
<Export-Package>${api_package}.*; version=${spec.version}</Export-Package>
<Export-Package>javax.json.bind.*; version=${spec.version}</Export-Package>
<_noee>true</_noee>
</instructions>
</configuration>
Expand Down

0 comments on commit 0f3fcc9

Please sign in to comment.