blob: b1b07f5398d502ff268c48a038650de0e16713fe [file] [log] [blame]
Marker
<resource> = com.foo.project1-feature/feature.xml
<charStart> = (5,17)
<charEnd> = (5,22)
<severity> = ERROR
<message> = Version must be increased to 1.0.100 because the project's contents have changed
problemType = component.version
quickFixPattern = feature.*?version\s*=\s*["'](\d+(\.\d+(\.\d+)?)?)
quickFixReplacement = 1.0.100
FIX = Change the version (Change the version to 1.0.100)