Skip to content

Commit 9aba51f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ea03acb commit 9aba51f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: 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.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88
<packaging>pom</packaging>
99
<modelVersion>4.0.0</modelVersion>

Diff for: 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.0</version>
11+
<version>1.0.1-SNAPSHOT</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414

Diff for: 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.0</version>
9+
<version>1.0.1-SNAPSHOT</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>1.0.0</tag>
284+
<tag>HEAD</tag>
285285
</scm>
286286
<distributionManagement>
287287
<repository>

0 commit comments

Comments
 (0)