File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Here's an example `pom.xml`:
56
56
``` xml
57
57
<dependency >
58
58
<groupId >org.jetbrains.kotlinx.spark</groupId >
59
- <artifactId >kotlin-spark-api-3.1 </artifactId >
59
+ <artifactId >kotlin-spark-api-3.0 </artifactId >
60
60
<version >${kotlin-spark-api.version}</version >
61
61
</dependency >
62
62
<dependency >
Original file line number Diff line number Diff line change 8
8
<artifactId >core-3.0_2.12</artifactId >
9
9
<parent >
10
10
<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 >
12
12
<version >1.0.4-SNAPSHOT</version >
13
13
<relativePath >../../pom_2.12.xml</relativePath >
14
14
</parent >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" >
3
3
<parent >
4
- <artifactId >kotlin-spark-api-parent-3.1 </artifactId >
4
+ <artifactId >kotlin-spark-api-parent-3.0 </artifactId >
5
5
<groupId >org.jetbrains.kotlinx.spark</groupId >
6
6
<version >1.0.4-SNAPSHOT</version >
7
7
</parent >
Original file line number Diff line number Diff line change 9
9
<artifactId >examples-3.0_2.12</artifactId >
10
10
<parent >
11
11
<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 >
13
13
<version >1.0.4-SNAPSHOT</version >
14
14
<relativePath >../pom_2.12.xml</relativePath >
15
15
</parent >
Original file line number Diff line number Diff line change 10
10
<description >Jupyter integration</description >
11
11
<parent >
12
12
<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 >
14
14
<version >1.0.4-SNAPSHOT</version >
15
15
<relativePath >../pom_2.12.xml</relativePath >
16
16
</parent >
Original file line number Diff line number Diff line change 9
9
<description >Kotlin API compatible with spark 3.0.3 Kotlin for Apache Spark</description >
10
10
<parent >
11
11
<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 >
13
13
<version >1.0.4-SNAPSHOT</version >
14
14
<relativePath >../../pom_2.12.xml</relativePath >
15
15
</parent >
Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
- <name >Kotlin Spark API: Parent for Spark 3.1 +</name >
5
+ <name >Kotlin Spark API: Parent for Spark 3.0 +</name >
6
6
<description >Parent project for Kotlin for Apache Spark</description >
7
7
<groupId >org.jetbrains.kotlinx.spark</groupId >
8
- <artifactId >kotlin-spark-api-parent-3.1 </artifactId >
8
+ <artifactId >kotlin-spark-api-parent-3.0 </artifactId >
9
9
<version >1.0.4-SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
Original file line number Diff line number Diff line change 4
4
5
5
<name >Kotlin Spark API: Parent (Scala 2.12)</name >
6
6
<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 >
8
8
<parent >
9
9
<groupId >org.jetbrains.kotlinx.spark</groupId >
10
- <artifactId >kotlin-spark-api-parent-3.1 </artifactId >
10
+ <artifactId >kotlin-spark-api-parent-3.0 </artifactId >
11
11
<version >1.0.4-SNAPSHOT</version >
12
12
<relativePath >pom.xml</relativePath >
13
13
</parent >
Original file line number Diff line number Diff line change 7
7
<artifactId >scala-tuples-in-kotlin</artifactId >
8
8
<parent >
9
9
<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 >
11
11
<version >1.0.4-SNAPSHOT</version >
12
12
<relativePath >../pom_2.12.xml</relativePath >
13
13
</parent >
You can’t perform that action at this time.
0 commit comments