Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: dubbo-samples-environment-keys #775

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: modify dubbo version
huang312 committed Mar 7, 2023
commit 268aa6bdbeb0ae177a957dc9534bca20c59100e9
2 changes: 1 addition & 1 deletion 2-advanced/dubbo-samples-environment-keys/pom.xml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
<properties>
<source.level>1.8</source.level>
<target.level>1.8</target.level>
<dubbo.version>3.1.6</dubbo.version>
<dubbo.version>3.2.0-beta.6-SNAPSHOT</dubbo.version>
<junit.version>4.13.1</junit.version>
<spring-boot.version>2.7.8</spring-boot.version>
</properties>