jenkinsci / categorized-view-plugin

This is a plugin to create a new view named Categorized Jobs View, where jobs are grouped dynamically by regular expressions
https://plugins.jenkins.io/categorized-view/
GNU General Public License v3.0
11 stars 23 forks source link

Remove compatibleSinceVersion from POM #26

Closed mtughan closed 3 years ago

mtughan commented 3 years ago

This was mistakenly added to indicate the minimum required Jenkins version, but causes a data upgrade message to be shown in the Jenkins plugin manager instead (the jenkins.version property indicates the minimum required Jenkins version and is correct). Remove it.