Hello,
I am currently upgrading my Apereo CAS instance from version 7.2.0-RC5 to the stable release 7.2.0. During this process, I encountered an issue where the artifact cas-server-core-configuration-metadata-repository appears to be missing for version 7.2.0. The build fails with the following error: FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'cas'. > Could not resolve all artifacts for configuration ':classpath'. > Could not find org.apereo.cas:cas-server-core-configuration-metadata-repository:7.2.0. Searched in the following locations: - file:/root/.m2/repository/org/apereo/cas/cas-server-core-configuration-metadata-repository/7.2.0/cas-server-core-configuration-metadata-repository-7.2.0.pom - https://repo.maven.apache.org/maven2/org/apereo/cas/cas-server-core-configuration-metadata-repository/7.2.0/cas-server-core-configuration-metadata-repository-7.2.0.pom - https://plugins.gradle.org/m2/org/apereo/cas/cas-server-core-configuration-metadata-repository/7.2.0/cas-server-core-configuration-metadata-repository-7.2.0.pom - https://repo.spring.io/milestone/org/apereo/cas/cas-server-core-configuration-metadata-repository/7.2.0/cas-server-core-configuration-metadata-repository-7.2.0.pom Required by: root project : After investigating, I noticed that the artifact cas-server-core-configuration-metadata-repository is available in version 7.2.0-RC5 but not in version 7.2.0 Steps I have taken: 1. Verified the availability of the artifact in Maven Central and other repositories. - The artifact is missing for version 7.2.0 but exists for 7.2.0-RC5. - Checked repositories such as Maven Central, Spring Milestone, and OSS Sonatype. 2. Updated my Gradle configuration to include additional repositories (e.g., Spring Milestone, OSS Sonatype) to ensure it wasn't a repository issue. 3. Cleared the Gradle cache and refreshed dependencies using: bash ./gradlew clean build --refresh-dependencies 4. Verified that my gradle.properties file correctly specifies: cas.version=7.2.0 Despite these efforts, the issue persists, and it seems that this particular artifact has not been published for version 7.2.0. Could you confirm whether this artifact is expected to be available in version 7.2.0, or if there is an alternative solution to proceed with the upgrade? Thank you for your assistance! Best regards, Alexis. -- - Website: https://apereo.github.io/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscr...@apereo.org. To view this discussion visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/12f978f8-24ba-4996-acd5-b60ccba65311n%40apereo.org.