keycloak / keycloak-quickstarts

Apache License 2.0
1.99k stars 984 forks source link

Incorrect Keycloak version in the main branch of quickstarts #574

Closed mposolda closed 4 months ago

mposolda commented 4 months ago

Describe the bug

The commit https://github.com/keycloak/keycloak-quickstarts/commit/1efd0015276d6fe245f99d3c5132942c37a097e6 , which was merged to keycloak-quickstart branch main, changed the Keycloak version in various pom.xml and other files to 24.0.2 . This is not correct as the Keycloak version should be 999.0.0-SNAPSHOT in the quickstart version main .

The commit should be either reverted or just the commits updating the version should be updated to correct version.

Version

nightly from 2024-07-10

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Anything else?

No response