Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates SCM URLs in POM files from git:// to https:// protocol. #560

Merged
merged 11 commits into from
Jan 4, 2025
Merged
Prev Previous commit
Next Next commit
minor formatting
  • Loading branch information
nagu165 committed Jan 3, 2025
commit 9d88a3fccb1c6d785441306ffb7573e9fd9da1b2
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ public Xml.Tag visitTag(Xml.Tag tag, ExecutionContext ctx) {

return changed ? tag.withContent(contents) : tag;
}
}
}