File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >kotlin-spark-api-parent</artifactId >
6
6
<groupId >org.jetbrains.kotlin.spark</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >0. 1.0</version >
8
8
</parent >
9
9
<artifactId >core</artifactId >
10
10
<name >Kotlin Spark API: Scala core</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >kotlin-spark-api-parent</artifactId >
9
9
<groupId >org.jetbrains.kotlin.spark</groupId >
10
- <version >1.0-SNAPSHOT </version >
10
+ <version >0. 1.0</version >
11
11
</parent >
12
12
13
13
<groupId >org.jetbrains.kotlin.spark.examples</groupId >
14
14
<artifactId >examples</artifactId >
15
- <version >1.0-SNAPSHOT</version >
16
15
<packaging >jar</packaging >
17
16
18
17
<name >Kotlin Spark API: Examples</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >kotlin-spark-api-parent</artifactId >
9
9
<groupId >org.jetbrains.kotlin.spark</groupId >
10
- <version >1.0-SNAPSHOT </version >
10
+ <version >0. 1.0</version >
11
11
</parent >
12
12
13
13
<artifactId >kotlin-spark-api</artifactId >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.jetbrains.kotlin.spark</groupId >
6
6
<artifactId >kotlin-spark-api-parent</artifactId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >0. 1.0</version >
8
8
<name >kotlin-spark-api-parent</name >
9
9
<url >http://maven.apache.org</url >
10
10
<packaging >pom</packaging >
14
14
<module >core</module >
15
15
</modules >
16
16
<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 >
17
26
<plugins >
18
27
<plugin >
19
28
<groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments