Fix the link to the parent pom.xml in kotlin/reflect

This commit is contained in:
Jesse Wilson
2018-05-16 14:43:36 -04:00
parent 6142a167e9
commit 03f17310bc

View File

@@ -7,6 +7,7 @@
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>moshi-kotlin</artifactId>