This is an automated email from the ASF dual-hosted git repository. sunnianjun pushed a commit to branch 5.4.1.1-release in repository https://gitbox.apache.org/repos/asf/shardingsphere-plugin.git
commit 1cf938fe4a9ac3681f8b52a5d3714e87b6460fff Author: 孙念君 Nianjun Sun <[email protected]> AuthorDate: Fri Dec 15 14:02:45 2023 +0800 Fix : set the correct dependency version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1bc0e31..4bddabc 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ <rat.skip>true</rat.skip> <!-- 2nd party library versions --> - <shardingsphere.version>5.4.1-SNAPSHOT</shardingsphere.version> + <shardingsphere.version>5.4.1</shardingsphere.version> <!-- 3rd party library versions --> <guava.version>32.1.2-jre</guava.version>
