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
The following commit(s) were added to refs/heads/rc/1.1 by this push:
new 9bf48848 fix release problem
9bf48848 is described below
commit 9bf4884832e7379871891bd410c0b02a2d2a147f
Author: HTHou <[email protected]>
AuthorDate: Fri Nov 1 17:46:58 2024 +0800
fix release problem
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7883ab4c..49aa6629 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,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>
@@ -533,7 +534,7 @@
<execution>
<id>create-source-package</id>
<goals>
- <goal>jar-no-fork</goal>
+ <goal>jar</goal>
</goals>
<phase>package</phase>
</execution>