Skip to content

Commit

Permalink
add apache as parent pom for fury kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Oct 28, 2024
1 parent 7890aae commit 54da90f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 54da90f

Please sign in to comment.