Merge pull request #548 from square/jwilson.0516.fix_parent_relative_link

Fix the link to the parent pom.xml in kotlin/reflect
This commit is contained in:
Jesse Wilson
2018-05-16 14:48:47 -04:00
committed by GitHub

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>