From 7927185cc7ba19257006fd074375c996662f8db5 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Thu, 22 Oct 2015 19:28:06 +0300 Subject: [PATCH] More fixes in version regexp and move override-version call to the place where compiler is downloaded --- update_dependencies.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/update_dependencies.xml b/update_dependencies.xml index 1bbf16d61cb..8556b9430cd 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -123,7 +123,7 @@ - + @@ -165,7 +165,7 @@ - + @@ -276,7 +276,7 @@ build.locator.request="${kotlin.bootstrap.locator}" artifact.path="kotlin-plugin-{build.number}.zip" dest="dependencies/download/bootstrap-compiler.zip" - build.number.pattern="[0-9a-z-+\.]+" + build.number.pattern="[\w-+\.]+" usetimestamp="true"/> @@ -304,6 +304,8 @@ + + @@ -381,7 +383,7 @@ artifact.path="markdown_jar/markdown.jar" dest="dependencies/markdown.jar" usetimestamp="true" - build.number.pattern="\d+\s-\sKotlin\s[\d\.]+" + build.number.pattern="\d+\s-\sKotlin\s[\w-+\.]+" /> @@ -497,7 +499,7 @@ - + @@ -861,11 +863,13 @@ - + + +