Skip to content

Commit f83b2e7

Browse files
committed
Update to Kotlin RC 1.0
1 parent cd4e640 commit f83b2e7

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

pom.xml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ajdt-mars-repo.url>http://download.eclipse.org/tools/ajdt/45/dev/update</ajdt-mars-repo.url>
2828

29-
<kotlin.version>1.0.0-rc-1017</kotlin.version>
29+
<kotlin.version>1.0.0-rc-1036</kotlin.version>
3030

3131
<aspectj.version>1.8.2</aspectj.version>
3232
<aspectj.plugin.version>1.7</aspectj.plugin.version>
@@ -46,13 +46,16 @@
4646
<layout>p2</layout>
4747
</repository>
4848
<repository>
49-
<snapshots>
49+
<id>sonatype.oss.snapshots</id>
50+
<name>Sonatype OSS Snapshot Repository</name>
51+
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
52+
<releases>
5053
<enabled>false</enabled>
54+
</releases>
55+
<snapshots>
56+
<enabled>true</enabled>
5157
</snapshots>
52-
<id>bintray-kotlin-kotlin-eap</id>
53-
<name>bintray</name>
54-
<url>http://dl.bintray.com/kotlin/kotlin-eap</url>
55-
</repository>
58+
</repository>
5659
</repositories>
5760

5861
<pluginRepositories>
@@ -67,14 +70,6 @@
6770
<enabled>true</enabled>
6871
</snapshots>
6972
</pluginRepository>
70-
<pluginRepository>
71-
<snapshots>
72-
<enabled>false</enabled>
73-
</snapshots>
74-
<id>bintray-kotlin-kotlin-eap</id>
75-
<name>bintray-plugins</name>
76-
<url>http://dl.bintray.com/kotlin/kotlin-eap</url>
77-
</pluginRepository>
7873
</pluginRepositories>
7974

8075
<build>

0 commit comments

Comments
 (0)