Skip to content

Commit

Permalink
Rename master to main for MVC repos (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivar Grimstad <[email protected]>
  • Loading branch information
ivargrimstad authored Apr 6, 2024
1 parent 9dc6da8 commit 08d0752
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions otterdog/jakartaee.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,6 @@ orgs.newOrg('jakartaee') {
orgs.newRepo('mvc') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Jakarta MVC Specification",
Expand All @@ -1178,7 +1177,6 @@ orgs.newOrg('jakartaee') {
orgs.newRepo('mvc-tck') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "MVC tck",
Expand Down

0 comments on commit 08d0752

Please sign in to comment.