-
Notifications
You must be signed in to change notification settings - Fork 27
Next version
CAS in the cloud LELEU Jérôme edited this page Dec 9, 2022
·
19 revisions
The next version 8.0.0-RC3-SNAPSHOT is under development.
Maven artifacts are built via Github Actions and available in the Sonatype snapshots repository. This repository must be added in the Maven pom.xml
file for example:
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>