I've started to do the release.
However, I've encountered a test failure that only happens with
"release:prepare". The -DdryRun=true is fine, and it has never occurred
on Jenkins.
What's more, it's an NPE and the line reported can't NPE
line 57, TestRDFConnectionFusekiBinary.java which is :
assertTrue(FusekiLib.isFuseki(dsURL));
no object access!
As it only when running the release for real, the only way to
investigate is changing master and the release plugin may demand that
changes are pushed to origin so there may be some commit-foo happening.
Andy