Skip to content

Commit

Permalink
Fix minor OSGi metadata issue caused by upgrade to bundleplugin 3.5.0:
Browse files Browse the repository at this point in the history
 * _versionpolicy instruction should now be _consumer-policy
  • Loading branch information
mcculls committed Aug 15, 2021
1 parent 7d7e3da commit a3a83ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
<Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
<Import-Package>!com.google.inject.*,*</Import-Package>
<_exportcontents>!*.internal.*,$(module).*;version=${guice.api.version}</_exportcontents>
<_versionpolicy>$(version;==;$(@))</_versionpolicy>
<_consumer-policy>$(version;==;$(@))</_consumer-policy>
<_nouses>true</_nouses>
<_removeheaders>
Embed-Dependency,Embed-Transitive,
Expand Down

0 comments on commit a3a83ff

Please sign in to comment.