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`:
5656``` xml
5757<dependency >
5858 <groupId >org.jetbrains.kotlinx.spark</groupId >
59- <artifactId >kotlin-spark-api-3.2 </artifactId >
59+ <artifactId >kotlin-spark-api-3.1 </artifactId >
6060 <version >${kotlin-spark-api.version}</version >
6161</dependency >
6262<dependency >
Original file line number Diff line number Diff line change 88 <artifactId >core-3.1_2.12</artifactId >
99 <parent >
1010 <groupId >org.jetbrains.kotlinx.spark</groupId >
11- <artifactId >kotlin-spark-api-parent-3.2_2 .12</artifactId >
11+ <artifactId >kotlin-spark-api-parent-3.1_2 .12</artifactId >
1212 <version >1.0.4-SNAPSHOT</version >
1313 <relativePath >../../pom_2.12.xml</relativePath >
1414 </parent >
Original file line number Diff line number Diff line change 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.2 </artifactId >
4+ <artifactId >kotlin-spark-api-parent-3.1 </artifactId >
55 <groupId >org.jetbrains.kotlinx.spark</groupId >
66 <version >1.0.4-SNAPSHOT</version >
77 </parent >
Original file line number Diff line number Diff line change 99 <artifactId >examples-3.1_2.12</artifactId >
1010 <parent >
1111 <groupId >org.jetbrains.kotlinx.spark</groupId >
12- <artifactId >kotlin-spark-api-parent-3.2_2 .12</artifactId >
12+ <artifactId >kotlin-spark-api-parent-3.1_2 .12</artifactId >
1313 <version >1.0.4-SNAPSHOT</version >
1414 <relativePath >../pom_2.12.xml</relativePath >
1515 </parent >
Original file line number Diff line number Diff line change 1010 <description >Jupyter integration</description >
1111 <parent >
1212 <groupId >org.jetbrains.kotlinx.spark</groupId >
13- <artifactId >kotlin-spark-api-parent-3.2_2 .12</artifactId >
13+ <artifactId >kotlin-spark-api-parent-3.1_2 .12</artifactId >
1414 <version >1.0.4-SNAPSHOT</version >
1515 <relativePath >../pom_2.12.xml</relativePath >
1616 </parent >
Original file line number Diff line number Diff line change 99 <description >Kotlin API compatible with spark 3.1.3 Kotlin for Apache Spark</description >
1010 <parent >
1111 <groupId >org.jetbrains.kotlinx.spark</groupId >
12- <artifactId >kotlin-spark-api-parent-3.2_2 .12</artifactId >
12+ <artifactId >kotlin-spark-api-parent-3.1_2 .12</artifactId >
1313 <version >1.0.4-SNAPSHOT</version >
1414 <relativePath >../../pom_2.12.xml</relativePath >
1515 </parent >
Original file line number Diff line number Diff line change 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.2 +</name >
5+ <name >Kotlin Spark API: Parent for Spark 3.1 +</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.2 </artifactId >
8+ <artifactId >kotlin-spark-api-parent-3.1 </artifactId >
99 <version >1.0.4-SNAPSHOT</version >
1010 <packaging >pom</packaging >
1111
Original file line number Diff line number Diff line change 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.2_2 .12</artifactId >
7+ <artifactId >kotlin-spark-api-parent-3.1_2 .12</artifactId >
88 <parent >
99 <groupId >org.jetbrains.kotlinx.spark</groupId >
10- <artifactId >kotlin-spark-api-parent-3.2 </artifactId >
10+ <artifactId >kotlin-spark-api-parent-3.1 </artifactId >
1111 <version >1.0.4-SNAPSHOT</version >
1212 <relativePath >pom.xml</relativePath >
1313 </parent >
Original file line number Diff line number Diff line change 77 <artifactId >scala-tuples-in-kotlin</artifactId >
88 <parent >
99 <groupId >org.jetbrains.kotlinx.spark</groupId >
10- <artifactId >kotlin-spark-api-parent-3.2_2 .12</artifactId >
10+ <artifactId >kotlin-spark-api-parent-3.1_2 .12</artifactId >
1111 <version >1.0.4-SNAPSHOT</version >
1212 <relativePath >../pom_2.12.xml</relativePath >
1313 </parent >
You can’t perform that action at this time.
0 commit comments