Skip to content

Commit 54da90f

Browse files
committed
add apache as parent pom for fury kotlin
1 parent 7890aae commit 54da90f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kotlin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2525

26+
<parent>
27+
<groupId>org.apache</groupId>
28+
<artifactId>apache</artifactId>
29+
<version>29</version>
30+
</parent>
2631
<groupId>org.apache.fury</groupId>
2732
<artifactId>fury-kotlin</artifactId>
2833
<version>0.9.0</version>

0 commit comments

Comments
 (0)