I was thinking if we could setup continuous integration server like Hudson or Jenkins (we are using such server internally for our projects) to automatically run all tests after there are changes commited to trunk. This could help us provide better quality as all test would be run automatically every time. It could be also set up to build using ant and by maven to find broken dependencies (there were some issues with 1.1.1 RC0 causing maven build to fail, but those who were using ant reported everything is ok...)
It is just an idea, if we want to go this way first thing should be finding server for CI... what do you think? :)
