Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Renaming proto directory (#87)
Browse files Browse the repository at this point in the history
Rename the directory so artifacts generated does not have src/main/proto in the hierarchy.

#86
  • Loading branch information
Steven Hartley authored Jan 10, 2024
1 parent 78bfef1 commit 3af4312
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
</executions>
<configuration>
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
<protoSourceRoot>${project.basedir}/uprotocol</protoSourceRoot>
</configuration>
</plugin>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ message UAttributes {
// Communication error attribute populated by uP-L2 dispatchers only when an error
// has occurred in the delivery of RPC request or response events.
// The contents of this attribute, if present, is the unsigned integer representation of
// google.rpc.Code
// UCode
optional int32 commstatus = 7;

// The correlation ID (UUDI) passed for response type messages to corelate the
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3af4312

Please sign in to comment.