This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/1.1 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 5fb8214c423a0a3e736af9678e34717746966f24 Author: HTHou <[email protected]> AuthorDate: Fri Nov 1 17:28:54 2024 +0800 fix release error --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d66989c7..7883ab4c 100644 --- a/pom.xml +++ b/pom.xml @@ -533,7 +533,7 @@ <execution> <id>create-source-package</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> <phase>package</phase> </execution>
