Skip to content

Commit

Permalink
Update version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed Jun 1, 2020
1 parent 520eddc commit 5518418
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>core</artifactId>
<name>Kotlin Spark API: Scala core</name>
Expand Down
3 changes: 1 addition & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
<parent>
<artifactId>kotlin-spark-api-parent</artifactId>
<groupId>org.jetbrains.kotlin.spark</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<groupId>org.jetbrains.kotlin.spark.examples</groupId>
<artifactId>examples</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Kotlin Spark API: Examples</name>
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>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>kotlin-spark-api</artifactId>
Expand Down
11 changes: 10 additions & 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>1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>kotlin-spark-api-parent</name>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
Expand All @@ -14,6 +14,15 @@
<module>core</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.0</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 5518418

Please sign in to comment.