Skip to content

Commit 5518418

Browse files
committed
Update version to 0.1.0
1 parent 520eddc commit 5518418

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>kotlin-spark-api-parent</artifactId>
66
<groupId>org.jetbrains.kotlin.spark</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
88
</parent>
99
<artifactId>core</artifactId>
1010
<name>Kotlin Spark API: Scala core</name>

examples/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
<parent>
88
<artifactId>kotlin-spark-api-parent</artifactId>
99
<groupId>org.jetbrains.kotlin.spark</groupId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>0.1.0</version>
1111
</parent>
1212

1313
<groupId>org.jetbrains.kotlin.spark.examples</groupId>
1414
<artifactId>examples</artifactId>
15-
<version>1.0-SNAPSHOT</version>
1615
<packaging>jar</packaging>
1716

1817
<name>Kotlin Spark API: Examples</name>

kotlin-spark-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>kotlin-spark-api-parent</artifactId>
99
<groupId>org.jetbrains.kotlin.spark</groupId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>0.1.0</version>
1111
</parent>
1212

1313
<artifactId>kotlin-spark-api</artifactId>

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.jetbrains.kotlin.spark</groupId>
66
<artifactId>kotlin-spark-api-parent</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
88
<name>kotlin-spark-api-parent</name>
99
<url>http://maven.apache.org</url>
1010
<packaging>pom</packaging>
@@ -14,6 +14,15 @@
1414
<module>core</module>
1515
</modules>
1616
<build>
17+
<pluginManagement>
18+
<plugins>
19+
<plugin>
20+
<groupId>org.apache.maven.plugins</groupId>
21+
<artifactId>maven-site-plugin</artifactId>
22+
<version>3.9.0</version>
23+
</plugin>
24+
</plugins>
25+
</pluginManagement>
1726
<plugins>
1827
<plugin>
1928
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)