File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
kotlinx-coroutines-javafx
kotlinx-coroutines-rx-example Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.jetbrains.kotlinx</groupId >
24
24
<artifactId >kotlinx-coroutines</artifactId >
25
- <version >0.8-beta -SNAPSHOT</version >
25
+ <version >0.9-rc -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >kotlinx-coroutines-core</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.jetbrains.kotlinx</groupId >
24
24
<artifactId >kotlinx-coroutines</artifactId >
25
- <version >0.8-beta -SNAPSHOT</version >
25
+ <version >0.9-rc -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >kotlinx-coroutines-javafx</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.jetbrains.kotlinx</groupId >
24
24
<artifactId >kotlinx-coroutines</artifactId >
25
- <version >0.8-beta -SNAPSHOT</version >
25
+ <version >0.9-rc -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >kotlinx-coroutines-jdk8</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.jetbrains.kotlinx</groupId >
24
24
<artifactId >kotlinx-coroutines</artifactId >
25
- <version >0.8-beta -SNAPSHOT</version >
25
+ <version >0.9-rc -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >kotlinx-coroutines-nio</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.jetbrains.kotlinx</groupId >
24
24
<artifactId >kotlinx-coroutines</artifactId >
25
- <version >0.8-beta -SNAPSHOT</version >
25
+ <version >0.9-rc -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >kotlinx-coroutines-rx-example</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.jetbrains.kotlinx</groupId >
24
24
<artifactId >kotlinx-coroutines</artifactId >
25
- <version >0.8-beta -SNAPSHOT</version >
25
+ <version >0.9-rc -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >kotlinx-coroutines-rx</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.jetbrains.kotlinx</groupId >
24
24
<artifactId >kotlinx-coroutines</artifactId >
25
- <version >0.8-beta -SNAPSHOT</version >
25
+ <version >0.9-rc -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >kotlinx-coroutines-swing</artifactId >
Original file line number Diff line number Diff line change 23
23
24
24
<groupId >org.jetbrains.kotlinx</groupId >
25
25
<artifactId >kotlinx-coroutines</artifactId >
26
- <version >0.8-beta -SNAPSHOT</version >
26
+ <version >0.9-rc -SNAPSHOT</version >
27
27
<packaging >pom</packaging >
28
28
29
29
<description >Coroutines support libraries for Kotlin 1.1</description >
49
49
<repository >
50
50
<id >bintray</id >
51
51
<name >bintray</name >
52
- <url >http://dl.bintray.com/kotlin/kotlin-eap-1.1 </url >
52
+ <url >http://dl.bintray.com/kotlin/kotlin-dev </url >
53
53
</repository >
54
54
</repositories >
55
55
56
56
<pluginRepositories >
57
57
<pluginRepository >
58
58
<id >bintray</id >
59
59
<name >bintray</name >
60
- <url >http://dl.bintray.com/kotlin/kotlin-eap-1.1 </url >
60
+ <url >http://dl.bintray.com/kotlin/kotlin-dev </url >
61
61
</pluginRepository >
62
62
<pluginRepository >
63
63
<id >bintray-kotlin-dokka</id >
77
77
78
78
<properties >
79
79
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
80
- <kotlin .version>1.1.0-beta-38 </kotlin .version>
80
+ <kotlin .version>1.1.0-rc-69 </kotlin .version>
81
81
<dokka .version>0.9.13</dokka .version>
82
82
<junit .version>4.12</junit .version>
83
83
<maven .compiler.source>1.6</maven .compiler.source>
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.jetbrains.kotlinx</groupId >
24
24
<artifactId >kotlinx-coroutines</artifactId >
25
- <version >0.8-beta -SNAPSHOT</version >
25
+ <version >0.9-rc -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >kotlinx-coroutines-site</artifactId >
You can’t perform that action at this time.
0 commit comments