This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git
The following commit(s) were added to refs/heads/main by this push:
new ccb7e3c0 Fix compile
ccb7e3c0 is described below
commit ccb7e3c032845ff70ebb8d2cee10b4125ed75ec9
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Mar 11 16:17:36 2024 +0800
Fix compile
---
99-integration/dubbo-samples-test-13787/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/99-integration/dubbo-samples-test-13787/pom.xml
b/99-integration/dubbo-samples-test-13787/pom.xml
index e6881b80..c162c13d 100644
--- a/99-integration/dubbo-samples-test-13787/pom.xml
+++ b/99-integration/dubbo-samples-test-13787/pom.xml
@@ -34,7 +34,7 @@
<artifactId>dubbo-samples-test-13787</artifactId>
<properties>
- <dubbo.version>3.2.12</dubbo.version>
+ <dubbo.version>3.2.11</dubbo.version>
<junit.version>4.13.1</junit.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>