We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7890aae commit 54da90fCopy full SHA for 54da90f
kotlin/pom.xml
@@ -23,6 +23,11 @@
23
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25
26
+ <parent>
27
+ <groupId>org.apache</groupId>
28
+ <artifactId>apache</artifactId>
29
+ <version>29</version>
30
+ </parent>
31
<groupId>org.apache.fury</groupId>
32
<artifactId>fury-kotlin</artifactId>
33
<version>0.9.0</version>
0 commit comments