joshsh / sesametools

A collection of utilities for use with OpenRDF Sesame (as of recently, Eclipse RDF4J)
Other
50 stars 11 forks source link

Bump sesame to 2.6.9 and add openjdk6 and openjdk7 to travis-ci config #32

Closed ansell closed 12 years ago

ansell commented 12 years ago

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.

travisbot commented 12 years ago

This pull request passes (merged dbf5055a into ec2f914b).

joshsh commented 12 years ago

Makes sense. Thanks.