Hello all
The work for SIS 1.2 release is still in progress. But for Maven users,
a staging repository is available. Testers need to temporarily add the
following configuration in their pom.xml:
<repositories>
<repository>
<id>sis.staging</id>
<name>SIS staging repository</name>
<url>https://repository.apache.org/content/repositories/orgapachesis-1037</url>
</repository>
</repositories>
If no issue is reported, the content of above staging repository will be
moved as-is (no recompilation) to Maven Central repository when the
release will happen. If blocking issues are reported, a new staging
repository at a new URL will be created for the second release
candidate. In any case, above staging repository will be deleted in a
few weeks.
In addition, the formal artifact have been prepared there:
https://dist.apache.org/repos/dist/dev/sis/1.2/RC1
Above directory is what would be the official release for Apache SIS
1.2. I will submit it to a vote later (I have not finished tests and
updating the web site). But in the meantime if anyone is willing to test
and report issues, that would be appreciated.
Martin