The Bundle-Version entry in the MANIFEST.MF is set to zero due to the project version set to 0.0.0 here: https://github.com/yawkat/lz4-java/blob/main/pom.xml#L20
I understand that the version will be set during build by the git extension, however the bundling process might read the value earlier (i see there is a bnd file as well) and will use that to populate the manifest file entry.
Can this be fixed?