Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleShibboleth Maven repositories
collapsetrue
<repositories>
    <repository>
        <id>shib-release<<id>shibboleth</id>
        <url>https://build.shibboleth.net/nexus/content/groups/public</url>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
    </repository>
    <repository>
        <id>shib-snapshot</id>
        <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
        <releases>
           <enabled>false</enabled>
        </releases>
    </repository>
</repositories>

...