This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to tag v0.9.0-rc1
in repository https://gitbox.apache.org/repos/asf/fury.git

commit 54da90f2a7887501b187e5325ee6194e258390e3
Author: chaokunyang <[email protected]>
AuthorDate: Tue Oct 29 01:01:43 2024 +0800

    add apache as parent pom for fury kotlin
---
 kotlin/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kotlin/pom.xml b/kotlin/pom.xml
index 330b39bd..e0a1d76d 100644
--- a/kotlin/pom.xml
+++ b/kotlin/pom.xml
@@ -23,6 +23,11 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
+    <parent>
+      <groupId>org.apache</groupId>
+      <artifactId>apache</artifactId>
+      <version>29</version>
+    </parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-kotlin</artifactId>
     <version>0.9.0</version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to