diff --git a/core/pom.xml b/core/pom.xml index 1ac09ff0..7d5315d2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,8 +2,8 @@ 4.0.0 - kotlin-spark-api-parent org.jetbrains.kotlin.spark + kotlin-spark-api-parent 0.3.2 core diff --git a/examples/pom.xml b/examples/pom.xml index 66e4dfb8..ae6811d6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -1,86 +1,85 @@ - + - 4.0.0 + 4.0.0 - - kotlin-spark-api-parent - org.jetbrains.kotlin.spark - 0.3.2 - + + org.jetbrains.kotlin.spark + kotlin-spark-api-parent + 0.3.2 + - org.jetbrains.kotlin.spark.examples - examples - jar + org.jetbrains.kotlin.spark.examples + examples + jar - Kotlin Spark API: Examples + Kotlin Spark API: Examples - - UTF-8 - 1.3.72 - official - 4.12 - + + UTF-8 + 1.3.72 + official + 4.12 + - - - org.jetbrains.kotlin.spark - kotlin-spark-api - ${project.version} - - - org.apache.spark - spark-sql_2.12 - + + + org.jetbrains.kotlin.spark + kotlin-spark-api + ${project.version} + + + org.apache.spark + spark-sql_2.12 + - + - - src/main/kotlin - src/test/kotlin + + src/main/kotlin + src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - compile - - compile - - - 1.8 - - - - test-compile - test-compile - - test-compile - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 3.3.0 - - - jar-with-dependencies - - - - org.jetbrains.spark.api.examples.WordCountKt - - - - - - + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + + compile + + compile + + 1.8 + + + + test-compile + + test-compile + + test-compile + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + + jar-with-dependencies + + + + org.jetbrains.spark.api.examples.WordCountKt + + + + + + diff --git a/kotlin-spark-api/pom.xml b/kotlin-spark-api/pom.xml index 5b8e0621..3aa80f18 100644 --- a/kotlin-spark-api/pom.xml +++ b/kotlin-spark-api/pom.xml @@ -1,154 +1,153 @@ - + - 4.0.0 + 4.0.0 - - kotlin-spark-api-parent - org.jetbrains.kotlin.spark - 0.3.2 - + + org.jetbrains.kotlin.spark + kotlin-spark-api-parent + 0.3.2 + - kotlin-spark-api - jar + kotlin-spark-api + jar - Kotlin Spark API + Kotlin Spark API - - UTF-8 - 1.3.72 - official - 0.10.1 - 4.1.3 - + + UTF-8 + 1.3.72 + official + 0.10.1 + 4.1.3 + - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-reflect - ${kotlin.version} - - - org.jetbrains.kotlin.spark - core - ${parent.version} - - - org.apache.spark - spark-sql_2.12 - provided - - - io.kotest - kotest-runner-junit5-jvm - ${kotest.version} - test - - - io.kotest - kotest-assertions-core-jvm - ${kotest.version} - test - - - io.kotest - kotest-runner-console-jvm - ${kotest.version} - test - - - com.beust - klaxon - 5.4 - test - - - ch.tutteli.atrium - atrium-fluent-en_GB - 0.12.0 - test - - + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + + + org.jetbrains.kotlin.spark + core + ${parent.version} + + + org.apache.spark + spark-sql_2.12 + provided + + + io.kotest + kotest-runner-junit5-jvm + ${kotest.version} + test + + + io.kotest + kotest-assertions-core-jvm + ${kotest.version} + test + + + io.kotest + kotest-runner-console-jvm + ${kotest.version} + test + + + com.beust + klaxon + 5.4 + test + + + ch.tutteli.atrium + atrium-fluent-en_GB + 0.12.0 + test + + - - src/main/kotlin - src/test/kotlin + + src/main/kotlin + src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - compile - - compile - - - true - 1.8 - - -Xopt-in=kotlin.RequiresOptIn - -XXLanguage:+InlineClasses - - - - - test-compile - test-compile - - test-compile - - - true - 1.8 - - -Xopt-in=kotlin.RequiresOptIn - -XXLanguage:+InlineClasses - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M5 - - - org.jetbrains.dokka - dokka-maven-plugin - ${dokka.version} - - - pre-site - - dokka - - - - - - - - - jcenter - https://jcenter.bintray.com/ - - - - - jcenter - JCenter - https://jcenter.bintray.com/ - - + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + + compile + + compile + + true + 1.8 + + -Xopt-in=kotlin.RequiresOptIn + -XXLanguage:+InlineClasses + + + + + test-compile + + test-compile + + test-compile + + true + 1.8 + + -Xopt-in=kotlin.RequiresOptIn + -XXLanguage:+InlineClasses + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + org.jetbrains.dokka + dokka-maven-plugin + ${dokka.version} + + + + dokka + + pre-site + + + + + + + + jcenter + https://jcenter.bintray.com/ + + + + + jcenter + JCenter + https://jcenter.bintray.com/ + + diff --git a/pom.xml b/pom.xml index 9bc45e98..52424ceb 100644 --- a/pom.xml +++ b/pom.xml @@ -1,92 +1,98 @@ - - - 4.0.0 - org.jetbrains.kotlin.spark - kotlin-spark-api-parent - 0.3.2 - kotlin-spark-api-parent - http://maven.apache.org - pom - - kotlin-spark-api - examples - core - - - - - org.apache.spark - spark-sql_2.12 - 3.0.0 - - - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.9.1 - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M5 - - - - - - org.codehaus.mojo - license-maven-plugin - 2.0.0 - - - first - - update-file-header - - process-sources - - - - - src/main/ - src/test/ - - apache_v2 - =LICENSE= - =LICENSE END= - ---------- - - - - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - - - - - asm0dey - Pasha Finkelshteyn - asm0dey@jetbrains.com - GMT+3 - - - vitay.khudobakhshov - Vitay Khudobakhshov - vitay.khudobakhshov@jetbrains.com - GMT+3 - - - - JetBrains - https://www.jetbrains.com/ - - 2019 + + + 4.0.0 + org.jetbrains.kotlin.spark + kotlin-spark-api-parent + 0.3.2 + pom + kotlin-spark-api-parent + + kotlin-spark-api + examples + core + + + + + org.apache.spark + spark-sql_2.12 + 3.0.0 + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.9.1 + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + + + + org.codehaus.mojo + license-maven-plugin + 2.0.0 + + + src/main/ + src/test/ + + apache_v2 + =LICENSE= + =LICENSE END= + ---------- + + + + first + + update-file-header + + process-sources + + + + + + http://maven.apache.org + 2019 + + JetBrains + https://www.jetbrains.com/ + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + + + + + asm0dey + Pasha Finkelshteyn + asm0dey@jetbrains.com + GMT+3 + + + vitay.khudobakhshov + Vitay Khudobakhshov + vitay.khudobakhshov@jetbrains.com + GMT+3 + + + + + github + GitHub OWNER Apache Maven Packages + https://maven.pkg.github.com/JetBrains/kotlin-spark-api-parent + +