Skip to content

Commit

Permalink
Changed all references to 0.5-beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Jan 31, 2017
1 parent 6107881 commit ba76a58
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Add dependencies (you can also add other modules that you need):
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>0.4-beta</version>
<version>0.5-beta</version>
</dependency>
```

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

```groovy
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.4-beta'
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.5-beta'
```

And make sure that you use the right Kotlin version:
Expand Down
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.4-beta-SNAPSHOT</version>
<version>0.5-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.4-beta-SNAPSHOT</version>
<version>0.5-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.4-beta-SNAPSHOT</version>
<version>0.5-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.4-beta-SNAPSHOT</version>
<version>0.5-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.4-beta-SNAPSHOT</version>
<version>0.5-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.4-beta-SNAPSHOT</version>
<version>0.5-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.4-beta-SNAPSHOT</version>
<version>0.5-beta-SNAPSHOT</version>
</parent>

<artifactId>kotlinx-coroutines-swing</artifactId>
Expand Down

0 comments on commit ba76a58

Please sign in to comment.