This is a java library for accessing Diamonds ISPyB database.
For example usage, see the integration tests, e.g. PlateInterationTest
To build and test the jars:
mvn -Dispyb.url={jdbc_url} -Dispyb.user={user} -Dispyb.pw={password} -Dispyb.host={host} package
To release, use the script release.sh. You need to supply this with major, minor or bugfix and ths script will handle updating the version. The result will be added to Github as a release by Travis.