Hello all
Apache SIS 1.5-RC3 has been deployed on a Maven staging repository for
testing purposes. This is the first real candidate. Unless a problem is
discovered today or tomorrow, I plan to propose that candidate for a
vote. In the meantime, feedbacks are welcome. The Maven coordinates are
below (using the referencing module as an example):
<dependencies>
<dependency>
<groupId>org.apache.sis.core</groupId>
<artifactId>sis-referencing</artifactId>
<version>1.5</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>sis.staging.parent</id>
<name>SIS staging repository of Parent POM</name>
<url>https://repository.apache.org/content/repositories/orgapachesis-1055</url>
</repository>
<repository>
<id>sis.staging.main</id>
<name>SIS staging repository of main artifacts</name>
<url>https://repository.apache.org/content/repositories/orgapachesis-1060</url>
</repository>
</repositories>
If that release candidate passes the vote, it will be deployed on the
Maven Central repository with no change. The updated web site can be
viewed there:
https://sis.staged.apache.org/
The EPSG database version is 12.026 and the supported EPSG codes can be
viewed there:
https://sis.staged.apache.org/tables/CoordinateReferenceSystems.html
Martin