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
… Much thanks to @kenwenzel and @mcculls for their help figuring out the right incantation for this.

PiperOrigin-RevId: 526290216
  • Loading branch information
kenwenzel authored and Guice Team committed Apr 22, 2023
1 parent e68fab6 commit 356f6ba
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=$(version_cleanup;${project.version})</Fragment-Host>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 356f6ba

Please sign in to comment.