Skip to content

Commit 187bdde

Browse files
committed
3.1 -> 3.0
1 parent 94097fa commit 187bdde

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Here's an example `pom.xml`:
5656
```xml
5757
<dependency>
5858
<groupId>org.jetbrains.kotlinx.spark</groupId>
59-
<artifactId>kotlin-spark-api-3.1</artifactId>
59+
<artifactId>kotlin-spark-api-3.0</artifactId>
6060
<version>${kotlin-spark-api.version}</version>
6161
</dependency>
6262
<dependency>

core/3.0/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.0_2.12</artifactId>
99
<parent>
1010
<groupId>org.jetbrains.kotlinx.spark</groupId>
11-
<artifactId>kotlin-spark-api-parent-3.1_2.12</artifactId>
11+
<artifactId>kotlin-spark-api-parent-3.0_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-3.1</artifactId>
4+
<artifactId>kotlin-spark-api-parent-3.0</artifactId>
55
<groupId>org.jetbrains.kotlinx.spark</groupId>
66
<version>1.0.4-SNAPSHOT</version>
77
</parent>

examples/pom-3.0_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.0_2.12</artifactId>
1010
<parent>
1111
<groupId>org.jetbrains.kotlinx.spark</groupId>
12-
<artifactId>kotlin-spark-api-parent-3.1_2.12</artifactId>
12+
<artifactId>kotlin-spark-api-parent-3.0_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-3.1_2.12</artifactId>
13+
<artifactId>kotlin-spark-api-parent-3.0_2.12</artifactId>
1414
<version>1.0.4-SNAPSHOT</version>
1515
<relativePath>../pom_2.12.xml</relativePath>
1616
</parent>

kotlin-spark-api/3.0/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.0.3 Kotlin for Apache Spark</description>
1010
<parent>
1111
<groupId>org.jetbrains.kotlinx.spark</groupId>
12-
<artifactId>kotlin-spark-api-parent-3.1_2.12</artifactId>
12+
<artifactId>kotlin-spark-api-parent-3.0_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 for Spark 3.1+</name>
5+
<name>Kotlin Spark API: Parent for Spark 3.0+</name>
66
<description>Parent project for Kotlin for Apache Spark</description>
77
<groupId>org.jetbrains.kotlinx.spark</groupId>
8-
<artifactId>kotlin-spark-api-parent-3.1</artifactId>
8+
<artifactId>kotlin-spark-api-parent-3.0</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-3.1_2.12</artifactId>
7+
<artifactId>kotlin-spark-api-parent-3.0_2.12</artifactId>
88
<parent>
99
<groupId>org.jetbrains.kotlinx.spark</groupId>
10-
<artifactId>kotlin-spark-api-parent-3.1</artifactId>
10+
<artifactId>kotlin-spark-api-parent-3.0</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-3.1_2.12</artifactId>
10+
<artifactId>kotlin-spark-api-parent-3.0_2.12</artifactId>
1111
<version>1.0.4-SNAPSHOT</version>
1212
<relativePath>../pom_2.12.xml</relativePath>
1313
</parent>

0 commit comments

Comments
 (0)