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 2022/01/26 07:04:25 UTC

[skywalking-agent-test-tool] branch master updated: Update protocol commit id (#34)

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-agent-test-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new 3792b52  Update protocol commit id (#34)
3792b52 is described below

commit 3792b52c5b27462630bfd556bdc4cc7b5c41b321
Author: zhang-wei <zh...@apache.org>
AuthorDate: Wed Jan 26 15:04:20 2022 +0800

    Update protocol commit id (#34)
---
 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 e7caedc..20aad86 100644
--- a/mock-collector/pom.xml
+++ b/mock-collector/pom.xml
@@ -34,7 +34,7 @@
     <url>http://maven.apache.org</url>
 
     <properties>
-        <protocol.version>7da226cfced7fa4eb91c6528e8c30827288531a0</protocol.version>
+        <protocol.version>667134d08ffd63122062971d320c34e7e10a7c9e</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>