Fix various maven pom problems:

- Add relativePath to samples pom.
- Specify versions of plugins
This commit is contained in:
Ilya Gorbunov
2016-12-04 13:41:30 +03:00
parent df88ebb1b3
commit a6fb61f5c3
5 changed files with 9 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-project</artifactId>
<version>1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>kotlin-stdlib-samples</artifactId>