diff --git a/build-parent/pom.xml b/build-parent/pom.xml index b8d27d32f0214..73ec3e507daca 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -371,7 +371,7 @@ - [11,) + [${maven.compiler.release},) ${supported-maven-versions} @@ -610,6 +610,14 @@ revapi-maven-plugin ${revapi-maven-plugin.version} + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + ${maven.compiler.release} + + diff --git a/extensions/panache/hibernate-orm-panache-kotlin/deployment/pom.xml b/extensions/panache/hibernate-orm-panache-kotlin/deployment/pom.xml index 67133b7cac96d..e4536a3581ba5 100644 --- a/extensions/panache/hibernate-orm-panache-kotlin/deployment/pom.xml +++ b/extensions/panache/hibernate-orm-panache-kotlin/deployment/pom.xml @@ -89,7 +89,6 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${kotlin.version} compile @@ -117,9 +116,6 @@ - - 1.8 - diff --git a/extensions/panache/hibernate-orm-panache-kotlin/runtime/pom.xml b/extensions/panache/hibernate-orm-panache-kotlin/runtime/pom.xml index 8e04a52a1e7b5..5b2daa6b0de2d 100644 --- a/extensions/panache/hibernate-orm-panache-kotlin/runtime/pom.xml +++ b/extensions/panache/hibernate-orm-panache-kotlin/runtime/pom.xml @@ -101,7 +101,6 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${kotlin.version} compile @@ -124,9 +123,6 @@ - - 11 - org.apache.maven.plugins diff --git a/extensions/panache/mongodb-panache-kotlin/deployment/pom.xml b/extensions/panache/mongodb-panache-kotlin/deployment/pom.xml index c85ca75112746..a8ff3ec6da5f8 100644 --- a/extensions/panache/mongodb-panache-kotlin/deployment/pom.xml +++ b/extensions/panache/mongodb-panache-kotlin/deployment/pom.xml @@ -62,7 +62,6 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${kotlin.version} compile @@ -93,7 +92,6 @@ true - 1.8 diff --git a/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml b/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml index 665c021c321c9..bc09fddf5aea8 100644 --- a/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml +++ b/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml @@ -116,7 +116,6 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${kotlin.version} compile @@ -147,7 +146,6 @@ true - 11 diff --git a/integration-tests/hibernate-orm-panache-kotlin/pom.xml b/integration-tests/hibernate-orm-panache-kotlin/pom.xml index 25c97e63fc12b..dec8c05ffc0b9 100644 --- a/integration-tests/hibernate-orm-panache-kotlin/pom.xml +++ b/integration-tests/hibernate-orm-panache-kotlin/pom.xml @@ -196,7 +196,6 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${kotlin.version} compile @@ -227,7 +226,6 @@ - 1.8 diff --git a/integration-tests/kotlin/pom.xml b/integration-tests/kotlin/pom.xml index 3cd98b0d77c73..b0d66501d4cec 100644 --- a/integration-tests/kotlin/pom.xml +++ b/integration-tests/kotlin/pom.xml @@ -90,7 +90,6 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${kotlin.version} compile @@ -107,9 +106,6 @@ - - 1.8 - org.apache.maven.plugins diff --git a/integration-tests/mongodb-panache-kotlin/pom.xml b/integration-tests/mongodb-panache-kotlin/pom.xml index 69cd94f5f2ddf..930b7ec64eff9 100755 --- a/integration-tests/mongodb-panache-kotlin/pom.xml +++ b/integration-tests/mongodb-panache-kotlin/pom.xml @@ -164,7 +164,6 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${kotlin.version} compile @@ -195,7 +194,6 @@ - 1.8 diff --git a/integration-tests/resteasy-reactive-kotlin/pom.xml b/integration-tests/resteasy-reactive-kotlin/pom.xml index b4353f53db0cf..4fc33fe3b7929 100644 --- a/integration-tests/resteasy-reactive-kotlin/pom.xml +++ b/integration-tests/resteasy-reactive-kotlin/pom.xml @@ -119,7 +119,6 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${kotlin.version} compile @@ -143,7 +142,6 @@ true - 1.8 all-open