Skip to content

Commit 995f83e

Browse files
committed
[maven-release-plugin] prepare release kotlin-spark-3.2-1.0.3
1 parent 2e34a0e commit 995f83e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

core/3.2/pom_2.12.xml

+1-1
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.3-SNAPSHOT</version>
11+
<version>1.0.3</version>
1212
<relativePath>../../pom_2.12.xml</relativePath>
1313
</parent>
1414

dummy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kotlin-spark-api-parent</artifactId>
55
<groupId>org.jetbrains.kotlinx.spark</groupId>
6-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
77
</parent>
88
<packaging>pom</packaging>
99
<modelVersion>4.0.0</modelVersion>

examples/pom-3.2_2.12.xml

+1-1
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.3-SNAPSHOT</version>
12+
<version>1.0.3</version>
1313
<relativePath>../pom_2.12.xml</relativePath>
1414
</parent>
1515

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

+1-1
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.3-SNAPSHOT</version>
12+
<version>1.0.3</version>
1313
<relativePath>../../pom_2.12.xml</relativePath>
1414
</parent>
1515
<packaging>jar</packaging>

kotlin-spark-api/common/pom.xml

+1-1
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.3-SNAPSHOT</version>
11+
<version>1.0.3</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Parent project for Kotlin for Apache Spark</description>
77
<groupId>org.jetbrains.kotlinx.spark</groupId>
88
<artifactId>kotlin-spark-api-parent</artifactId>
9-
<version>1.0.3-SNAPSHOT</version>
9+
<version>1.0.3</version>
1010
<packaging>pom</packaging>
1111

1212
<properties>
@@ -279,7 +279,7 @@
279279
<scm>
280280
<connection>scm:git:https://github.com/JetBrains/kotlin-spark-api.git</connection>
281281
<url>https://github.com/JetBrains/kotlin-spark-api</url>
282-
<tag>HEAD</tag>
282+
<tag>kotlin-spark-3.2-1.0.3</tag>
283283
</scm>
284284
<distributionManagement>
285285
<repository>

pom_2.12.xml

+1-1
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.3-SNAPSHOT</version>
11+
<version>1.0.3</version>
1212
<relativePath>pom.xml</relativePath>
1313
</parent>
1414
<packaging>pom</packaging>

0 commit comments

Comments
 (0)