-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Martin Desruisseaux edited this page Oct 15, 2022
·
6 revisions
This page contains notes about PROJ-JNI development.
The project contains 3 branches:
-
main
is where developments happen. The Java classes implement GeoAPI 3.0.1 interfaces. -
geoapi-4.0
is a port ofmain
to a milestone of GeoAPI 4.0 interfaces. Since GeoAPI 4 is not yet released, this branch is not ready for release neither. GIGS tests are on this branch. -
gh-pages
contains the Javadoc and installation instructions.
For performing a release:
- Create a temporary branch.
- Replace
1.0-SNAPSHOT
by the actual version number (2 occurrences). - Remove the
-Xlint:all
and-Xdoclint:all
options in thepom.xml
file. - Tag, then delete the temporary branch.