-
Notifications
You must be signed in to change notification settings - Fork 186
Closed
Description
Hello,
this API is used in many of my applications. On a status page most of the dependencies used are displayed with name and version. Unfortunately the smbj jar doesn't include the Implementation-Version
and Implementation-Title
in the MANIFEST.MF
. Therefore no version information is available at runtime, without reading the jar's name from the classpath or anything like that.
Implementation-Title: smbj
Implementation-Version: 0.11.5
Is there a possibility for adding the Implementation Version and Title in the manifest?
Or is there another way of retrieving the version information at runtime? (e.g. static field in some class)
~Kaonashi
Metadata
Metadata
Assignees
Labels
No labels