Skip to content

Commit

Permalink
Merge pull request #159 from JetBrains/explicit-spark-versions-modules
Browse files Browse the repository at this point in the history
Added -3.2 to dummy and scala-tuples-in-kotlin modules
  • Loading branch information
Jolanrensen authored May 25, 2022
2 parents fbdad72 + 39f43d0 commit 76445a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dummy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<name>Kotlin API for Apache Spark: not-needed</name>
<description>Module to workaround https://issues.sonatype.org/browse/NEXUS-9138</description>
<artifactId>dummy</artifactId>
<artifactId>dummy-3.2</artifactId>
<profiles>
<profile>
<id>scala-2.12</id>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-spark-api/3.2/pom_2.12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>scala-tuples-in-kotlin</artifactId>
<artifactId>scala-tuples-in-kotlin-3.2</artifactId>
</dependency>

<!-- Provided dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion pom_2.12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>scala-tuples-in-kotlin</artifactId>
<artifactId>scala-tuples-in-kotlin-3.2</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion scala-tuples-in-kotlin/pom_2.12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<name>Kotlin Spark API: Scala Tuples in Kotlin</name>
<description>Scala Tuple helper functions for kotlin</description>
<artifactId>scala-tuples-in-kotlin</artifactId>
<artifactId>scala-tuples-in-kotlin-3.2</artifactId>
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
Expand Down

0 comments on commit 76445a4

Please sign in to comment.