You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by cr...@apache.org on 2022/06/14 09:12:53 UTC

[dubbo-samples] branch master updated: fix reactor samples

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70e1c542 fix reactor samples
     new d5a14f39 Merge pull request #459 from CrazyHZM/fix/reactor
70e1c542 is described below

commit 70e1c54297015e133bdc5be6df8e7c968f92cb88
Author: crazyhzm <cr...@apache.org>
AuthorDate: Tue Jun 14 17:11:30 2022 +0800

    fix reactor samples
    
    Signed-off-by: crazyhzm <cr...@apache.org>
---
 dubbo-samples-grpc/dubbo-samples-reactor/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dubbo-samples-grpc/dubbo-samples-reactor/pom.xml b/dubbo-samples-grpc/dubbo-samples-reactor/pom.xml
index 75682b56..91d0e6e9 100644
--- a/dubbo-samples-grpc/dubbo-samples-reactor/pom.xml
+++ b/dubbo-samples-grpc/dubbo-samples-reactor/pom.xml
@@ -32,6 +32,7 @@
         <junit.version>4.12</junit.version>
         <spring.version>4.3.16.RELEASE</spring.version>
         <grpc.version>1.31.1</grpc.version>
+        <compiler.version>0.0.1</compiler.version>
     </properties>
 
     <dependencyManagement>
@@ -166,7 +167,7 @@
                             <id>reactor-dubbo-grpc</id>
                             <groupId>org.apache.dubbo</groupId>
                             <artifactId>dubbo-compiler</artifactId>
-                            <version>0.0.1</version>
+                            <version>${compiler.version}</version>
                             <mainClass>org.apache.dubbo.gen.grpc.reactive.ReactorDubboGrpcGenerator</mainClass>
                         </protocPlugin>
                     </protocPlugins>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org