Open svilenvul opened 6 years ago
If I recall correctly this thing is supposed to be set by the build tool? @JochenHiller ?
This should be set by the build tool but I think currently it is not. For now, I will hardcode it to 5.1.0-SNAPSHOT and look into ways to have it automatically synchronized with the version info (currently in a version.txt file).
I am referring to:
https://github.com/eclipse/concierge/blob/9399f771aa6b327612e45ce277c793929c1bbc2b/framework/org.eclipse.concierge/src/org/eclipse/concierge/Concierge.java#L149
It is more interesting how this affects the displayed bundle version:
You can imagine how difficult was to find where this "snapshot" version came from, as it is not available in any repository... :-)