Skip to content

Commit f75f5e6

Browse files
committed
Set correct bundle version of fragment host.
* Fixes google#1049 * Ensures that extensions are only applied to a specific version of com.google.inject
1 parent 3654243 commit f75f5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<artifactId>maven-bundle-plugin</artifactId>
104104
<configuration>
105105
<instructions>
106-
<Fragment-Host>com.google.inject</Fragment-Host>
106+
<Fragment-Host>com.google.inject;bundle-version=${project.version}</Fragment-Host>
107107
</instructions>
108108
</configuration>
109109
</plugin>

0 commit comments

Comments
 (0)