File tree 8 files changed +13
-18
lines changed
8 files changed +13
-18
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<name >Kotlin Spark API: Scala core for Spark 3.1+ (Scala 2.12)</name >
9
8
<parent >
10
9
<groupId >org.jetbrains.kotlinx.spark</groupId >
11
10
<artifactId >kotlin-spark-api-parent-3.1_2.12</artifactId >
12
- <version >1.0.4-SNAPSHOT </version >
11
+ <version >1.1.0 </version >
13
12
<relativePath >../../pom_2.12.xml</relativePath >
14
13
</parent >
15
14
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >kotlin-spark-api-parent-3.1</artifactId >
5
5
<groupId >org.jetbrains.kotlinx.spark</groupId >
6
- <version >1.0.4-SNAPSHOT </version >
6
+ <version >1.1.0 </version >
7
7
</parent >
8
8
<packaging >pom</packaging >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
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" >
4
3
5
4
<modelVersion >4.0.0</modelVersion >
6
5
10
9
<parent >
11
10
<groupId >org.jetbrains.kotlinx.spark</groupId >
12
11
<artifactId >kotlin-spark-api-parent-3.1_2.12</artifactId >
13
- <version >1.0.4-SNAPSHOT </version >
12
+ <version >1.1.0 </version >
14
13
<relativePath >../pom_2.12.xml</relativePath >
15
14
</parent >
16
15
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
5
3
6
4
<modelVersion >4.0.0</modelVersion >
7
5
11
9
<parent >
12
10
<groupId >org.jetbrains.kotlinx.spark</groupId >
13
11
<artifactId >kotlin-spark-api-parent-3.1_2.12</artifactId >
14
- <version >1.0.4-SNAPSHOT </version >
12
+ <version >1.1.0 </version >
15
13
<relativePath >../pom_2.12.xml</relativePath >
16
14
</parent >
17
15
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
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" >
4
3
5
4
<modelVersion >4.0.0</modelVersion >
6
5
10
9
<parent >
11
10
<groupId >org.jetbrains.kotlinx.spark</groupId >
12
11
<artifactId >kotlin-spark-api-parent-3.1_2.12</artifactId >
13
- <version >1.0.4-SNAPSHOT </version >
12
+ <version >1.1.0 </version >
14
13
<relativePath >../../pom_2.12.xml</relativePath >
15
14
</parent >
16
15
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 6
6
<description >Parent project for Kotlin for Apache Spark</description >
7
7
<groupId >org.jetbrains.kotlinx.spark</groupId >
8
8
<artifactId >kotlin-spark-api-parent-3.1</artifactId >
9
- <version >1.0.4-SNAPSHOT </version >
9
+ <version >1.1.0 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<properties >
267
267
<scm >
268
268
<connection >scm:git:https://github.com/JetBrains/kotlin-spark-api.git</connection >
269
269
<url >https://github.com/JetBrains/kotlin-spark-api</url >
270
- <tag >HEAD </tag >
270
+ <tag >3.1-1.1.0 </tag >
271
271
</scm >
272
272
<distributionManagement >
273
273
<repository >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.jetbrains.kotlinx.spark</groupId >
10
10
<artifactId >kotlin-spark-api-parent-3.1</artifactId >
11
- <version >1.0.4-SNAPSHOT </version >
11
+ <version >1.1.0 </version >
12
12
<relativePath >pom.xml</relativePath >
13
13
</parent >
14
14
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.jetbrains.kotlinx.spark</groupId >
10
10
<artifactId >kotlin-spark-api-parent-3.1_2.12</artifactId >
11
- <version >1.0.4-SNAPSHOT </version >
11
+ <version >1.1.0 </version >
12
12
<relativePath >../pom_2.12.xml</relativePath >
13
13
</parent >
14
14
You can’t perform that action at this time.
0 commit comments