fix bad pom parent

This commit is contained in:
James Strachan
2012-04-05 18:43:33 +01:00
parent f0b709552a
commit ca7ff2e2e4
@@ -6,8 +6,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-project</artifactId>
<groupId>org.jetbrains.kotlin.examples</groupId>
<artifactId>examples</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>