We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade049a commit ff5bf1aCopy full SHA for ff5bf1a
paimon_python_java/paimon-python-java-bridge/tools/ci/paimon-ci-tools/pom.xml
@@ -22,16 +22,13 @@ under the License.
22
23
<modelVersion>4.0.0</modelVersion>
24
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
-
+ <groupId>org.apache.paimon</groupId>
32
<artifactId>paimon-ci-tools</artifactId>
+ <version>0.1-SNAPSHOT</version>
33
<name>Paimon : Tools : CI : Java</name>
34
+ <packaging>jar</packaging>
+
35
<properties>
36
<japicmp.skip>true</japicmp.skip>
37
</properties>
0 commit comments