Skip to content

Commit 4a638b8

Browse files
committed
[maven-release-plugin] prepare release 1.0.0-preview2
1 parent f0e6fd7 commit 4a638b8

File tree

14 files changed

+17
-20
lines changed

14 files changed

+17
-20
lines changed

core/2.4/pom_2.11.xml

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

core/2.4/pom_2.12.xml

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

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
<parent>
99
<groupId>org.jetbrains.kotlinx.spark</groupId>
1010
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
11-
<version>1.0.0-preview2-SNAPSHOT</version>
11+
<version>1.0.0-preview2</version>
1212
<relativePath>../../pom_2.12.xml</relativePath>
1313
</parent>
1414

dummy/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?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">
53
<parent>
64
<artifactId>kotlin-spark-api-parent</artifactId>
75
<groupId>org.jetbrains.kotlinx.spark</groupId>
8-
<version>1.0.0-preview2-SNAPSHOT</version>
6+
<version>1.0.0-preview2</version>
97
</parent>
108
<packaging>pom</packaging>
119
<modelVersion>4.0.0</modelVersion>

examples/pom-2.4_2.11.xml

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

examples/pom-2.4_2.12.xml

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

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
<parent>
1010
<groupId>org.jetbrains.kotlinx.spark</groupId>
1111
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
12-
<version>1.0.0-preview2-SNAPSHOT</version>
12+
<version>1.0.0-preview2</version>
1313
<relativePath>../pom_2.12.xml</relativePath>
1414
</parent>
1515

kotlin-spark-api/2.4/pom_2.11.xml

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

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

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

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
<parent>
1010
<groupId>org.jetbrains.kotlinx.spark</groupId>
1111
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
12-
<version>1.0.0-preview2-SNAPSHOT</version>
12+
<version>1.0.0-preview2</version>
1313
<relativePath>../../pom_2.12.xml</relativePath>
1414
</parent>
1515
<packaging>jar</packaging>

kotlin-spark-api/common/pom.xml

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

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<name>Kotlin Spark API: Parent</name>
76
<description>Parent project for Kotlin for Apache Spark</description>
87
<groupId>org.jetbrains.kotlinx.spark</groupId>
98
<artifactId>kotlin-spark-api-parent</artifactId>
10-
<version>1.0.0-preview2-SNAPSHOT</version>
9+
<version>1.0.0-preview2</version>
1110
<packaging>pom</packaging>
1211

1312
<properties>
@@ -282,7 +281,7 @@
282281
<scm>
283282
<connection>scm:git:https://github.com/JetBrains/kotlin-spark-api.git</connection>
284283
<url>https://github.com/JetBrains/kotlin-spark-api</url>
285-
<tag>HEAD</tag>
284+
<tag>1.0.0-preview2</tag>
286285
</scm>
287286
<distributionManagement>
288287
<repository>

pom_2.11.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jetbrains.kotlinx.spark</groupId>
1010
<artifactId>kotlin-spark-api-parent</artifactId>
11-
<version>1.0.0-preview2-SNAPSHOT</version>
11+
<version>1.0.0-preview2</version>
1212
<relativePath>pom.xml</relativePath>
1313
</parent>
1414
<packaging>pom</packaging>

pom_2.12.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jetbrains.kotlinx.spark</groupId>
1010
<artifactId>kotlin-spark-api-parent</artifactId>
11-
<version>1.0.0-preview2-SNAPSHOT</version>
11+
<version>1.0.0-preview2</version>
1212
<relativePath>pom.xml</relativePath>
1313
</parent>
1414
<packaging>pom</packaging>

0 commit comments

Comments
 (0)