Skip to content

Conversation

@muellerst-hg
Copy link

there's a new sonar-dependency-check release 6.0.0 available at https://github.com/dependency-check/dependency-check-sonar-plugin/releases/tag/6.0.0

6.0.0.downloadUrl=https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/6.0.0/sonar-dependency-check-plugin-6.0.0.jar

5.0.0.description=Update SonarQube-API and SonarSource Parent
5.0.0.sqs=[10.8,LATEST]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @muellerst-hg ,
thanks for your pull request. The range for LATEST can only be filled by one release.
But @ganncamp can explain it better.

6.0.0.date=2025-08-22
6.0.0.changelogUrl=https://github.com/dependency-check/dependency-check-sonar-plugin/releases/tag/6.0.0
6.0.0.downloadUrl=https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/6.0.0/sonar-dependency-check-plugin-6.0.0.jar

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Reamer is right. Only one version can target LATEST at a time. You'll need to update previous version, 5.0.0, to end those ranges before LATEST. If you were archiving 5.0.0, you could leave the rest of the range as-is. But public plugin versions can't overlap compatibility. This is about the Marketplace knowing when to tell users "Hey, it's time to upgrade your plugin."
Archived versions can overlap in compatibility with public versions. But public versions can't. This would be why for 4.0.1 sqVersions ends at 10.3 and 5.0.0 picks up at 10.4


6.0.0.description=Compatibilty with SonarQube >= 2025.1/25.1. Removed HTML report.
6.0.0.sqs=[2025.1,LATEST]
6.0.0.sqcb=[25.1,LATEST]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typically this range would start at 24.12 unless you mean to explicitly exclude it.

6.0.0.description=Compatibilty with SonarQube >= 2025.1/25.1. Removed HTML report.
6.0.0.sqs=[2025.1,LATEST]
6.0.0.sqcb=[25.1,LATEST]
6.0.0.date=2025-08-22
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This date needs to be ~ when the plugin enters the marketplace. Not when an underlying piece was released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants