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-samples.git
The following commit(s) were added to refs/heads/master by this push:
new de3b882 spi-compatible run on 3.* only
de3b882 is described below
commit de3b8823e4256df4c34cc5bc946e5ae3e2b36efa
Author: ken.lj <[email protected]>
AuthorDate: Mon Jan 10 15:38:25 2022 +0800
spi-compatible run on 3.* only
---
dubbo-samples-spi-compatible/case-versions.conf | 2 +-
dubbo-samples-version/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dubbo-samples-spi-compatible/case-versions.conf
b/dubbo-samples-spi-compatible/case-versions.conf
index 0e26c8b..d718a9f 100644
--- a/dubbo-samples-spi-compatible/case-versions.conf
+++ b/dubbo-samples-spi-compatible/case-versions.conf
@@ -20,5 +20,5 @@
# Supported component versions of the test case
# Spring app
-dubbo.version=2.7*, 3.*
+dubbo.version=3.*
spring.version=4.*, 5.*
diff --git a/dubbo-samples-version/pom.xml b/dubbo-samples-version/pom.xml
index d393317..16ff1e6 100644
--- a/dubbo-samples-version/pom.xml
+++ b/dubbo-samples-version/pom.xml
@@ -29,7 +29,7 @@
<properties>
<source.level>1.8</source.level>
<target.level>1.8</target.level>
- <dubbo.version>3.0.2.1</dubbo.version>
+ <dubbo.version>3.0.6-SNAPSHOT</dubbo.version>
<spring.version>4.3.16.RELEASE</spring.version>
<junit.version>4.12</junit.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]