Skip to content

Commit ff5bf1a

Browse files
author
yuzelin
committed
fix
1 parent ade049a commit ff5bf1a

File tree

1 file changed

+4
-7
lines changed
  • paimon_python_java/paimon-python-java-bridge/tools/ci/paimon-ci-tools

1 file changed

+4
-7
lines changed

paimon_python_java/paimon-python-java-bridge/tools/ci/paimon-ci-tools/pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@ under the License.
2222

2323
<modelVersion>4.0.0</modelVersion>
2424

25-
<parent>
26-
<artifactId>paimon-python-java-bridge</artifactId>
27-
<groupId>org.apache.paimon</groupId>
28-
<version>0.1-SNAPSHOT</version>
29-
<relativePath>../../..</relativePath>
30-
</parent>
31-
25+
<groupId>org.apache.paimon</groupId>
3226
<artifactId>paimon-ci-tools</artifactId>
27+
<version>0.1-SNAPSHOT</version>
3328
<name>Paimon : Tools : CI : Java</name>
3429

30+
<packaging>jar</packaging>
31+
3532
<properties>
3633
<japicmp.skip>true</japicmp.skip>
3734
</properties>

0 commit comments

Comments
 (0)