Skip to content

Commit

Permalink
Adding up-client-mqtt5-java project (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hartley authored May 30, 2024
1 parent 2ce3bc5 commit 89e00dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,17 @@ orgs.newOrg('eclipse-uprotocol') {
],
web_commit_signoff_required: false,
},
orgs.newRepo('up-client-mqtt5-java') {
allow_update_branch: false,
description: "Java uPClient for MQTT5",
topics+: [
"mqtt5",
"java",
"up-client",
"uprotocol"
],
web_commit_signoff_required: false,
},
orgs.newRepo('up-client-mqtt5-rust') {
allow_update_branch: false,
description: "Rust client to communicate with a MQTT5 broker",
Expand Down

0 comments on commit 89e00dc

Please sign in to comment.