You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sis.apache.org by Martin Desruisseaux <ma...@geomatys.com> on 2022/05/10 17:12:29 UTC

Partial stage for SIS 1.2 release

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



Re: Partial stage for SIS 1.2 release

Posted by Martin Desruisseaux <ma...@geomatys.com>.
Hello Thierry

Le 10/05/2022 à 22:01, Thierry Danard a écrit :

> I just deployed it to our development environment, and didn't 
> encounter an issue.
>
Thanks for testing! If no other issue, I will call for a formal vote then.

     Martin



Re: Partial stage for SIS 1.2 release

Posted by Thierry Danard <th...@int.com.INVALID>.
Thank you!

I just deployed it to our development environment, and didn't encounter an
issue.


On Tue, May 10, 2022 at 12:12 PM Martin Desruisseaux <
martin.desruisseaux@geomatys.com> wrote:

> 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
>
>
>