Skip to content

Commit 54a2eb8

Browse files
committed
renamed parent to include 3.2
1 parent 92e9e78 commit 54a2eb8

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Kotlin for Apache® Spark™ [![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx.spark/kotlin-spark-api-parent.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:org.jetbrains.kotlinx.spark%20AND%20v:1.1.0) [![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![Join the chat at https://gitter.im/JetBrains/kotlin-spark-api](https://badges.gitter.im/JetBrains/kotlin-spark-api.svg)](https://gitter.im/JetBrains/kotlin-spark-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1+
# Kotlin for Apache® Spark™ [![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx.spark/kotlin-spark-api-parent-3.2.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:org.jetbrains.kotlinx.spark%20AND%20v:1.1.0) [![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![Join the chat at https://gitter.im/JetBrains/kotlin-spark-api](https://badges.gitter.im/JetBrains/kotlin-spark-api.svg)](https://gitter.im/JetBrains/kotlin-spark-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22

33

44
Your next API to work with [Apache Spark](https://spark.apache.org/).
@@ -45,7 +45,7 @@ The list of Kotlin for Apache Spark releases is available [here](https://github.
4545
The Kotlin for Spark artifacts adhere to the following convention:
4646
`[Apache Spark version]_[Scala core version]:[Kotlin for Apache Spark API version]`
4747

48-
[![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx.spark/kotlin-spark-api-parent.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:"org.jetbrains.kotlinx.spark"%20AND%20a:"kotlin-spark-api-3.2")
48+
[![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx.spark/kotlin-spark-api-parent-3.2.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:"org.jetbrains.kotlinx.spark"%20AND%20a:"kotlin-spark-api-3.2")
4949

5050
## How to configure Kotlin for Apache Spark in your project
5151

core/3.2/pom_2.12.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>core-3.2_2.12</artifactId>
99
<parent>
1010
<groupId>org.jetbrains.kotlinx.spark</groupId>
11-
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
11+
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
1212
<version>1.0.4-SNAPSHOT</version>
1313
<relativePath>../../pom_2.12.xml</relativePath>
1414
</parent>

dummy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<parent>
4-
<artifactId>kotlin-spark-api-parent</artifactId>
4+
<artifactId>kotlin-spark-api-parent-3.2</artifactId>
55
<groupId>org.jetbrains.kotlinx.spark</groupId>
66
<version>1.0.4-SNAPSHOT</version>
77
</parent>

examples/pom-3.2_2.12.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>examples-3.2_2.12</artifactId>
1010
<parent>
1111
<groupId>org.jetbrains.kotlinx.spark</groupId>
12-
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
12+
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
1313
<version>1.0.4-SNAPSHOT</version>
1414
<relativePath>../pom_2.12.xml</relativePath>
1515
</parent>

jupyter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description>Jupyter integration</description>
1111
<parent>
1212
<groupId>org.jetbrains.kotlinx.spark</groupId>
13-
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
13+
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
1414
<version>1.0.4-SNAPSHOT</version>
1515
<relativePath>../pom_2.12.xml</relativePath>
1616
</parent>

kotlin-spark-api/3.2/pom_2.12.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>Kotlin API compatible with spark 3.2.0 Kotlin for Apache Spark</description>
1010
<parent>
1111
<groupId>org.jetbrains.kotlinx.spark</groupId>
12-
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
12+
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
1313
<version>1.0.4-SNAPSHOT</version>
1414
<relativePath>../../pom_2.12.xml</relativePath>
1515
</parent>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<name>Kotlin Spark API: Parent</name>
5+
<name>Kotlin Spark API: Parent for Spark 3.2+</name>
66
<description>Parent project for Kotlin for Apache Spark</description>
77
<groupId>org.jetbrains.kotlinx.spark</groupId>
8-
<artifactId>kotlin-spark-api-parent</artifactId>
8+
<artifactId>kotlin-spark-api-parent-3.2</artifactId>
99
<version>1.0.4-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

pom_2.12.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
<name>Kotlin Spark API: Parent (Scala 2.12)</name>
66
<description>Parent project for Kotlin for Apache Spark</description>
7-
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
7+
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
88
<parent>
99
<groupId>org.jetbrains.kotlinx.spark</groupId>
10-
<artifactId>kotlin-spark-api-parent</artifactId>
10+
<artifactId>kotlin-spark-api-parent-3.2</artifactId>
1111
<version>1.0.4-SNAPSHOT</version>
1212
<relativePath>pom.xml</relativePath>
1313
</parent>

scala-tuples-in-kotlin/pom_2.12.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>scala-tuples-in-kotlin</artifactId>
88
<parent>
99
<groupId>org.jetbrains.kotlinx.spark</groupId>
10-
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
10+
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
1111
<version>1.0.4-SNAPSHOT</version>
1212
<relativePath>../pom_2.12.xml</relativePath>
1313
</parent>

0 commit comments

Comments
 (0)