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/12/17 14:37:32 UTC

[skywalking-agent-test-tool] branch master updated: update data collect protocol (#27)

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 24270f8  update data collect protocol (#27)
24270f8 is described below

commit 24270f8f1ee1cb9186ede5202ff1c4ae3d2d482a
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Thu Dec 17 22:37:23 2020 +0800

    update data collect protocol (#27)
    
    * update data collect protocol
    
    * remove setup-maven that breaks GHA
---
 .github/workflows/ci.yml | 6 ------
 mock-collector/pom.xml   | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c10b1d3..65f2d3f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,9 +34,6 @@ jobs:
       - uses: actions/setup-java@v1
         with:
           java-version: 8
-      - uses: aahmed-se/setup-maven@v3
-        with:
-          maven-version: 3.6.1
       - name: 'Install & Test'
         run: mvn clean install
 
@@ -50,8 +47,5 @@ jobs:
       - uses: actions/setup-java@v1
         with:
           java-version: 8
-      - uses: aahmed-se/setup-maven@v3
-        with:
-          maven-version: 3.6.1
       - name: 'Install & Test'
         run: ./mvnw clean install
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>