From c6f04db05b92e7b06fd6314bcc38b5b5c2bbf388 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 31 Aug 2013 14:48:23 -0700 Subject: [PATCH] Upgrade to Snake YAML 1.12. --- build.properties | 2 +- ivy.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.properties b/build.properties index f8d4d2e6d2..c6c2ea7c98 100644 --- a/build.properties +++ b/build.properties @@ -2,7 +2,7 @@ # TestNG distribution # testng.basename=testng -testng.version=6.8.2beta +testng.version=6.8.7beta testng.fullname=${testng.basename}-${testng.version} # diff --git a/ivy.xml b/ivy.xml index eaaf3e561e..64c3def574 100644 --- a/ivy.xml +++ b/ivy.xml @@ -6,7 +6,7 @@ - + diff --git a/pom.xml b/pom.xml index 57a36a3ee5..7e4947af76 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ testng jar TestNG - 6.8.6-SNAPSHOT + 6.8.7-SNAPSHOT TestNG is a testing framework. http://testng.org @@ -124,7 +124,7 @@ org.yaml snakeyaml - 1.6 + 1.12