You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/08/24 01:21:06 UTC

[servicecomb-pack] branch master updated: Fixed the Travis build

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new 819a36a  Fixed the Travis build
819a36a is described below

commit 819a36ab13d518977ce9daf4ee2fdcb62413b88a
Author: Willem Jiang <wi...@gmail.com>
AuthorDate: Sat Aug 24 09:17:10 2019 +0800

    Fixed the Travis build
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e0e54a..a7734c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -702,7 +702,7 @@
         <plugin>
           <groupId>org.xolstice.maven.plugins</groupId>
           <artifactId>protobuf-maven-plugin</artifactId>
-          <version>0.6.0-SNAPSHOT</version>
+          <version>0.5.0</version>
           <configuration>
             <protocArtifact>com.google.protobuf:protoc:3.5.0:exe:${os.detected.classifier}</protocArtifact>
             <pluginId>grpc-java</pluginId>