Moving to dev. Ok. I'll plan on making the change when I get a chance.
On Mon, Jul 27, 2015 at 10:50 AM, Andrus Adamchik <and...@objectstyle.org> wrote: > >> On Jul 27, 2015, at 5:41 PM, Mike Kienenberger <mkien...@gmail.com> wrote: >> >> Our jar MANIFEST file also contains: >> >> Bundle-Version: 4.0.0.M2 > > Yeah, that's OSGi stuff. > >> But shouldn't we also be supplying this information as >> >> Implementation-Version: 4.0.0.M2 > > Yeah, probably. > > >> I'd guess that's a simple maven build change -- I know how to do it >> under ant, but not under maven. > > "manifestEntries" property of maven-jar-plugin: > > https://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html > > Andrus >