Skip to content

Commit

Permalink
0.6-beta release for Kotlin 1.1.0-beta-37
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Feb 2, 2017
1 parent 1293ccd commit 2f03636
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 17 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Change log for kotlinx.coroutines


## Version 0.6-rc
## Version 0.6-beta

* Switched to Kotlin version 1.1.0-rc.
* Switched to Kotlin version 1.1.0-beta-37.
* A [guide on coroutines](coroutines-guide.md) is expanded.

## Version 0.5-beta

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kotlinx.coroutines

Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-rc release.
Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-beta-37 release.

## Modules and features

Expand Down Expand Up @@ -48,7 +48,7 @@ from inside coroutines. It is in very basic form now (example-only, not even clo
The libraries are published to [kotlin-eap-1.1](https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines) bintray repository.

These libraries require kotlin compiler version to be at least `1.1.0-rc` and
These libraries require kotlin compiler version to be at least `1.1.0-beta-37` and
require kotlin runtime of the same version as a dependency, which can be obtained from the same repository.

### Maven
Expand All @@ -73,15 +73,15 @@ Add dependencies (you can also add other modules that you need):
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>0.6-rc</version>
<version>0.6-beta</version>
</dependency>
```

And make sure that you use the right Kotlin version:

```xml
<properties>
<kotlin.version>1.1.0-rc</kotlin.version>
<kotlin.version>1.1.0-beta-37</kotlin.version>
</properties>
```

Expand All @@ -100,13 +100,13 @@ repositories {
Add dependencies (you can also add other modules that you need):

```groovy
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.6-rc'
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.6-beta'
```

And make sure that you use the right Kotlin version:

```groovy
buildscript {
ext.kotlin_version = '1.1.0-rc'
ext.kotlin_version = '1.1.0-beta-37'
}
```
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines</artifactId>
<version>0.6-rc-SNAPSHOT</version>
<version>0.6-beta-SNAPSHOT</version>
</parent>

<artifactId>kotlinx-coroutines-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlinx-coroutines-javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines</artifactId>
<version>0.6-rc-SNAPSHOT</version>
<version>0.6-beta-SNAPSHOT</version>
</parent>

<artifactId>kotlinx-coroutines-javafx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlinx-coroutines-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines</artifactId>
<version>0.6-rc-SNAPSHOT</version>
<version>0.6-beta-SNAPSHOT</version>
</parent>

<artifactId>kotlinx-coroutines-jdk8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlinx-coroutines-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines</artifactId>
<version>0.6-rc-SNAPSHOT</version>
<version>0.6-beta-SNAPSHOT</version>
</parent>

<artifactId>kotlinx-coroutines-nio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlinx-coroutines-rx-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines</artifactId>
<version>0.6-rc-SNAPSHOT</version>
<version>0.6-beta-SNAPSHOT</version>
</parent>

<artifactId>kotlinx-coroutines-rx-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlinx-coroutines-rx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines</artifactId>
<version>0.6-rc-SNAPSHOT</version>
<version>0.6-beta-SNAPSHOT</version>
</parent>

<artifactId>kotlinx-coroutines-rx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlinx-coroutines-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines</artifactId>
<version>0.6-rc-SNAPSHOT</version>
<version>0.6-beta-SNAPSHOT</version>
</parent>

<artifactId>kotlinx-coroutines-swing</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines</artifactId>
<version>0.6-rc-SNAPSHOT</version>
<version>0.6-beta-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Kotlin coroutines libraries</name>
Expand Down Expand Up @@ -61,7 +61,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.1.0-dev-6605</kotlin.version>
<kotlin.version>1.1.0-beta-37</kotlin.version>
<dokka.version>0.9.13</dokka.version>
<junit.version>4.12</junit.version>
<maven.compiler.source>1.6</maven.compiler.source>
Expand Down

0 comments on commit 2f03636

Please sign in to comment.