You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/17 14:29:40 UTC

[skywalking-agent-test-tool] branch protoco created (now 7812b0a)

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

kezhenxu94 pushed a change to branch protoco
in repository https://gitbox.apache.org/repos/asf/skywalking-agent-test-tool.git.


      at 7812b0a  update data collect protocol

This branch includes the following new commits:

     new 7812b0a  update data collect protocol

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-agent-test-tool] 01/01: update data collect protocol

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch protoco
in repository https://gitbox.apache.org/repos/asf/skywalking-agent-test-tool.git

commit 7812b0aa701a4fc3c3a23ab1464b254219dcd4a7
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Dec 17 22:29:20 2020 +0800

    update data collect protocol
---
 mock-collector/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mock-collector/pom.xml b/mock-collector/pom.xml
index 20fca71..ae497af 100644
--- a/mock-collector/pom.xml
+++ b/mock-collector/pom.xml
@@ -34,7 +34,7 @@
     <url>http://maven.apache.org</url>
 
     <properties>
-        <protocol.version>9933e2d17078c2bf07cd1c8d5ef36d52b5cbb917</protocol.version>
+        <protocol.version>345d9edac842179e61504999c91bf2bec6ae0ff7</protocol.version>
         <protocol.workingDirectory>${project.basedir}/target/protocol</protocol.workingDirectory>
         <protocol.repos>https://github.com/apache/skywalking-data-collect-protocol.git</protocol.repos>
         <protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>