Hide Forgot
Created attachment 840033 [details] screenshot Description of problem: When I change the group and/or artifact ID of a project and save the new data then the header 'Project: [groupId:artifactId:version]' will not be updated right away. See attached screenshot. How reproducible: Steps to Reproduce: 1. click 'Tools' -> 'Project Editor' 2. update groupId and artifactId 3. click 'Save' to save the changes Actual results: header says 'Project: [old_groupId:old_artifactId:old_version]' Expected results: header says 'Project: [new_groupId:new_artifactId:old_version]' (as version was not changed) Additional info: the screenshot shows a project where the groupId and versionId was changed - prefix '_RENAMED' was appended. The header still says 'Project: [mortgages:mortgages:0.0.1]'
Verified on 6.0.1.ER2.