Skip to content

Commit

Permalink
Also change plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 18, 2024
1 parent b754ed1 commit 5a85fc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public Xml visitTag(Xml.Tag tag, ExecutionContext ctx) {
maybeUpdateModel();
return t;
}
if (isOldDependencyTag) {
if (isOldDependencyTag || isPluginDependencyTag(oldGroupId, oldArtifactId)) {
String groupId = newGroupId;
if (groupId != null) {
t = changeChildTagValue(t, "groupId", groupId, ctx);
Expand Down

0 comments on commit 5a85fc6

Please sign in to comment.