-
Notifications
You must be signed in to change notification settings - Fork 70
Update authoidc.properties #725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@pascal-hofmann this PR does nothing but change ownership of this incompatible plugin.
|
Hi @ganncamp,
Cheers |
FYI I'm off next week and will likely spend at least a few days digging out when I get back. |
The plugin repository was transferred to a separate github org and a new version of the plugin was released.
Hi @ganncamp, I finally came around to testing/releasing a new version. I've updated this PR accordingly. Please give me a shout if anything is missing/incorrect. Cheers |
|
||
defaults.mavenGroupId=org.vaulttec.sonarqube.auth.oidc | ||
defaults.mavenArtifactId=sonar-auth-oidc-plugin | ||
|
||
3.0.0.description=Add compatibility with Sonarqube v25.x/2025.x. | ||
3.0.0.sqs=[2025.1,2025.2] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless you specifically know that compatibility ends with 2025.2, best practice is to end this range with LATEST
so that it's marked compatible with future versions as they're released.
|
||
defaults.mavenGroupId=org.vaulttec.sonarqube.auth.oidc | ||
defaults.mavenArtifactId=sonar-auth-oidc-plugin | ||
|
||
3.0.0.description=Add compatibility with Sonarqube v25.x/2025.x. | ||
3.0.0.sqs=[2025.1,2025.2] | ||
3.0.0.sqcb=[25.1,25.2] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto
The plugin repository was transferred to a separate github org.