I tided up the POMs:
1/ Pulled the one remaining ver.* setting, which is for Xerces, up into
jena-parent for the apache-jena product
2/ Pulled up the build timestamp - most POMs don't have a <properties> now.
3/ Updated the JUnit version to 4.11 from 4.9
There is a feature in 4.11, better naming for parametrized tests, that I
will want to use. You can give a name pattern the parametrized test
which is one thing that has put me off using them much.
This should be harmless. Theer is nothing dependent on the new argument
to annotation @Parameters yet so it is reversible.
(OK - Eclipse doesn't handle it but eventually ...)
+ some changes in POMs and javadoc to remove warnings.
Andy