One related question: would it be okay if I rename the version number,
currently "0.3-SNAPSHOT", to "0.3-geoapi3.0-SNAPSHOT"? The reason is
that I would like to maintains SIS releases for GeoAPI 3.0, 3.1, etc.
The SIS releases would be "0.3-geoapi3.0", "0.4-geoapi3.0",
"0.4-geoapi3.1", etc. This would be a little bit similar to the
PostgreSQL driver, which has "9.1-901.jdbc4" and "9.1-901.jdbc3" releases.
So the branches and version numbers would be:
trunk : 0.3-geoapi3.0-SNAPSHOT
branches/jdk6 : 0.3-jdk6-SNAPSHOT
branches/jdk7 : 0.3-jdk7-SNAPSHOT
Martin