Skip to content

Commit

Permalink
Use correct bundle name in fat jar.
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
kenwenzel committed Dec 14, 2023
1 parent 6acf0c7 commit 762e749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/io.github.linkedfactory.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>io.github.linkedfactory.core.cli.CLI</Main-Class>
<Bundle-SymbolicName>io.github.linkedfactory.ore</Bundle-SymbolicName>
<Bundle-SymbolicName>io.github.linkedfactory.core</Bundle-SymbolicName>
</manifestEntries>
</transformer>
<transformer
Expand Down

0 comments on commit 762e749

Please sign in to comment.