Suppressed ignored pom warning.
This commit is contained in:
parent
a52da46f52
commit
1f8f5889cc
@ -13,6 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>uk.co.neviyn</groupId>
|
<groupId>uk.co.neviyn</groupId>
|
||||||
<artifactId>Observations</artifactId>
|
<artifactId>Observations</artifactId>
|
||||||
|
<!--suppress MavenPropertyInParent -->
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@ -62,10 +63,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.kotlin</groupId>
|
<groupId>org.jetbrains.kotlin</groupId>
|
||||||
<artifactId>kotlin-stdlib-jdk8</artifactId>
|
<artifactId>kotlin-stdlib-jdk8</artifactId>
|
||||||
|
<version>${kotlin.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.kotlin</groupId>
|
<groupId>org.jetbrains.kotlin</groupId>
|
||||||
<artifactId>kotlin-reflect</artifactId>
|
<artifactId>kotlin-reflect</artifactId>
|
||||||
|
<version>${kotlin.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>uk.co.neviyn</groupId>
|
<groupId>uk.co.neviyn</groupId>
|
||||||
<artifactId>Observations</artifactId>
|
<artifactId>Observations</artifactId>
|
||||||
|
<!--suppress MavenPropertyInParent -->
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user