You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/11/15 05:51:40 UTC

[dubbo] 02/03: add gpg signing plugin for protobuf compiler

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

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git

commit ca8bd0f87e8d3c4f88486f1a5063c7a2d78c27d8
Author: ken.lj <ke...@gmail.com>
AuthorDate: Wed Oct 30 12:37:59 2019 +0800

    add gpg signing plugin for protobuf compiler
---
 compiler/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/build.gradle b/compiler/build.gradle
index f94fef7..8cbb08d 100644
--- a/compiler/build.gradle
+++ b/compiler/build.gradle
@@ -2,7 +2,7 @@ apply plugin: "cpp"
 apply plugin: "com.google.protobuf"
 
 group = "org.apache.dubbo"
-version = "1.19.0-SNAPSHOT" // CURRENT_GRPC_VERSION
+version = "1.19.0" // CURRENT_GRPC_VERSION
 
 description = 'The protoc plugin for gRPC Java'