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

Commit

Permalink
Change uTwin version to v2
Browse files Browse the repository at this point in the history
The uProtocol 1.3.6 version that uses CloudEvents will be v1 so the Eclipse version that uses UMessage MUST be v2 to follow semver requirements.

#110
  • Loading branch information
czfdcn committed Mar 13, 2024
1 parent dc35387 commit b9265d0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023 General Motors GTO LLC
* Copyright (c) 2024 General Motors GTO LLC
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -19,7 +19,7 @@
* under the License.
*
* SPDX-FileType: SOURCE
* SPDX-FileCopyrightText: 2023 General Motors GTO LLC
* SPDX-FileCopyrightText: 2024 General Motors GTO LLC
* SPDX-License-Identifier: Apache-2.0
*/
syntax = "proto3";
Expand All @@ -38,7 +38,7 @@ option java_multiple_files = true;
// uTwin Service interface definition
service uTwin {
option (name) = "core.utwin"; // Service name
option (version_major) = 1;
option (version_major) = 2;
option (version_minor) = 0;
option (id) = 26;

Expand Down

0 comments on commit b9265d0

Please sign in to comment.