-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UAttributesBuilder Documentation and Fix up-core-api build
Builder was missing documentation and was not building notifications correctly, as well the up-core-api being picked up needed to be on the 1.5.7 tag and not latest on main.
- Loading branch information
czfdcn
committed
Apr 3, 2024
1 parent
abe7a2b
commit 7ea0d2d
Showing
3 changed files
with
99 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "up-core-api"] | ||
path = up-core-api | ||
url = https://github.com/eclipse-uprotocol/up-core-api.git | ||
tag = uprotocol-core-api-1.5.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule up-core-api
updated
7 files
+2 −30 | README.adoc | |
+3 −2 | pom.xml | |
+10 −2 | uprotocol/core/udiscovery/v3/udiscovery.proto | |
+8 −10 | uprotocol/core/usubscription/v3/usubscription.proto | |
+5 −5 | uprotocol/core/utwin/v2/utwin.proto | |
+80 −41 | uprotocol/uattributes.proto | |
+21 −0 | uprotocol/uprotocol_options.proto |