aboutsummaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-02-27 13:30:47 -0800
committerRoman Ivanov <ivanov-jr@mail.ru>2017-02-27 13:30:47 -0800
commitf601b17f24e746dbcb7eb931198e9fcf450bfec4 (patch)
tree9049c7464659aa86db2b0476b8381454a34f6818 /wercker.yml
parentee700b71b5414720afec1a2e38c7b8b1f77a7813 (diff)
downloadcheckstyle-f601b17f24e746dbcb7eb931198e9fcf450bfec4.tar.gz
infra: fix for wercker build problem with 'Could not find artifact neko-htmlunit:jar:2.25-SNAPSHOT' by upgrade to first commit after 2.25 tag
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wercker.yml b/wercker.yml
index e936377a8..0328bd974 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -138,7 +138,7 @@ build:
CS_POM_VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
echo "checkouting project sources ..."
- svn -q export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit@13543 htmlunit
+ svn -q export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit@13642 htmlunit
cd htmlunit
echo "Running checkstyle validation ..."
mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}