Currently travis-ci is just testing against oraclejdk7 by default. This commit adds the other two currently supported openjdk implementations to test code compatibility with jdk-6. In particular we specify source 1.6 and target 1.6 in maven-compiler-plugin, so it is useful to have a jdk-6 implementation in travis-ci to verify that we are not relying on something from java-7 yet.
Also there was a minor bug fix release for sesame recently to go to 2.6.9.
Currently travis-ci is just testing against oraclejdk7 by default. This commit adds the other two currently supported openjdk implementations to test code compatibility with jdk-6. In particular we specify source 1.6 and target 1.6 in maven-compiler-plugin, so it is useful to have a jdk-6 implementation in travis-ci to verify that we are not relying on something from java-7 yet.
Also there was a minor bug fix release for sesame recently to go to 2.6.9.