whitesource / unified-agent-distribution

51 stars 48 forks source link

Correct metadata in the wss-unified-agent jar file #8

Closed hakanai closed 2 years ago

hakanai commented 3 years ago

The wss-unified-agent jar file's META-INF/MANIFEST.MF is missing the version number normally expected to be in jar files.

As best I can tell, the current version is actually 21.1.2.1? Based on the maven POM file for wss-unified-agent-main found in the same jar file.

LenaKleyner commented 3 years ago

Hi @hakanai ,

First of all, sorry for the late response. Secondly, the version of the Unified Agent is being exposed in the project.properties file within the JAR and can also be retried using the -v option. Can one of these suggested options fit your needs or do you still expect the version to be reflected in the META-INF/MANIFEST.MF file?

Thanks,

Lena

hakanai commented 2 years ago

We can certainly get it from there, but it's still best to follow the standards.

Also, apologies for the delayed reply, I have a lot of things to look after.

LenaKleyner commented 2 years ago

Hi @hakanai,

The version number now appears at the META-INF/MANIFEST.MF starting release 21.10.2. Thanks for bringing this up.

Lena

nabeelsaabna commented 2 years ago

closing the issue