This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new c2b273e44a Update java version
c2b273e44a is described below
commit c2b273e44a95bef3f268ef60493be55f15b577de
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Nov 13 15:06:03 2023 +0800
Update java version
---
dubbo-distribution/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-distribution/pom.xml b/dubbo-distribution/pom.xml
index 0353371b4d..4b1b641e71 100644
--- a/dubbo-distribution/pom.xml
+++ b/dubbo-distribution/pom.xml
@@ -47,7 +47,7 @@
<profile>
<id>dubbo-all</id>
<activation>
- <jdk>[8,)</jdk>
+ <jdk>[1.7,)</jdk>
</activation>
<modules>
<module>dubbo-all</module>