lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.1k stars 253 forks source link

Bundle-Version property in MANIFEST.MF is 0 for version 1.4.1 #141

Closed apirom9 closed 4 years ago

apirom9 commented 5 years ago

Hi

We try to upgrade from lz4-java from 1.3.0 to 1.4.1 but encounter build problem because 'Bundle-Version' property in MANIFEST.MF is 0 for version 1.4.1 while this property has value 1.3.0 in version 1.3.0. Is there a reason that 'Bundle-Version' property is 0 in version 1.4.1 ?

Thank you Mr.Apirom Na Nakorn

bjmi commented 5 years ago

lz4-java-1.6.0.jar contains Bundle-Version: 0 in MANIFEST.MF too.

odaira commented 4 years ago

Thanks for the heads-up. I forgot to rename the definition file when I renamed the project at version 1.4.0. Fixed by e0ded650da6902e23325e7057ba24b5d30c139ab. The fix will be included in the next release.

bjmi commented 4 years ago

[...] Fixed by e0ded65. The fix will be included in the next release.

Thank you!

apirom9 commented 4 years ago

Thank you