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 <[email protected]>
AuthorDate: Tue Jun 14 17:11:30 2022 +0800
fix reactor samples
Signed-off-by: crazyhzm <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]