Skip to content

Commit d8dc69f

Browse files
committed
Use 1.1-M04 as kotlin.version
Also put resulting artifacts into kotlin-eap-1.1
1 parent e469d5f commit d8dc69f

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Add the bintray repository
101101
</snapshots>
102102
<id>dl</id>
103103
<name>bintray</name>
104-
<url>http://dl.bintray.com/kotlin/kotlinx.coroutines</url>
104+
<url>http://dl.bintray.com/kotlin/kotlin-eap-1.1</url>
105105
</repository>
106106
```
107107

@@ -142,7 +142,7 @@ Also you should include our bintray repository:
142142
```groovy
143143
repositories {
144144
maven {
145-
url "http://dl.bintray.com/kotlin/kotlinx.coroutines"
145+
url "http://dl.bintray.com/kotlin/kotlin-eap-1.1"
146146
}
147147
}
148148
```

pom.xml

+8-17
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,17 @@
3131

3232
<repositories>
3333
<repository>
34-
<id>sonatype-oss</id>
35-
<name>Sonatype OSS</name>
36-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
37-
<snapshots>
38-
<enabled>true</enabled>
39-
</snapshots>
34+
<id>bintray</id>
35+
<name>bintray</name>
36+
<url>http://dl.bintray.com/kotlin/kotlin-eap-1.1</url>
4037
</repository>
4138
</repositories>
4239

4340
<pluginRepositories>
4441
<pluginRepository>
45-
<id>sonatype.oss.snapshots</id>
46-
<name>Sonatype OSS Snapshot Repository</name>
47-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
48-
<releases>
49-
<enabled>false</enabled>
50-
</releases>
51-
<snapshots>
52-
<enabled>true</enabled>
53-
</snapshots>
42+
<id>bintray</id>
43+
<name>bintray</name>
44+
<url>http://dl.bintray.com/kotlin/kotlin-eap-1.1</url>
5445
</pluginRepository>
5546
</pluginRepositories>
5647

@@ -65,7 +56,7 @@
6556

6657
<properties>
6758
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68-
<kotlin.version>1.1-SNAPSHOT</kotlin.version>
59+
<kotlin.version>1.1-M04</kotlin.version>
6960
<junit.version>4.12</junit.version>
7061
<maven.compiler.source>1.6</maven.compiler.source>
7162
<maven.compiler.target>1.6</maven.compiler.target>
@@ -78,7 +69,7 @@
7869
<distributionManagement>
7970
<repository>
8071
<id>bintray</id>
81-
<url>https://api.bintray.com/maven/kotlin/kotlinx.coroutines/kotlinx.coroutines</url>
72+
<url>https://api.bintray.com/maven/kotlin/kotlin-eap-1.1/kotlinx.coroutines</url>
8273
</repository>
8374
</distributionManagement>
8475

0 commit comments

Comments
 (0)