Removed explicit Kotlin versioning from POM

This commit is contained in:
Oleg Zhurakousky
2023-05-26 17:23:52 +02:00
committed by Soby Chacko
parent 2d2d4f2f5e
commit 0245376032
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
</parent>
<properties>
<kotlin.version>1.7.22</kotlin.version>
<kotlin.version>1.9.0</kotlin.version>
</properties>
<dependencies>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<version>${kotlin.version}</version>
<!-- <version>${kotlin.version}</version>-->
<scope>test</scope>
</dependency>
</dependencies>
@@ -57,7 +57,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.version}</version>
<!-- <version>${kotlin.version}</version>-->
<executions>
<execution>
<id>compile</id>

View File

@@ -87,7 +87,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>${kotlin.version}</version>
<!-- <version>${kotlin.version}</version>-->
</dependency>
</dependencies>
@@ -96,7 +96,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.version}</version>
<!-- <version>${kotlin.version}</version>-->
<executions>
<execution>
<id>compile</id>