On Nov 30, 2015, at 1:18 PM, Vladimir Sitnikov <sitnikov.vladimir@gmail.com> wrote: > > maven-toolchains-plugin allows to specify per-module JDK version, so > you just mvn and it uses the proper JDK. > I did not figure proper travis configuration yet, however I think it > should not be hard. >
Here is an example of how we did it in another project, in case that is helpful: https://github.com/jdbi/jdbi/pull/169/files > It boils down the release procedure to: > Release for jre8 > 1) mvn release:clean release:prepare, enter, enter, enter > 2) mvn release:perform > > Release for jre7 > 3) cd core-jre7; mvn release:clean release:prepare, enter, type <next > version>; enter, enter > 4) mvn release:perform > > Release for jre6 > 3) cd core-jre6; mvn release:clean release:prepare, enter, type <next > version>; enter, enter > 4) mvn release:perform
It would be nice for this to be one step, if possible... just wait until someone does a typo on one of the versions :)
Well I'm pretty sure I'll script this.
So where are we on this? Do you feel we are ready to commit this ?