From f9268d3b4325e879ff1ebe2a41e2f7119bdfb81e Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 25 Jan 2016 17:33:42 +0100 Subject: fix Maven build --- maven-plugin/pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'maven-plugin/pom.xml') diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 511f5229..d33c22ce 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -2,13 +2,13 @@ 4.0.0 org.jetbrains.dokka dokka-maven-plugin - 0.9.3 + 0.9.4 maven-plugin 1.4.1 3.0.5 3.0.22 - 1.0.0-beta-3594 + 1.0.0-rc-1007 @@ -123,5 +123,16 @@ true + + kotlin.eap + Kotlin EAP + https://dl.bintray.com/kotlin/kotlin-eap + + true + + + false + + -- cgit