diff --git a/libraries/tools/kotlin-maven-plugin/src/it/simple/verify.groovy b/libraries/tools/kotlin-maven-plugin/src/it/simple/verify.groovy index f7c9d53d9f5..12685bcacde 100644 --- a/libraries/tools/kotlin-maven-plugin/src/it/simple/verify.groovy +++ b/libraries/tools/kotlin-maven-plugin/src/it/simple/verify.groovy @@ -31,7 +31,7 @@ State state = new File(basedir, "build.log").readLines().collect { it.replaceAll replaceAll(/[0-9]+\s*ms/, "LLL ms"). trim(). replaceAll(/^\[[A-Z]+\]$/, ""). - replaceAll(/version [0-9\.]+/, "version @snapshot@") + replaceAll(/version [0-9a-z-+\.]+/, "version @snapshot@") if (filtered != "") { acc.lines << filtered