Hi All,

If you use the CDK snapshot builds on sonatype repo, we've moved to a new
host to speed up deployments.

https://s01.oss.sonatype.org/content/repositories/snapshots/org/openscience/cdk/

The new config would be

<repository>
    <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
    <releases>
        <enabled>false</enabled>
    </releases>
</repository>

The old URL is still working for the moment but you will need to migrate to
use the 2.9-SNAPSHOT builds.

John
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to