Skip to content

Commit

Permalink
Version bump to 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Pasha Finkelshteyn <asm0dey@jetbrains.com>
  • Loading branch information
asm0dey committed Jul 8, 2020
1 parent d81b986 commit 0d5bcf5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>kotlin-spark-api-parent</artifactId>
<groupId>org.jetbrains.kotlin.spark</groupId>
<version>0.2.3</version>
<version>0.3.0</version>
</parent>
<artifactId>core</artifactId>
<name>Kotlin Spark API: Scala core</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>kotlin-spark-api-parent</artifactId>
<groupId>org.jetbrains.kotlin.spark</groupId>
<version>0.2.3</version>
<version>0.3.0</version>
</parent>

<groupId>org.jetbrains.kotlin.spark.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-spark-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>kotlin-spark-api-parent</artifactId>
<groupId>org.jetbrains.kotlin.spark</groupId>
<version>0.2.3</version>
<version>0.3.0</version>
</parent>

<artifactId>kotlin-spark-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jetbrains.kotlin.spark</groupId>
<artifactId>kotlin-spark-api-parent</artifactId>
<version>0.2.3</version>
<version>0.3.0</version>
<name>kotlin-spark-api-parent</name>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
Expand Down

0 comments on commit 0d5bcf5

Please sign in to comment.