This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix_release_issue in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit f8170846423762a19d084443417d58eeb1609ac1 Author: HTHou <[email protected]> AuthorDate: Fri Nov 1 17:46:58 2024 +0800 fix release problem --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 196d0f6c..24a8a5a7 100644 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.3.1</version> + <!--DO NOT UPDATE to 3.3.x, the release will fail--> + <version>3.2.1</version> </plugin> <plugin> <groupId>au.com.acegi</groupId>
