Skip to content

Commit

Permalink
Fixed the Automatic-Module-Name manifest entry
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg1985 committed Nov 18, 2024
1 parent 98bb496 commit 4567490
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 @@ -170,7 +170,7 @@
<Implementation-Version>${project.version}</Implementation-Version>
<Bundle-Name>Failsafe</Bundle-Name>
<Bundle-SymbolicName>dev.failsafe</Bundle-SymbolicName>
<Automatic-Module-Name>dev.failsafe</Automatic-Module-Name>
<Automatic-Module-Name>${java.module.name}</Automatic-Module-Name>
<Export-Package>dev.failsafe*;version=1.0</Export-Package>
<Import-Package>*</Import-Package>
</instructions>
Expand Down

0 comments on commit 4567490

Please sign in to comment.