Skip to content

Commit

Permalink
Set correct bundle version of fragment host. Fixes #1050 & fixes #1049.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 525810926
  • Loading branch information
sameb authored and Guice Team committed Apr 20, 2023
1 parent 70ad639 commit ba3fa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Fragment-Host>com.google.inject</Fragment-Host>
<Fragment-Host>com.google.inject;bundle-version=${project.version}</Fragment-Host>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit ba3fa48

Please sign in to comment.