Skip to content

Commit

Permalink
Add the vertx5 parent pom repo (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Viet <[email protected]>
  • Loading branch information
vietj authored Jun 16, 2024
1 parent 7c7300c commit f1685bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions otterdog/eclipse-vertx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -382,5 +382,17 @@ orgs.newOrg('eclipse-vertx') {
vertxBranchProtectionRule('4.*'),
],
},
newVertxRepo('vertx5-parent', 'main') {
description: "Vert.x 5 Parent pom",
homepage: "",
topics+: [
"java",
"vertx",
"maven"
],
workflows+: {
default_workflow_permissions: "write",
},
},
],
}

0 comments on commit f1685bd

Please sign in to comment.