You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/31 06:47:29 UTC

[skywalking-data-collect-protocol] branch master updated: Remove v3 from package name.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new c106b75  Remove v3 from package name.
c106b75 is described below

commit c106b75eae833ea3ad7c9bade5f0ecfe519e2aa5
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Mar 31 14:46:59 2020 +0800

    Remove v3 from package name.
---
 management/Management.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/management/Management.proto b/management/Management.proto
index d22de66..b913677 100644
--- a/management/Management.proto
+++ b/management/Management.proto
@@ -19,7 +19,7 @@
 syntax = "proto3";
 
 option java_multiple_files = true;
-option java_package = "org.apache.skywalking.apm.network.management.v3";
+option java_package = "org.apache.skywalking.apm.network.management";
 option csharp_namespace = "SkyWalking.NetworkProtocol";
 
 import "common/Common.proto";