Skip to content

Commit 59e190d

Browse files
committed
Kotlin 1.1.0-rc-69
1 parent 428d987 commit 59e190d

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

kotlinx-coroutines-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jetbrains.kotlinx</groupId>
2424
<artifactId>kotlinx-coroutines</artifactId>
25-
<version>0.8-beta-SNAPSHOT</version>
25+
<version>0.9-rc-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>kotlinx-coroutines-core</artifactId>

kotlinx-coroutines-javafx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jetbrains.kotlinx</groupId>
2424
<artifactId>kotlinx-coroutines</artifactId>
25-
<version>0.8-beta-SNAPSHOT</version>
25+
<version>0.9-rc-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>kotlinx-coroutines-javafx</artifactId>

kotlinx-coroutines-jdk8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jetbrains.kotlinx</groupId>
2424
<artifactId>kotlinx-coroutines</artifactId>
25-
<version>0.8-beta-SNAPSHOT</version>
25+
<version>0.9-rc-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>kotlinx-coroutines-jdk8</artifactId>

kotlinx-coroutines-nio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jetbrains.kotlinx</groupId>
2424
<artifactId>kotlinx-coroutines</artifactId>
25-
<version>0.8-beta-SNAPSHOT</version>
25+
<version>0.9-rc-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>kotlinx-coroutines-nio</artifactId>

kotlinx-coroutines-rx-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jetbrains.kotlinx</groupId>
2424
<artifactId>kotlinx-coroutines</artifactId>
25-
<version>0.8-beta-SNAPSHOT</version>
25+
<version>0.9-rc-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>kotlinx-coroutines-rx-example</artifactId>

kotlinx-coroutines-rx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jetbrains.kotlinx</groupId>
2424
<artifactId>kotlinx-coroutines</artifactId>
25-
<version>0.8-beta-SNAPSHOT</version>
25+
<version>0.9-rc-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>kotlinx-coroutines-rx</artifactId>

kotlinx-coroutines-swing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jetbrains.kotlinx</groupId>
2424
<artifactId>kotlinx-coroutines</artifactId>
25-
<version>0.8-beta-SNAPSHOT</version>
25+
<version>0.9-rc-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>kotlinx-coroutines-swing</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>org.jetbrains.kotlinx</groupId>
2525
<artifactId>kotlinx-coroutines</artifactId>
26-
<version>0.8-beta-SNAPSHOT</version>
26+
<version>0.9-rc-SNAPSHOT</version>
2727
<packaging>pom</packaging>
2828

2929
<description>Coroutines support libraries for Kotlin 1.1</description>
@@ -49,15 +49,15 @@
4949
<repository>
5050
<id>bintray</id>
5151
<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>
5353
</repository>
5454
</repositories>
5555

5656
<pluginRepositories>
5757
<pluginRepository>
5858
<id>bintray</id>
5959
<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>
6161
</pluginRepository>
6262
<pluginRepository>
6363
<id>bintray-kotlin-dokka</id>
@@ -77,7 +77,7 @@
7777

7878
<properties>
7979
<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>
8181
<dokka.version>0.9.13</dokka.version>
8282
<junit.version>4.12</junit.version>
8383
<maven.compiler.source>1.6</maven.compiler.source>

site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jetbrains.kotlinx</groupId>
2424
<artifactId>kotlinx-coroutines</artifactId>
25-
<version>0.8-beta-SNAPSHOT</version>
25+
<version>0.9-rc-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>kotlinx-coroutines-site</artifactId>

0 commit comments

Comments
 (0)