You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2022/12/22 02:27:45 UTC

[dubbo-samples] branch master updated: Fix curator5 not found in 2.7 (#652)

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

albumenj 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 595c47ae Fix curator5 not found in 2.7 (#652)
595c47ae is described below

commit 595c47ae5cfb3ef30f496aaca0461c9d67d457a7
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Thu Dec 22 10:27:41 2022 +0800

    Fix curator5 not found in 2.7 (#652)
    
    * Fix curator5 not found in 2.7
    
    * Fix curator5 not found in 2.7
---
 1-basic/dubbo-samples-annotation/case-versions.conf | 2 +-
 1-basic/dubbo-samples-api/case-versions.conf        | 2 +-
 1-basic/dubbo-samples-basic/case-versions.conf      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/1-basic/dubbo-samples-annotation/case-versions.conf b/1-basic/dubbo-samples-annotation/case-versions.conf
index 647a422d..4f73eff6 100644
--- a/1-basic/dubbo-samples-annotation/case-versions.conf
+++ b/1-basic/dubbo-samples-annotation/case-versions.conf
@@ -19,6 +19,6 @@
 # Supported component versions of the test case
 
 # Spring app
-dubbo.version=2.7*, 3.*
+dubbo.version=3.*
 spring.version=4.*, 5.*, 6.*
 java.version= [ >= 8]
diff --git a/1-basic/dubbo-samples-api/case-versions.conf b/1-basic/dubbo-samples-api/case-versions.conf
index 51bf3b7c..4a7cfaf9 100644
--- a/1-basic/dubbo-samples-api/case-versions.conf
+++ b/1-basic/dubbo-samples-api/case-versions.conf
@@ -20,6 +20,6 @@
 # Supported component versions of the test case
 
 # Spring app
-dubbo.version=2.7*, 3.*
+dubbo.version=3.*
 spring.version=4.*, 5.*
 java.version= [ >= 8 ]
\ No newline at end of file
diff --git a/1-basic/dubbo-samples-basic/case-versions.conf b/1-basic/dubbo-samples-basic/case-versions.conf
index f7373a53..b03fb1ae 100644
--- a/1-basic/dubbo-samples-basic/case-versions.conf
+++ b/1-basic/dubbo-samples-basic/case-versions.conf
@@ -20,6 +20,6 @@
 # Supported component versions of the test case
 
 # Spring app
-dubbo.version=2.7*, 3.*
+dubbo.version=3.*
 spring.version=4.*, 5.*
 java.version= [>= 8]


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