Skip to content

Commit ea03acb

Browse files
committed
[maven-release-plugin] prepare release 1.0.0
1 parent 9f148e5 commit ea03acb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dummy/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-preview3-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
</parent>
88
<packaging>pom</packaging>
99
<modelVersion>4.0.0</modelVersion>

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-preview3-SNAPSHOT</version>
11+
<version>1.0.0</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414

pom.xml

Lines changed: 2 additions & 2 deletions
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.0-preview3-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<packaging>pom</packaging>
1111

1212
<properties>
@@ -281,7 +281,7 @@
281281
<scm>
282282
<connection>scm:git:https://github.com/JetBrains/kotlin-spark-api.git</connection>
283283
<url>https://github.com/JetBrains/kotlin-spark-api</url>
284-
<tag>HEAD</tag>
284+
<tag>1.0.0</tag>
285285
</scm>
286286
<distributionManagement>
287287
<repository>

0 commit comments

Comments
 (0)