Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kotlin-spark-3.2-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed Jan 19, 2022
1 parent 2e34a0e commit 995f83e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/3.2/pom_2.12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>../../pom_2.12.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dummy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>kotlin-spark-api-parent</artifactId>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom-3.2_2.12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>../pom_2.12.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kotlin-spark-api/3.2/pom_2.12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent_2.12</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>../../pom_2.12.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-spark-api/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>Parent project for Kotlin for Apache Spark</description>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -279,7 +279,7 @@
<scm>
<connection>scm:git:https://github.com/JetBrains/kotlin-spark-api.git</connection>
<url>https://github.com/JetBrains/kotlin-spark-api</url>
<tag>HEAD</tag>
<tag>kotlin-spark-3.2-1.0.3</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion pom_2.12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down

0 comments on commit 995f83e

Please sign in to comment.